Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-11 02:54:56,506 [main] Physical connection got
DEBUG 2024-11-11 02:54:56,506 [main] Logical connection got
DEBUG 2024-11-11 02:54:56,506 [main] Logical connection closed
DEBUG 2024-11-11 02:54:56,507 [main] Logical connection got
DEBUG 2024-11-11 02:54:56,517 [main] Logical connection closed
DEBUG 2024-11-11 02:54:56,517 [main] Logical connection got
DEBUG 2024-11-11 02:54:56,518 [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-11 02:54:56,519 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-11 02:54:56.316 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-11 02:54:56,520 [main] Logical connection got
DEBUG 2024-11-11 02:54:56,520 [main] Logical connection closed
DEBUG 2024-11-11 02:54:56,520 [main] Logical connection got
DEBUG 2024-11-11 02:54:56,524 [main] Logical connection closed
DEBUG 2024-11-11 02:54:56,525 [main] Logical connection got
DEBUG 2024-11-11 02:54:56,525 [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-11 02:54:56,526 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-11 02:54:56.316 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-11 02:54:56,526 [main] Logical connection got
DEBUG 2024-11-11 02:54:56,527 [main] UPDATE EMP SET tstamp = '2024-11-11 02.54.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-11 02.54.56'
DEBUG 2024-11-11 02:54:56,528 [main] Logical connection closed
DEBUG 2024-11-11 02:54:56,528 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-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.164 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-11 02:54:58,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:58,156 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:54:58,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,295 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:54:58,449 [main] Physical connection got
DEBUG 2024-11-11 02:54:58,449 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,528 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,535 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-11 02:54:58,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:58,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,586 [main] Physical connection got
DEBUG 2024-11-11 02:54:58,587 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,587 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,587 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,700 [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-11 02:54:58,705 [main] Physical connection closed
DEBUG 2024-11-11 02:54:58,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:58,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,736 [main] Physical connection got
DEBUG 2024-11-11 02:54:58,736 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,736 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,736 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,775 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,797 [main] Physical connection closed
DEBUG 2024-11-11 02:54:58,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:58,800 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,827 [main] Physical connection got
DEBUG 2024-11-11 02:54:58,827 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,827 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,827 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,870 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,876 [main] Physical connection closed
DEBUG 2024-11-11 02:54:58,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:58,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,900 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,903 [main] Physical connection got
DEBUG 2024-11-11 02:54:58,903 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,904 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,904 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,940 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,945 [main] Physical connection closed
DEBUG 2024-11-11 02:54:58,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:58,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:58,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:58,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:58,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:58,970 [main] Physical connection got
DEBUG 2024-11-11 02:54:58,970 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:58,970 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:58,970 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,005 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,010 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,012 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,014 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,016 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,033 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,034 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,034 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,034 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,067 [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-11 02:54:59,071 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,090 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,095 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,095 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,096 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,096 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,129 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,134 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,137 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,139 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,155 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,158 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,158 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,159 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,159 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,197 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,201 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,203 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,225 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,225 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,226 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,226 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,257 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,261 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,287 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261299287/0, BranchId=]
DEBUG 2024-11-11 02:54:59,288 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/0, BranchId=]
DEBUG 2024-11-11 02:54:59,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/0, BranchId=]
DEBUG 2024-11-11 02:54:59,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/0, BranchId=]
DEBUG 2024-11-11 02:54:59,319 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/0, BranchId=]
DEBUG 2024-11-11 02:54:59,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/0, BranchId=]
DEBUG 2024-11-11 02:54:59,342 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-11 02.54.59', 99, 'hoge', 0)
DEBUG 2024-11-11 02:54:59,348 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/0, BranchId=]
DEBUG 2024-11-11 02:54:59,348 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261299287/0, BranchId=]
DEBUG 2024-11-11 02:54:59,349 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,367 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,369 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,371 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,372 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,372 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,372 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,372 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,398 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,409 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,409 [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-11 02:54:59,416 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,416 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,417 [main] UPDATE EMP SET tstamp = '2024-11-11 02.54.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-11 02:54:59,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,418 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261299287/1, BranchId=]
DEBUG 2024-11-11 02:54:59,418 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,425 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,441 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,441 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,442 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,442 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,442 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,467 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,483 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,483 [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-11 02:54:59,485 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,485 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,486 [main] UPDATE EMP SET tstamp = '2024-11-11 02.54.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-11 02:54:59,486 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,486 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261299287/2, BranchId=]
DEBUG 2024-11-11 02:54:59,487 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,511 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,511 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,546 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,547 [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-11 02:54:59,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,549 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-11 02:54:59,550 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,550 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261299287/3, BranchId=]
DEBUG 2024-11-11 02:54:59,550 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,552 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,568 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,571 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,574 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,574 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,574 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,575 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,600 [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-11 02:54:59,601 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,635 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,635 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,636 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,636 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,661 [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-11 02:54:59,671 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,694 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,694 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,694 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,694 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,718 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,726 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,749 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,751 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,751 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,751 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,751 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,774 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,782 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,784 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,800 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,803 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,803 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,803 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,803 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,825 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,834 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,836 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,855 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,855 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,855 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,855 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,876 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,885 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,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
DEBUG 2024-11-11 02:54:59,892 [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-11 02:54:59,894 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,895 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,911 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,913 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,913 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,913 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,913 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,934 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,942 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,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
DEBUG 2024-11-11 02:54:59,946 [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-11 02:54:59,948 [main] Physical connection closed
DEBUG 2024-11-11 02:54:59,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:54:59,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:54:59,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:54:59,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:54:59,964 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:54:59,966 [main] Physical connection got
DEBUG 2024-11-11 02:54:59,966 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,966 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,967 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,990 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:54:59,998 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:54:59,998 [main] select * from emp
DEBUG 2024-11-11 02:55:00,001 [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-11 02:55:00,002 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,022 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,022 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,022 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,022 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,042 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,050 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,050 [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-11 02:55:00,053 [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-11 02:55:00,054 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,056 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,064 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,074 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,074 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,074 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,074 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,096 [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-11 02:55:00,103 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,118 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,122 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,122 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,122 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,122 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,142 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,150 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,150 [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-11 02:55:00,152 [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-11 02:55:00,153 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,155 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,172 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,172 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,172 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,172 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,210 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,228 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,229 [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-11 02:55:00,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 {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-11 02:55:00,240 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,278 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,278 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,278 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,279 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,324 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,337 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,337 [main] select * from emp
DEBUG 2024-11-11 02:55:00,341 [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-11 02:55:00,343 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,379 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,384 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,384 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,384 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,384 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,407 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,414 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,414 [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-11 02:55:00,416 [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-11 02:55:00,417 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,435 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,435 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,435 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,435 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,460 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,460 [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-11 02:55:00,462 [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-11 02:55:00,463 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,480 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,480 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,480 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,480 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,503 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,510 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,511 [main] select count(*) from emp
DEBUG 2024-11-11 02:55:00,512 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,512 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,530 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,530 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,530 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,530 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,549 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,557 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,557 [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-11 02:55:00,558 [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-11 02:55:00,558 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,560 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,575 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,575 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,576 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,576 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,594 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,602 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,602 [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-11 02:55:00,602 [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-11 02:55:00,603 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,620 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,620 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,620 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,620 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,639 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,645 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,645 [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-11 02:55:00,646 [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-11 02:55:00,646 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,663 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,663 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,663 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,664 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,681 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,688 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,688 [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-11 02:55:00,689 [main] Logical connection closed, tx=null
[Ljava.util.Map;@689e8c34
DEBUG 2024-11-11 02:55:00,689 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,690 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,706 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,706 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,706 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,706 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,724 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,730 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,731 [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-11 02:55:00,732 [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-11 02:55:00,733 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,750 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,750 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,750 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,750 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,770 [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-11 02:55:00,776 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,776 [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-11 02:55:00,779 [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-11 02:55:00,780 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,781 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,785 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,788 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,796 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,796 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,797 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,797 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,815 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,818 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,818 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-11 02:55:00,819 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,819 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,834 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,835 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,835 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,836 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,836 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,853 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,856 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,856 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-11 02:55:00,857 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,857 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,876 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,876 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,876 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,876 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,888 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,888 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,888 [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-11 02:55:00,889 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-11 02:55:00,890 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,891 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,906 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,906 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,906 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,906 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,917 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,917 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,917 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-11 02:55:00,918 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-11 02:55:00,918 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,920 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,934 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,934 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,934 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,934 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,935 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,958 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-11 02.55.00', 9999, 'test', 50)
DEBUG 2024-11-11 02:55:00,958 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,959 [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-11 02:55:00,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/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-11 02:55:00,961 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,961 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-11 02:55:00,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-11 02:55:00.958 {50, null, null, 0}
DEBUG 2024-11-11 02:55:00,961 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261299287/4, BranchId=]
DEBUG 2024-11-11 02:55:00,962 [main] Physical connection closed
DEBUG 2024-11-11 02:55:00,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:00,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:00,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:00,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:00,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:00,978 [main] Physical connection got
DEBUG 2024-11-11 02:55:00,978 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,978 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:00,978 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:00,994 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,000 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,016 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,016 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,017 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,017 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,033 [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-11 02:55:01,041 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,041 [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-11 02:55:01,043 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,043 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,056 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,059 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,059 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,060 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,060 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,076 [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-11 02:55:01,084 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,085 [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-11 02:55:01,085 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-11 02:55:01,085 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,087 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,102 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,102 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,102 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,102 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,118 [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-11 02:55:01,123 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,123 [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-11 02:55:01,125 [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-11 02:55:01,125 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,141 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,141 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,141 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,157 [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-11 02:55:01,160 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,176 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,176 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,176 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,176 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,192 [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-11 02:55:01,198 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,198 [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-11 02:55:01,200 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,200 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,208 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,218 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,218 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,218 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,218 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,234 [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-11 02:55:01,240 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,240 [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-11 02:55:01,241 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,241 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,257 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,257 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,258 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,258 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,276 [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-11 02:55:01,276 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,277 [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-11 02:55:01,278 [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-11 02:55:01,278 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,280 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,292 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,294 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,294 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,294 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,294 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,310 [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-11 02:55:01,311 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,326 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,326 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,326 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,327 [main] Logical connection got, tx=null
WARN 2024-11-11 02:55:01,329 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-11 02:55:01,334 [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-11 02:55:01,335 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,335 [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-11 02:55:01,337 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-11 02:55:01,337 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,352 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,352 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,352 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,353 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,370 [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-11 02:55:01,376 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,389 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,391 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,392 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,392 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,392 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,409 [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-11 02:55:01,413 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,413 [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-11 02:55:01,414 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,414 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,414 [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-11 02:55:01,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,415 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,429 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,431 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,431 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,431 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,431 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,448 [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-11 02:55:01,451 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,451 [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-11 02:55:01,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,454 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,454 [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-11 02:55:01,455 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,455 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,455 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-11 02:55:01,457 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,457 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,457 [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-11 02:55:01,458 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,458 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,458 [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-11 02:55:01,459 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,459 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,474 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,474 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,475 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,475 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,475 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-11 02:55:01,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,493 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-11 02:55:01,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,493 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-11 02:55:01,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,494 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-11 02:55:01,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,494 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731261299287/5, BranchId=]
DEBUG 2024-11-11 02:55:01,494 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,496 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,510 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,510 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,510 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,510 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,527 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,530 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,532 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,546 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,546 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,546 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,546 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,567 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,571 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,573 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,587 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,587 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,587 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,587 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,593 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-11 02:55:01,595 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,600 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,610 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,610 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,610 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,610 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,616 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-11 02:55:01,617 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,622 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,631 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,631 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,631 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,632 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,637 [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-11 02:55:01,638 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,653 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,653 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,653 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,654 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,659 [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-11 02:55:01,661 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,665 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,675 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,676 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,676 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,676 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,693 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,693 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,693 [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-11 02:55:01,696 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,697 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,704 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,710 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,712 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,712 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,712 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,712 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,728 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,729 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,745 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,745 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,745 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,745 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,761 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-11 02:55:01,762 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-11 02:55:01,777 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,777 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,777 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,777 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,794 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-11 02:55:01,794 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.26 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.011 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-11 02:55:01,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,842 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:55:01,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,857 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:55:01,859 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,860 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,869 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,871 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,873 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:55:01,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,887 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:55:01,889 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,889 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,893 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,893 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,895 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:55:01,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,905 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,908 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:55:01,911 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,911 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,914 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,915 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-11 02:55:01,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,929 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,929 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,930 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,930 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-11 02:55:01,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,945 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,945 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,961 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,961 [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-11 02:55:01,965 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,965 [main] Physical connection closed
DEBUG 2024-11-11 02:55:01,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:01,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:01,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:01,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:01,977 [main] Physical connection got
DEBUG 2024-11-11 02:55:01,977 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,993 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,994 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:01,994 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:01,994 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:02,004 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:02,009 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:02,009 [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-11 02:55:02,011 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:02,011 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-11 02:55:02,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:02,031 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:55:02,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,045 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:55:02,065 [main] Physical connection got
DEBUG 2024-11-11 02:55:02,065 [main] Logical connection got, tx=null
WARN 2024-11-11 02:55:02,067 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-11 02:55:02,068 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-11 02:55:02,068 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:02,068 [main] Physical connection closed
DEBUG 2024-11-11 02:55:02,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:02,070 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:55:02,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,083 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:55:02,086 [main] Physical connection got
DEBUG 2024-11-11 02:55:02,086 [main] Logical connection got, tx=null
WARN 2024-11-11 02:55:02,088 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-11 02:55:02,088 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-11 02:55:02,089 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:02,089 [main] Physical connection closed
DEBUG 2024-11-11 02:55:02,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:02,090 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:55:02,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,104 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-11 02:55:02,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:02,108 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-11 02:55:02,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,121 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-11 02:55:02,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:02,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,138 [main] Physical connection got
DEBUG 2024-11-11 02:55:02,138 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:02,140 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:02,140 [main] Physical connection closed
DEBUG 2024-11-11 02:55:02,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:02,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,154 [main] Physical connection got
DEBUG 2024-11-11 02:55:02,154 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:02,155 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:02,155 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-11 02:55:02,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-11 02:55:02,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-11 02:55:02,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-11 02:55:02,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-11 02:55:02,169 [main] Physical connection got
DEBUG 2024-11-11 02:55:02,169 [main] Logical connection got, tx=null
DEBUG 2024-11-11 02:55:02,170 [main] Logical connection closed, tx=null
DEBUG 2024-11-11 02:55:02,170 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.313s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.570s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.606s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.672s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Nov 11 02:55:02 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