Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-18 02:54:56,540 [main] Physical connection got
DEBUG 2024-10-18 02:54:56,540 [main] Logical connection got
DEBUG 2024-10-18 02:54:56,540 [main] Logical connection closed
DEBUG 2024-10-18 02:54:56,540 [main] Logical connection got
DEBUG 2024-10-18 02:54:56,552 [main] Logical connection closed
DEBUG 2024-10-18 02:54:56,553 [main] Logical connection got
DEBUG 2024-10-18 02:54:56,553 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-10-18 02:54:56,555 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-18 02:54:56.34 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-18 02:54:56,555 [main] Logical connection got
DEBUG 2024-10-18 02:54:56,555 [main] Logical connection closed
DEBUG 2024-10-18 02:54:56,555 [main] Logical connection got
DEBUG 2024-10-18 02:54:56,559 [main] Logical connection closed
DEBUG 2024-10-18 02:54:56,561 [main] Logical connection got
DEBUG 2024-10-18 02:54:56,561 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-18 02:54:56,561 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-18 02:54:56.34 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-18 02:54:56,562 [main] Logical connection got
DEBUG 2024-10-18 02:54:56,562 [main] UPDATE EMP SET tstamp = '2024-10-18 02.54.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-10-18 02.54.56'
DEBUG 2024-10-18 02:54:56,563 [main] Logical connection closed
DEBUG 2024-10-18 02:54:56,563 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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-snapshot/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-snapshot/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-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[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-snapshot/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-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-18 02:54:58,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:58,080 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:54:58,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,215 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:54:58,373 [main] Physical connection got
DEBUG 2024-10-18 02:54:58,373 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,449 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,454 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-10-18 02:54:58,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:58,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,508 [main] Physical connection got
DEBUG 2024-10-18 02:54:58,508 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,509 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,509 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,618 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-10-18 02:54:58,623 [main] Physical connection closed
DEBUG 2024-10-18 02:54:58,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:58,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,631 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,637 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,653 [main] Physical connection got
DEBUG 2024-10-18 02:54:58,653 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,654 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,654 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,693 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,715 [main] Physical connection closed
DEBUG 2024-10-18 02:54:58,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:58,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,745 [main] Physical connection got
DEBUG 2024-10-18 02:54:58,746 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,746 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,746 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,788 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,793 [main] Physical connection closed
DEBUG 2024-10-18 02:54:58,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:58,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,819 [main] Physical connection got
DEBUG 2024-10-18 02:54:58,819 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,820 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,820 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,855 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,861 [main] Physical connection closed
DEBUG 2024-10-18 02:54:58,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:58,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,886 [main] Physical connection got
DEBUG 2024-10-18 02:54:58,886 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,886 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,887 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,919 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,925 [main] Physical connection closed
DEBUG 2024-10-18 02:54:58,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:58,927 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:58,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,949 [main] Physical connection got
DEBUG 2024-10-18 02:54:58,949 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,949 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:58,949 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:58,980 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-10-18 02:54:58,984 [main] Physical connection closed
DEBUG 2024-10-18 02:54:58,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:58,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:58,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:58,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:58,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,008 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,008 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,008 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,008 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,040 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,045 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,068 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,069 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,069 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,069 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,112 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,117 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,139 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,139 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,139 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,139 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,168 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,173 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,197 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187699197/0, BranchId=]
DEBUG 2024-10-18 02:54:59,199 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/0, BranchId=]
DEBUG 2024-10-18 02:54:59,200 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/0, BranchId=]
DEBUG 2024-10-18 02:54:59,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/0, BranchId=]
DEBUG 2024-10-18 02:54:59,229 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/0, BranchId=]
DEBUG 2024-10-18 02:54:59,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/0, BranchId=]
DEBUG 2024-10-18 02:54:59,252 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-18 02.54.59', 99, 'hoge', 0)
DEBUG 2024-10-18 02:54:59,257 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/0, BranchId=]
DEBUG 2024-10-18 02:54:59,257 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187699197/0, BranchId=]
DEBUG 2024-10-18 02:54:59,258 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,280 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,281 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,281 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,281 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,281 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,306 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,316 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,316 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-18 02:54:59,323 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,323 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,323 [main] UPDATE EMP SET tstamp = '2024-10-18 02.54.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-18 02:54:59,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,324 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187699197/1, BranchId=]
DEBUG 2024-10-18 02:54:59,325 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,327 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,346 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,346 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,346 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,347 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,371 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,387 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-18 02:54:59,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,390 [main] UPDATE EMP SET tstamp = '2024-10-18 02.54.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-10-18 02:54:59,390 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,391 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187699197/2, BranchId=]
DEBUG 2024-10-18 02:54:59,391 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,393 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,420 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,421 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,421 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,446 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,455 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,455 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-18 02:54:59,457 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,457 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,458 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-18 02:54:59,458 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,458 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187699197/3, BranchId=]
DEBUG 2024-10-18 02:54:59,459 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,483 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,483 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,483 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,483 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,509 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-10-18 02:54:59,511 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,513 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,542 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,542 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,543 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,543 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,568 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-10-18 02:54:59,578 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,598 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,601 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,601 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,601 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,601 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,626 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,634 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,637 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,657 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,657 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,657 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,657 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,682 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,690 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,710 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,712 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,712 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,712 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,712 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,736 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,744 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,766 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,766 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,766 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,767 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,790 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,798 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,798 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:54:59,806 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-18 02:54:59,807 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,826 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,828 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,828 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,829 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,829 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,851 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,859 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,859 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:54:59,863 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-18 02:54:59,864 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,882 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,884 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,885 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,885 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,885 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,912 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,920 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,920 [main] select * from emp
DEBUG 2024-10-18 02:54:59,923 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:54:59,924 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,945 [main] Physical connection got
DEBUG 2024-10-18 02:54:59,945 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,945 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,946 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,967 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:54:59,974 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:54:59,975 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-18 02:54:59,979 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-18 02:54:59,980 [main] Physical connection closed
DEBUG 2024-10-18 02:54:59,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:54:59,982 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:54:59,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,986 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:54:59,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,996 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:54:59,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:54:59,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,000 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,000 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,000 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,000 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,021 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-10-18 02:55:00,029 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,050 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,050 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,050 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,050 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,072 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,080 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,080 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:55:00,082 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:55:00,084 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,105 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,108 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,109 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,109 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,109 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,140 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,151 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,151 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:55:00,159 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:55:00,161 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,212 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,213 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,215 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,216 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,268 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,290 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,291 [main] select * from emp
DEBUG 2024-10-18 02:55:00,295 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:55:00,296 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,308 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,316 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,323 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,325 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,326 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,326 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,326 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,346 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,354 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,354 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-18 02:55:00,356 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-18 02:55:00,357 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,377 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,377 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,377 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,378 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,397 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,405 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,405 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:55:00,407 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-18 02:55:00,407 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,409 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,427 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,427 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,427 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,427 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,447 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,461 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,462 [main] select count(*) from emp
DEBUG 2024-10-18 02:55:00,463 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,463 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,482 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,482 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,482 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,483 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,502 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,510 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,510 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:55:00,511 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-10-18 02:55:00,512 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,530 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,531 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,531 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,531 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,550 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,558 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,558 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:55:00,559 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-10-18 02:55:00,559 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,578 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,578 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,578 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,579 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,597 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,605 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,605 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:55:00,606 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-10-18 02:55:00,606 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,625 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,625 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,625 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,625 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,644 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,651 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,652 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-18 02:55:00,652 [main] Logical connection closed, tx=null
[Ljava.util.Map;@66da9ea4
DEBUG 2024-10-18 02:55:00,653 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,671 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,671 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,672 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,672 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,692 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,699 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,699 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-10-18 02:55:00,702 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-10-18 02:55:00,702 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,721 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,721 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,721 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,721 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,740 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-10-18 02:55:00,747 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,747 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-10-18 02:55:00,752 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-10-18 02:55:00,752 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,771 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,771 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,771 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,771 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,791 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,795 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,795 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-18 02:55:00,795 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,796 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,811 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,815 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,815 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,815 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,815 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,835 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,838 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,838 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-18 02:55:00,839 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,839 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,858 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,858 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,858 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,859 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,871 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,872 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,872 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-10-18 02:55:00,874 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-18 02:55:00,874 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,893 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,893 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,893 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,893 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,905 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,906 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,906 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-18 02:55:00,907 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-18 02:55:00,907 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,924 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,925 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,926 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,926 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,944 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,952 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,952 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-18 02.55.00', 9999, 'test', 50)
DEBUG 2024-10-18 02:55:00,953 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,953 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,953 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-10-18 02:55:00,955 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-18 02:55:00,956 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,956 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-10-18 02:55:00,957 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-18 02:55:00.952 {50, null, null, 0}
DEBUG 2024-10-18 02:55:00,957 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187699197/4, BranchId=]
DEBUG 2024-10-18 02:55:00,958 [main] Physical connection closed
DEBUG 2024-10-18 02:55:00,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:00,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:00,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:00,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:00,974 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:00,976 [main] Physical connection got
DEBUG 2024-10-18 02:55:00,976 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,977 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:00,977 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:00,995 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,001 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,018 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,020 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,020 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,020 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,020 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,038 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-10-18 02:55:01,047 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,048 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-18 02:55:01,050 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,050 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,069 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,069 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,069 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,069 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,087 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-10-18 02:55:01,096 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,097 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-10-18 02:55:01,097 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-18 02:55:01,098 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,116 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,116 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,117 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,117 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,134 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-10-18 02:55:01,139 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,140 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-10-18 02:55:01,141 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-10-18 02:55:01,142 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,144 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,160 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,160 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,161 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,161 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,177 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-10-18 02:55:01,181 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,182 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,183 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,199 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,199 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,200 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,200 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,216 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-18 02:55:01,223 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,224 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-18 02:55:01,226 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,226 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,244 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,244 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,244 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,244 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,261 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-18 02:55:01,275 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,275 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-10-18 02:55:01,276 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,276 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,292 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,294 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,294 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,295 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,295 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,314 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-18 02:55:01,315 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,315 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-10-18 02:55:01,317 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-10-18 02:55:01,318 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,333 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,335 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,335 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,335 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,336 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,352 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-18 02:55:01,353 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,355 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,368 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,368 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,371 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,371 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,371 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,371 [main] Logical connection got, tx=null
WARN 2024-10-18 02:55:01,374 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-18 02:55:01,379 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-10-18 02:55:01,380 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,380 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-10-18 02:55:01,383 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-18 02:55:01,383 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,400 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,400 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,400 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,400 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,418 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-18 02:55:01,425 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,442 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,442 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,442 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,442 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,460 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-10-18 02:55:01,464 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,464 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-18 02:55:01,465 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,465 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,466 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-10-18 02:55:01,466 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,467 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,483 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,484 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,484 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,484 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,501 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-10-18 02:55:01,504 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,504 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:55:01,507 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,508 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,508 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-10-18 02:55:01,509 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,509 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,509 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-10-18 02:55:01,511 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,511 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,511 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-10-18 02:55:01,512 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,512 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,512 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-10-18 02:55:01,513 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,513 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,530 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,530 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-18 02:55:01,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,550 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-18 02:55:01,550 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,550 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,550 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-18 02:55:01,551 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,551 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,551 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-18 02:55:01,551 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,552 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729187699197/5, BranchId=]
DEBUG 2024-10-18 02:55:01,552 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,566 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,569 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,569 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,569 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,569 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,587 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,590 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,607 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,607 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,608 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,608 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,626 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,630 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,647 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,647 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,647 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,647 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,653 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-18 02:55:01,655 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,672 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,672 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,672 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,672 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,679 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-18 02:55:01,680 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,694 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,696 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,696 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,696 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,696 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,703 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-10-18 02:55:01,704 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,706 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,709 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,718 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,720 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,720 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,720 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,720 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,727 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-10-18 02:55:01,728 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,745 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,745 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,745 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,745 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,762 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,763 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,763 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-18 02:55:01,766 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,767 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,781 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,783 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,783 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,784 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,784 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,801 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,802 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,803 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,805 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,818 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,818 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,818 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,818 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,835 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-18 02:55:01,837 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,838 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,850 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-18 02:55:01,852 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,852 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,853 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,853 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,870 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-18 02:55:01,871 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.416 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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-10-18 02:55:01,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,923 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:55:01,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,938 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:55:01,941 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,941 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,944 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,947 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,949 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:55:01,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,964 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:55:01,967 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,967 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,971 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,972 [main] Physical connection closed
DEBUG 2024-10-18 02:55:01,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,973 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:55:01,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:01,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,984 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:01,985 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:01,988 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:55:01,991 [main] Physical connection got
DEBUG 2024-10-18 02:55:01,991 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:01,994 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:01,995 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-18 02:55:01,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:01,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,011 [main] Physical connection got
DEBUG 2024-10-18 02:55:02,011 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,012 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,013 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-10-18 02:55:02,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,035 [main] Physical connection got
DEBUG 2024-10-18 02:55:02,035 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,052 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,053 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-10-18 02:55:02,058 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,058 [main] Physical connection closed
DEBUG 2024-10-18 02:55:02,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,065 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,072 [main] Physical connection got
DEBUG 2024-10-18 02:55:02,072 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,089 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,090 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,090 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,090 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,103 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,108 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,108 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-18 02:55:02,111 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,112 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-10-18 02:55:02,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,133 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:55:02,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,148 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:55:02,160 [main] Physical connection got
DEBUG 2024-10-18 02:55:02,160 [main] Logical connection got, tx=null
WARN 2024-10-18 02:55:02,162 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-18 02:55:02,163 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-18 02:55:02,163 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,164 [main] Physical connection closed
DEBUG 2024-10-18 02:55:02,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,165 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:55:02,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,180 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:55:02,183 [main] Physical connection got
DEBUG 2024-10-18 02:55:02,184 [main] Logical connection got, tx=null
WARN 2024-10-18 02:55:02,186 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-18 02:55:02,186 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-18 02:55:02,187 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,187 [main] Physical connection closed
DEBUG 2024-10-18 02:55:02,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,189 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:55:02,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,203 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-18 02:55:02,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,208 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-18 02:55:02,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,222 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-18 02:55:02,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,243 [main] Physical connection got
DEBUG 2024-10-18 02:55:02,243 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,244 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,244 [main] Physical connection closed
DEBUG 2024-10-18 02:55:02,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,258 [main] Physical connection got
DEBUG 2024-10-18 02:55:02,258 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,259 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,259 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-10-18 02:55:02,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-18 02:55:02,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-18 02:55:02,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-18 02:55:02,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-18 02:55:02,282 [main] Physical connection got
DEBUG 2024-10-18 02:55:02,282 [main] Logical connection got, tx=null
DEBUG 2024-10-18 02:55:02,283 [main] Logical connection closed, tx=null
DEBUG 2024-10-18 02:55:02,285 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.301s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.608s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.671s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.686s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Oct 18 02:55:02 JST 2024
[INFO] Final Memory: 29M/407M
[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