Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-02 02:54:53,550 [main] Physical connection got
DEBUG 2024-12-02 02:54:53,550 [main] Logical connection got
DEBUG 2024-12-02 02:54:53,550 [main] Logical connection closed
DEBUG 2024-12-02 02:54:53,550 [main] Logical connection got
DEBUG 2024-12-02 02:54:53,562 [main] Logical connection closed
DEBUG 2024-12-02 02:54:53,563 [main] Logical connection got
DEBUG 2024-12-02 02:54:53,563 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-02 02:54:53,565 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-02 02:54:53.346 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-02 02:54:53,565 [main] Logical connection got
DEBUG 2024-12-02 02:54:53,566 [main] Logical connection closed
DEBUG 2024-12-02 02:54:53,566 [main] Logical connection got
DEBUG 2024-12-02 02:54:53,570 [main] Logical connection closed
DEBUG 2024-12-02 02:54:53,572 [main] Logical connection got
DEBUG 2024-12-02 02:54:53,572 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-02 02:54:53,573 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-02 02:54:53.346 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-02 02:54:53,573 [main] Logical connection got
DEBUG 2024-12-02 02:54:53,574 [main] UPDATE EMP SET tstamp = '2024-12-02 02.54.53', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-02 02.54.53'
DEBUG 2024-12-02 02:54:53,574 [main] Logical connection closed
DEBUG 2024-12-02 02:54:53,575 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.161 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-02 02:54:55,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:55,202 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:54:55,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,332 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:54:55,497 [main] Physical connection got
DEBUG 2024-12-02 02:54:55,497 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,574 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:55,581 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-02 02:54:55,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:55,593 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,635 [main] Physical connection got
DEBUG 2024-12-02 02:54:55,635 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,635 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:55,636 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,747 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-02 02:54:55,752 [main] Physical connection closed
DEBUG 2024-12-02 02:54:55,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:55,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,782 [main] Physical connection got
DEBUG 2024-12-02 02:54:55,782 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,782 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:55,782 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,819 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:55,842 [main] Physical connection closed
DEBUG 2024-12-02 02:54:55,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:55,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,871 [main] Physical connection got
DEBUG 2024-12-02 02:54:55,871 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,871 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:55,871 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,912 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:55,917 [main] Physical connection closed
DEBUG 2024-12-02 02:54:55,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:55,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:55,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,943 [main] Physical connection got
DEBUG 2024-12-02 02:54:55,943 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,943 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:55,944 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:55,977 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:55,982 [main] Physical connection closed
DEBUG 2024-12-02 02:54:55,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:55,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:55,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:55,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:55,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,006 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,006 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,006 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,006 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,037 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,042 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,065 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,065 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,066 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,066 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,097 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-02 02:54:56,101 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,124 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,124 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,124 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,124 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,156 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,161 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,183 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,183 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,184 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,184 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,219 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,224 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,246 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,246 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,247 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,247 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,277 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,282 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,306 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075696306/0, BranchId=]
DEBUG 2024-12-02 02:54:56,308 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,308 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/0, BranchId=]
DEBUG 2024-12-02 02:54:56,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/0, BranchId=]
DEBUG 2024-12-02 02:54:56,309 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/0, BranchId=]
DEBUG 2024-12-02 02:54:56,338 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/0, BranchId=]
DEBUG 2024-12-02 02:54:56,359 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/0, BranchId=]
DEBUG 2024-12-02 02:54:56,361 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-02 02.54.56', 99, 'hoge', 0)
DEBUG 2024-12-02 02:54:56,367 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/0, BranchId=]
DEBUG 2024-12-02 02:54:56,367 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075696306/0, BranchId=]
DEBUG 2024-12-02 02:54:56,367 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,387 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,389 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,389 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,389 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,390 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,414 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,425 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,425 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-02 02:54:56,432 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,432 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,433 [main] UPDATE EMP SET tstamp = '2024-12-02 02.54.56', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-02 02:54:56,433 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,434 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075696306/1, BranchId=]
DEBUG 2024-12-02 02:54:56,434 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,456 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,456 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,456 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,456 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,456 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,494 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-02 02:54:56,496 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,496 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,497 [main] UPDATE EMP SET tstamp = '2024-12-02 02.54.56', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-02 02:54:56,497 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,498 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075696306/2, BranchId=]
DEBUG 2024-12-02 02:54:56,498 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,520 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,520 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,521 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,521 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,544 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,552 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,552 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-02 02:54:56,554 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,555 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,555 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-02 02:54:56,555 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,556 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075696306/3, BranchId=]
DEBUG 2024-12-02 02:54:56,556 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,575 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,579 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,579 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,579 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,579 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,602 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-02 02:54:56,604 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,614 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,633 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,633 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,634 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,634 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,656 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-02 02:54:56,665 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,683 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,686 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,686 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,686 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,686 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,708 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,716 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,740 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,740 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,740 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,740 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,762 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,769 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,787 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,789 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,789 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,789 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,789 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,810 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,818 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,837 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,837 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,837 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,837 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,857 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,864 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,865 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:54:56,871 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-02 02:54:56,873 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,891 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,891 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,891 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,892 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,912 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,919 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,919 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:54:56,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 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-02 02:54:56,924 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,943 [main] Physical connection got
DEBUG 2024-12-02 02:54:56,943 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,943 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,943 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,971 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:56,978 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:56,978 [main] select * from emp
DEBUG 2024-12-02 02:54:56,981 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:54:56,982 [main] Physical connection closed
DEBUG 2024-12-02 02:54:56,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:56,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:56,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,987 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,990 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:56,990 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,996 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:56,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:56,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,000 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,000 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,000 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,000 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,020 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,027 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,027 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-02 02:54:57,030 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-02 02:54:57,031 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,033 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,047 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,049 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,049 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,049 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,049 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,069 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-02 02:54:57,076 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,092 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,094 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,094 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,095 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,095 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,115 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,122 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,122 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:54:57,125 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:54:57,126 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,143 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,144 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,144 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,144 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,170 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,177 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,177 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:54:57,182 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:54:57,183 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,199 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,201 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,201 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,201 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,201 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,221 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,228 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,228 [main] select * from emp
DEBUG 2024-12-02 02:54:57,229 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:54:57,230 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,246 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,246 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,248 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,248 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,248 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,248 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,268 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,275 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,276 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-02 02:54:57,277 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:54:57,278 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,280 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,296 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,296 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,296 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,296 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,316 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,323 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,323 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:54:57,325 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-02 02:54:57,325 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,326 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,339 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,340 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,341 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,343 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,343 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,343 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,343 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,363 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,374 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,374 [main] select count(*) from emp
DEBUG 2024-12-02 02:54:57,375 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,376 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,385 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,395 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,395 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,395 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,395 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,415 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,423 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,423 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:54:57,424 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-02 02:54:57,425 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,439 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,441 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,443 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,443 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,444 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,444 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,463 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,471 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,471 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:54:57,471 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-02 02:54:57,472 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,486 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,490 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,491 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,491 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,491 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,510 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,517 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,518 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:54:57,518 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-02 02:54:57,519 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,535 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,535 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,537 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,538 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,538 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,538 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,557 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,564 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,565 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:54:57,565 [main] Logical connection closed, tx=null
[Ljava.util.Map;@52234265
DEBUG 2024-12-02 02:54:57,566 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,584 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,584 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,584 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,585 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,605 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,612 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,612 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-02 02:54:57,614 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-02 02:54:57,615 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,630 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,633 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,634 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,634 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,634 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,656 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-02 02:54:57,665 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,665 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-02 02:54:57,668 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-02 02:54:57,668 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,683 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,685 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,687 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,687 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,687 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,688 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,707 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,711 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,712 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-02 02:54:57,712 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,712 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,731 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,731 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,731 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,732 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,751 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,755 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,755 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-02 02:54:57,755 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,755 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,758 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,760 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,778 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,778 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,779 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,779 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,795 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,795 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,795 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-02 02:54:57,797 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-02 02:54:57,797 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,806 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,816 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,816 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,816 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,816 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,829 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,830 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,830 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-02 02:54:57,831 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-02 02:54:57,831 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,850 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,850 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,850 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,850 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,869 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,876 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,876 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-02 02.54.57', 9999, 'test', 50)
DEBUG 2024-12-02 02:54:57,877 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,877 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-02 02:54:57,879 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-02 02:54:57,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,880 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-02 02:54:57,880 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-02 02:54:57.876 {50, null, null, 0}
DEBUG 2024-12-02 02:54:57,881 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075696306/4, BranchId=]
DEBUG 2024-12-02 02:54:57,881 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,897 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,899 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,900 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,900 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,900 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,925 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,927 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,941 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,943 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,943 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,943 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,944 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,962 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-02 02:54:57,971 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,971 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-02 02:54:57,974 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,974 [main] Physical connection closed
DEBUG 2024-12-02 02:54:57,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:57,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:57,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:57,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:57,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:57,992 [main] Physical connection got
DEBUG 2024-12-02 02:54:57,992 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:57,992 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:57,992 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,011 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-02 02:54:58,020 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,021 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-02 02:54:58,021 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-02 02:54:58,022 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,023 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,040 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,040 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,040 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,041 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,059 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-02 02:54:58,064 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,065 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-02 02:54:58,066 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-02 02:54:58,067 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,085 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,085 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,085 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,085 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,102 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-02 02:54:58,106 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,123 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,123 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,123 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,123 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,141 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-02 02:54:58,147 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,147 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-02 02:54:58,150 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,150 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,155 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,164 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,165 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,165 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,167 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,167 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,168 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,168 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,187 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-02 02:54:58,194 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,194 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-02 02:54:58,195 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,195 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,212 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,213 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,213 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,213 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,232 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-02 02:54:58,233 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,234 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-02 02:54:58,235 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-02 02:54:58,239 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,254 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,256 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,256 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,257 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,257 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,274 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-02 02:54:58,275 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,290 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,292 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,293 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,293 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,293 [main] Logical connection got, tx=null
WARN 2024-12-02 02:54:58,296 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-02 02:54:58,301 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-02 02:54:58,302 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,302 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-02 02:54:58,305 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-02 02:54:58,305 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,322 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,322 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,323 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,323 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,341 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-02 02:54:58,348 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,365 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,366 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,366 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,366 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,385 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-02 02:54:58,389 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,389 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-02 02:54:58,389 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,390 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,390 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-02 02:54:58,391 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,391 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,393 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,408 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,409 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,409 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,409 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,428 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-02 02:54:58,431 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,431 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:54:58,434 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,435 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,435 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-02 02:54:58,436 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,436 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,436 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-02 02:54:58,438 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,439 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,439 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-02 02:54:58,440 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,440 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,440 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-02 02:54:58,440 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,441 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,442 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,458 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,458 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,459 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-02 02:54:58,478 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,478 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-02 02:54:58,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,478 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,479 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-02 02:54:58,479 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,479 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,479 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-02 02:54:58,479 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,480 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075696306/5, BranchId=]
DEBUG 2024-12-02 02:54:58,480 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,497 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,498 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,498 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,498 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,516 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,519 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,534 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,537 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,537 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,537 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,537 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,556 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,561 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,581 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,581 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,581 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,581 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,588 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-02 02:54:58,590 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,606 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,606 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,606 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,607 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,613 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-02 02:54:58,615 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,632 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,632 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,633 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,633 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,639 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-02 02:54:58,641 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,656 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,658 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,658 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,658 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,659 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,666 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-02 02:54:58,667 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,669 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,684 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,684 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,685 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,685 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,702 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,703 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,703 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:54:58,707 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,707 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,722 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,725 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,725 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,725 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,725 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,743 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,744 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,745 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,760 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,760 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,761 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,761 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,778 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-02 02:54:58,779 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,781 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,793 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:54:58,796 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,796 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,796 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,796 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,814 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-02 02:54:58,815 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.235 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.013 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.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-02 02:54:58,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,866 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:54:58,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,882 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:54:58,884 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,884 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,888 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,891 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,892 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:54:58,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,908 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:54:58,910 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,910 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,920 [main] Physical connection closed
DEBUG 2024-12-02 02:54:58,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,921 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:54:58,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,928 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,937 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:54:58,939 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,940 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,944 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,944 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-02 02:54:58,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,961 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,961 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,962 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,962 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-02 02:54:58,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:58,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:58,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:58,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:58,978 [main] Physical connection got
DEBUG 2024-12-02 02:54:58,978 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:58,996 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:58,996 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-02 02:54:59,000 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,001 [main] Physical connection closed
DEBUG 2024-12-02 02:54:59,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:59,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,007 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,007 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,015 [main] Physical connection got
DEBUG 2024-12-02 02:54:59,015 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:59,032 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,032 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:59,032 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,033 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:59,044 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,048 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:59,049 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-02 02:54:59,051 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,051 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.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-12-02 02:54:59,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:59,072 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:54:59,074 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,079 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,084 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,088 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:54:59,100 [main] Physical connection got
DEBUG 2024-12-02 02:54:59,100 [main] Logical connection got, tx=null
WARN 2024-12-02 02:54:59,102 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-02 02:54:59,103 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-02 02:54:59,104 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,104 [main] Physical connection closed
DEBUG 2024-12-02 02:54:59,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:59,106 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:54:59,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,122 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:54:59,125 [main] Physical connection got
DEBUG 2024-12-02 02:54:59,125 [main] Logical connection got, tx=null
WARN 2024-12-02 02:54:59,127 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-02 02:54:59,128 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-02 02:54:59,128 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,128 [main] Physical connection closed
DEBUG 2024-12-02 02:54:59,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:59,130 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:54:59,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,145 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:54:59,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:59,150 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:54:59,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,166 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-02 02:54:59,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:59,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,186 [main] Physical connection got
DEBUG 2024-12-02 02:54:59,186 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:59,188 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,188 [main] Physical connection closed
DEBUG 2024-12-02 02:54:59,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:59,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,202 [main] Physical connection got
DEBUG 2024-12-02 02:54:59,202 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:59,203 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,203 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-02 02:54:59,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-02 02:54:59,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:54:59,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:54:59,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:54:59,219 [main] Physical connection got
DEBUG 2024-12-02 02:54:59,219 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:54:59,220 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:54:59,220 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.311s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.594s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.643s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.677s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Dec 02 02:54:59 JST 2024
[INFO] Final Memory: 31M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS