Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-06 02:54:57,692 [main] Physical connection got
DEBUG 2024-11-06 02:54:57,693 [main] Logical connection got
DEBUG 2024-11-06 02:54:57,693 [main] Logical connection closed
DEBUG 2024-11-06 02:54:57,693 [main] Logical connection got
DEBUG 2024-11-06 02:54:57,706 [main] Logical connection closed
DEBUG 2024-11-06 02:54:57,707 [main] Logical connection got
DEBUG 2024-11-06 02:54:57,707 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-06 02:54:57,708 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-06 02:54:57.492 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-06 02:54:57,715 [main] Logical connection got
DEBUG 2024-11-06 02:54:57,715 [main] Logical connection closed
DEBUG 2024-11-06 02:54:57,715 [main] Logical connection got
DEBUG 2024-11-06 02:54:57,719 [main] Logical connection closed
DEBUG 2024-11-06 02:54:57,720 [main] Logical connection got
DEBUG 2024-11-06 02:54:57,720 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-06 02:54:57,721 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-06 02:54:57.492 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-06 02:54:57,722 [main] Logical connection got
DEBUG 2024-11-06 02:54:57,722 [main] UPDATE EMP SET tstamp = '2024-11-06 02.54.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-06 02.54.57'
DEBUG 2024-11-06 02:54:57,723 [main] Logical connection closed
DEBUG 2024-11-06 02:54:57,723 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 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.137 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-06 02:54:59,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:54:59,285 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-06 02:54:59,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:54:59,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:54:59,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:54:59,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:54:59,404 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:54:59,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:54:59,437 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-06 02:54:59,612 [main] Physical connection got
DEBUG 2024-11-06 02:54:59,612 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:54:59,695 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:54:59,701 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-06 02:54:59,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:54:59,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:54:59,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:54:59,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:54:59,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:54:59,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:54:59,740 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:54:59,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:54:59,744 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:54:59,757 [main] Physical connection got
DEBUG 2024-11-06 02:54:59,757 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:54:59,758 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:54:59,758 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:54:59,881 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-06 02:54:59,887 [main] Physical connection closed
DEBUG 2024-11-06 02:54:59,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:54:59,889 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:54:59,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:54:59,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:54:59,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:54:59,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:54:59,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:54:59,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:54:59,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:54:59,918 [main] Physical connection got
DEBUG 2024-11-06 02:54:59,918 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:54:59,918 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:54:59,918 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:54:59,959 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:54:59,983 [main] Physical connection closed
DEBUG 2024-11-06 02:54:59,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:54:59,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:54:59,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:54:59,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:54:59,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:54:59,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,011 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,016 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,016 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,016 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,016 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,063 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,069 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,072 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,100 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,100 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,100 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,100 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,146 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,148 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,171 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,172 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,172 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,172 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,213 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,221 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,238 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,238 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,258 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,258 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,259 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,259 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,304 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-06 02:55:00,309 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,342 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,342 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,343 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,343 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,391 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,396 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,420 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,420 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,420 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,421 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,459 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,464 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,475 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,486 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,488 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,488 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,489 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,489 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,522 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,527 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,553 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730829300553/0, BranchId=]
DEBUG 2024-11-06 02:55:00,555 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/0, BranchId=]
DEBUG 2024-11-06 02:55:00,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/0, BranchId=]
DEBUG 2024-11-06 02:55:00,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/0, BranchId=]
DEBUG 2024-11-06 02:55:00,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/0, BranchId=]
DEBUG 2024-11-06 02:55:00,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/0, BranchId=]
DEBUG 2024-11-06 02:55:00,611 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-06 02.55.00', 99, 'hoge', 0)
DEBUG 2024-11-06 02:55:00,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/0, BranchId=]
DEBUG 2024-11-06 02:55:00,617 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730829300553/0, BranchId=]
DEBUG 2024-11-06 02:55:00,618 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,641 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,641 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,681 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-06 02:55:00,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,689 [main] UPDATE EMP SET tstamp = '2024-11-06 02.55.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-06 02:55:00,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,690 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730829300553/1, BranchId=]
DEBUG 2024-11-06 02:55:00,690 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,711 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,713 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,713 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,713 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,745 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,754 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,754 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-06 02:55:00,756 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,757 [main] UPDATE EMP SET tstamp = '2024-11-06 02.55.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-06 02:55:00,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,758 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730829300553/2, BranchId=]
DEBUG 2024-11-06 02:55:00,758 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,782 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,782 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,783 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,783 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,783 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,819 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-06 02:55:00,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,821 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-06 02:55:00,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,822 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730829300553/3, BranchId=]
DEBUG 2024-11-06 02:55:00,822 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,847 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,847 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,848 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,848 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,874 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-06 02:55:00,876 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,897 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,897 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,908 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,908 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,909 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,909 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,936 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-06 02:55:00,944 [main] Physical connection closed
DEBUG 2024-11-06 02:55:00,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:00,946 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:00,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:00,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:00,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:00,968 [main] Physical connection got
DEBUG 2024-11-06 02:55:00,968 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,968 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:00,968 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:00,994 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,002 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,034 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,034 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,034 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,035 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,059 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,067 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,089 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,089 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,089 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,089 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,113 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,121 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,123 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,142 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,142 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,143 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,143 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,165 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,173 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,173 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-06 02:55:01,181 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-06 02:55:01,183 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,201 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,204 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,204 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,204 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,204 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,227 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,234 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,234 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-06 02:55:01,238 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-06 02:55:01,240 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,250 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,250 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,260 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,260 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,261 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,261 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,297 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,304 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,304 [main] select * from emp
DEBUG 2024-11-06 02:55:01,307 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-06 02:55:01,308 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,310 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,328 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,329 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,329 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,329 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,351 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,358 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,358 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-06 02:55:01,362 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-06 02:55:01,363 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,383 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,384 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,384 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,384 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,405 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-06 02:55:01,413 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,431 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,431 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,434 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,434 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,434 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,434 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,455 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,463 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,463 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-06 02:55:01,466 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-06 02:55:01,467 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,487 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,488 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,488 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,488 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,509 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,517 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,517 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-06 02:55:01,523 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-06 02:55:01,524 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,542 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,545 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,545 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,545 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,545 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,566 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,575 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,575 [main] select * from emp
DEBUG 2024-11-06 02:55:01,577 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-06 02:55:01,578 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,598 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,599 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,601 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,602 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,602 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,602 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,627 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,637 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,637 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-06 02:55:01,639 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-06 02:55:01,640 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,660 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,663 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,663 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,663 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,664 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,689 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,698 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,698 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-06 02:55:01,700 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-06 02:55:01,701 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,703 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,726 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,729 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,730 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,730 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,730 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,761 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,788 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,788 [main] select count(*) from emp
DEBUG 2024-11-06 02:55:01,789 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,789 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,809 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,809 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,809 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,809 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,829 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,837 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,837 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-06 02:55:01,838 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-06 02:55:01,838 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,857 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,857 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,857 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,857 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,878 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,885 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,885 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-06 02:55:01,886 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-06 02:55:01,886 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,905 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,905 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,905 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,905 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,925 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,932 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,932 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-06 02:55:01,932 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-06 02:55:01,933 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,951 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,951 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,951 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,952 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,971 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,978 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,978 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-06 02:55:01,978 [main] Logical connection closed, tx=null
[Ljava.util.Map;@9c6a99d
DEBUG 2024-11-06 02:55:01,979 [main] Physical connection closed
DEBUG 2024-11-06 02:55:01,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:01,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:01,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:01,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:01,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:01,997 [main] Physical connection got
DEBUG 2024-11-06 02:55:01,997 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:01,997 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:01,997 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,016 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,023 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,023 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-06 02:55:02,025 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-06 02:55:02,026 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,028 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,044 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,044 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,044 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,044 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,063 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-06 02:55:02,070 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,070 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-06 02:55:02,072 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-06 02:55:02,073 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,074 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,089 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,091 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,091 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,091 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,092 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,110 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,114 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,114 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-06 02:55:02,114 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,114 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,132 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,132 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,132 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,133 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,151 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,154 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,154 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-06 02:55:02,154 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,155 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,173 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,173 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,173 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,173 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,186 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,186 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,187 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-06 02:55:02,196 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-06 02:55:02,196 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,198 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,214 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,214 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,214 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,215 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,226 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,227 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,227 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-06 02:55:02,228 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-06 02:55:02,228 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,243 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,245 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,245 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,246 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,270 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,270 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-06 02.55.02', 9999, 'test', 50)
DEBUG 2024-11-06 02:55:02,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,271 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-06 02:55:02,273 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-06 02:55:02,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,273 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-06 02:55:02,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-06 02:55:02.27 {50, null, null, 0}
DEBUG 2024-11-06 02:55:02,274 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730829300553/4, BranchId=]
DEBUG 2024-11-06 02:55:02,274 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,300 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,300 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,300 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,301 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,337 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,343 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,360 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,360 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,360 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,360 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,379 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-06 02:55:02,388 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,388 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-06 02:55:02,391 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,391 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,393 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,395 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,406 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,408 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,409 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,409 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,409 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,426 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-06 02:55:02,435 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,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 EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-06 02:55:02,436 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-06 02:55:02,436 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,437 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,452 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,455 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,455 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,455 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,455 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,472 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-06 02:55:02,477 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,477 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-06 02:55:02,479 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-06 02:55:02,479 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,496 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,496 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,496 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,496 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,513 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-06 02:55:02,516 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,541 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,541 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,541 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,541 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,559 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-06 02:55:02,565 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,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 department.dname = 'RESEARCH'
DEBUG 2024-11-06 02:55:02,567 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,567 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,587 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,587 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,587 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,587 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,605 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-06 02:55:02,611 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,611 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-06 02:55:02,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,612 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,628 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,631 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,631 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,632 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,632 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,700 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-06 02:55:02,701 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,701 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-06 02:55:02,712 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-06 02:55:02,713 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,730 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,730 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,730 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,730 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,751 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-06 02:55:02,752 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,778 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,778 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,778 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,778 [main] Logical connection got, tx=null
WARN 2024-11-06 02:55:02,781 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-06 02:55:02,787 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-06 02:55:02,788 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,788 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-06 02:55:02,791 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-06 02:55:02,791 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,793 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,811 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,811 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,811 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,811 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,835 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-06 02:55:02,853 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,870 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,870 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,870 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,870 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,888 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-06 02:55:02,892 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,892 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-06 02:55:02,893 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,893 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,893 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-06 02:55:02,894 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,894 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,913 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,913 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,913 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,913 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,934 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-06 02:55:02,938 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,938 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-06 02:55:02,942 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,942 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,942 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-06 02:55:02,943 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,943 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,943 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-06 02:55:02,945 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,945 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,945 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-06 02:55:02,946 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,946 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:02,946 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-06 02:55:02,946 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:02,947 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:02,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:02,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,964 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,966 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,967 [main] Physical connection got
DEBUG 2024-11-06 02:55:02,967 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,967 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,967 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-06 02:55:02,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,989 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-06 02:55:02,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,990 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-06 02:55:02,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,991 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-06 02:55:02,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,991 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730829300553/5, BranchId=]
DEBUG 2024-11-06 02:55:02,991 [main] Physical connection closed
DEBUG 2024-11-06 02:55:02,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:02,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:02,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:02,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,015 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,015 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,015 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,016 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,042 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,048 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,054 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,070 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,070 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,070 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,070 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,094 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,105 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,110 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,126 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,126 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,127 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,127 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,135 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-06 02:55:03,137 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,155 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,157 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,157 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,158 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,158 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,174 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-06 02:55:03,176 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,191 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,191 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,191 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,191 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,197 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-06 02:55:03,198 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,214 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,215 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,215 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,215 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,224 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-06 02:55:03,226 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,243 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,243 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,243 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,243 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,259 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,259 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,260 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-06 02:55:03,263 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,263 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,269 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,272 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,283 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,286 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,286 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,286 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,286 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,305 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,306 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,308 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,319 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,321 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,322 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,322 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,322 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,337 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-06 02:55:03,338 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,350 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-06 02:55:03,359 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,359 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,359 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,360 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,375 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-06 02:55:03,376 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.674 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-06 02:55:03,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,444 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,458 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,460 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,460 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,464 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,466 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,468 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,482 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,487 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,487 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,490 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,491 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,493 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,506 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,509 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,509 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,513 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,513 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-06 02:55:03,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,530 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,530 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,531 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,531 [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-11-06 02:55:03,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,547 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,547 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,563 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,563 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-06 02:55:03,566 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,566 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,568 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,569 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,578 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,578 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,594 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,594 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,595 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,595 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,606 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,611 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,611 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-06 02:55:03,613 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,613 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 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.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-06 02:55:03,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,631 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,643 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,656 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,656 [main] Logical connection got, tx=null
WARN 2024-11-06 02:55:03,658 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-06 02:55:03,659 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-06 02:55:03,659 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,659 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,661 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,671 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,673 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,676 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,676 [main] Logical connection got, tx=null
WARN 2024-11-06 02:55:03,678 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-06 02:55:03,678 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-06 02:55:03,679 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,679 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,680 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,692 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,696 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-06 02:55:03,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,708 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-06 02:55:03,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,725 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,725 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,730 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,730 [main] Physical connection closed
DEBUG 2024-11-06 02:55:03,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,743 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,743 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,744 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,744 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-06 02:55:03,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-06 02:55:03,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-06 02:55:03,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-06 02:55:03,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-06 02:55:03,763 [main] Physical connection got
DEBUG 2024-11-06 02:55:03,764 [main] Logical connection got, tx=null
DEBUG 2024-11-06 02:55:03,764 [main] Logical connection closed, tx=null
DEBUG 2024-11-06 02:55:03,764 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.312s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.722s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.653s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.062s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Wed Nov 06 02:55:03 JST 2024
[INFO] Final Memory: 30M/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