Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-14 02:54:56,477 [main] Physical connection got
DEBUG 2025-01-14 02:54:56,477 [main] Logical connection got
DEBUG 2025-01-14 02:54:56,478 [main] Logical connection closed
DEBUG 2025-01-14 02:54:56,478 [main] Logical connection got
DEBUG 2025-01-14 02:54:56,489 [main] Logical connection closed
DEBUG 2025-01-14 02:54:56,490 [main] Logical connection got
DEBUG 2025-01-14 02:54:56,490 [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 2025-01-14 02:54:56,492 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-14 02:54:56.284 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-14 02:54:56,492 [main] Logical connection got
DEBUG 2025-01-14 02:54:56,492 [main] Logical connection closed
DEBUG 2025-01-14 02:54:56,493 [main] Logical connection got
DEBUG 2025-01-14 02:54:56,496 [main] Logical connection closed
DEBUG 2025-01-14 02:54:56,498 [main] Logical connection got
DEBUG 2025-01-14 02:54:56,498 [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 2025-01-14 02:54:56,498 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-14 02:54:56.284 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-14 02:54:56,499 [main] Logical connection got
DEBUG 2025-01-14 02:54:56,499 [main] UPDATE EMP SET tstamp = '2025-01-14 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 = '2025-01-14 02.54.56'
DEBUG 2025-01-14 02:54:56,500 [main] Logical connection closed
DEBUG 2025-01-14 02:54:56,500 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 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.199 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-14 02:54:58,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:58,211 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:54:58,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,359 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:54:58,530 [main] Physical connection got
DEBUG 2025-01-14 02:54:58,530 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:58,607 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:58,613 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-14 02:54:58,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:58,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:58,629 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:58,667 [main] Physical connection got
DEBUG 2025-01-14 02:54:58,668 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:58,668 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:58,668 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:58,785 [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 2025-01-14 02:54:58,791 [main] Physical connection closed
DEBUG 2025-01-14 02:54:58,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:58,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:58,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:58,822 [main] Physical connection got
DEBUG 2025-01-14 02:54:58,822 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:58,822 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:58,822 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:58,862 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:58,885 [main] Physical connection closed
DEBUG 2025-01-14 02:54:58,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:58,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:58,890 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,898 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,911 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:58,915 [main] Physical connection got
DEBUG 2025-01-14 02:54:58,915 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:58,915 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:58,915 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:58,959 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:58,964 [main] Physical connection closed
DEBUG 2025-01-14 02:54:58,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:58,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:58,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:58,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:58,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:58,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:58,991 [main] Physical connection got
DEBUG 2025-01-14 02:54:58,991 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:58,991 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:58,992 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,027 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,033 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,058 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,058 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,059 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,059 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,091 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,097 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,109 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,109 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,123 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,123 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,123 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,124 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,156 [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 2025-01-14 02:54:59,160 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,185 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,185 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,186 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,186 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,218 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,222 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,247 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,247 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,247 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,247 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,281 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,286 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,309 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,310 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,310 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,310 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,337 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,341 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,343 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,367 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790899367/0, BranchId=]
DEBUG 2025-01-14 02:54:59,368 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/0, BranchId=]
DEBUG 2025-01-14 02:54:59,370 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/0, BranchId=]
DEBUG 2025-01-14 02:54:59,370 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/0, BranchId=]
DEBUG 2025-01-14 02:54:59,396 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/0, BranchId=]
DEBUG 2025-01-14 02:54:59,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/0, BranchId=]
DEBUG 2025-01-14 02:54:59,419 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-14 02.54.59', 99, 'hoge', 0)
DEBUG 2025-01-14 02:54:59,425 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/0, BranchId=]
DEBUG 2025-01-14 02:54:59,425 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790899367/0, BranchId=]
DEBUG 2025-01-14 02:54:59,426 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,449 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,450 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,450 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,450 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,450 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,486 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,486 [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 2025-01-14 02:54:59,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,494 [main] UPDATE EMP SET tstamp = '2025-01-14 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 2025-01-14 02:54:59,495 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,496 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790899367/1, BranchId=]
DEBUG 2025-01-14 02:54:59,496 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,517 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,519 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,520 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,520 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,561 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,561 [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 2025-01-14 02:54:59,563 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,564 [main] UPDATE EMP SET tstamp = '2025-01-14 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 2025-01-14 02:54:59,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,565 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790899367/2, BranchId=]
DEBUG 2025-01-14 02:54:59,565 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,588 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,588 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,589 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,624 [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 2025-01-14 02:54:59,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,627 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,627 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-14 02:54:59,627 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,628 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790899367/3, BranchId=]
DEBUG 2025-01-14 02:54:59,628 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,648 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,652 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,652 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,653 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,653 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,679 [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 2025-01-14 02:54:59,680 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,683 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,713 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,713 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,713 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,713 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,739 [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 2025-01-14 02:54:59,748 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,770 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,773 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,773 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,773 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,773 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,799 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,808 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,834 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,834 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,834 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,834 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,859 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,867 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,869 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,877 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,889 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,890 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,890 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,890 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,914 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,923 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,925 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:54:59,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,944 [main] Physical connection got
DEBUG 2025-01-14 02:54:59,945 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,945 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,945 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,968 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:54:59,976 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:54:59,977 [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 2025-01-14 02:54:59,984 [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 2025-01-14 02:54:59,985 [main] Physical connection closed
DEBUG 2025-01-14 02:54:59,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:54:59,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:54:59,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:54:59,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:54:59,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,006 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,007 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,007 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,007 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,029 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,037 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,037 [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 2025-01-14 02:55:00,041 [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 2025-01-14 02:55:00,042 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,061 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,062 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,062 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,062 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,087 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,094 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,094 [main] select * from emp
DEBUG 2025-01-14 02:55:00,097 [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 2025-01-14 02:55:00,098 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,107 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,118 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,118 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,118 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,118 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,138 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,145 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,145 [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 2025-01-14 02:55:00,149 [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 2025-01-14 02:55:00,150 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,170 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,170 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,170 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,170 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,191 [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 2025-01-14 02:55:00,198 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,214 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,215 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,217 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,217 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,217 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,217 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,237 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,245 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,245 [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 2025-01-14 02:55:00,247 [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 2025-01-14 02:55:00,248 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,267 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,267 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,267 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,268 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,293 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,300 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,300 [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 2025-01-14 02:55:00,305 [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 2025-01-14 02:55:00,306 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,322 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,322 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,324 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,324 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,325 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,325 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,345 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,353 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,353 [main] select * from emp
DEBUG 2025-01-14 02:55:00,354 [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 2025-01-14 02:55:00,355 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,357 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,364 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,364 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,374 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,374 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,374 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,374 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,395 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,403 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,403 [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 2025-01-14 02:55:00,405 [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 2025-01-14 02:55:00,406 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,408 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,415 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,415 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,423 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,425 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,425 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,425 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,426 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,446 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,453 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,453 [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 2025-01-14 02:55:00,455 [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 2025-01-14 02:55:00,455 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,475 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,475 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,475 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,475 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,499 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,508 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,509 [main] select count(*) from emp
DEBUG 2025-01-14 02:55:00,510 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,510 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,511 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,512 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,514 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,529 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,530 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,530 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,530 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,568 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,576 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,576 [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 2025-01-14 02:55:00,577 [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 2025-01-14 02:55:00,578 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,597 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,598 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,598 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,598 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,624 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,636 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,636 [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 2025-01-14 02:55:00,637 [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 2025-01-14 02:55:00,637 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,667 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,668 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,668 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,668 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,688 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,697 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,698 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-14 02:55:00,698 [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 2025-01-14 02:55:00,699 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,717 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,717 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,717 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,717 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,737 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,744 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,744 [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 2025-01-14 02:55:00,744 [main] Logical connection closed, tx=null
[Ljava.util.Map;@52234265
DEBUG 2025-01-14 02:55:00,745 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,770 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,770 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,770 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,770 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,791 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,797 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,797 [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 2025-01-14 02:55:00,800 [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 2025-01-14 02:55:00,800 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,826 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,826 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,826 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,826 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,871 [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 2025-01-14 02:55:00,886 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,886 [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 2025-01-14 02:55:00,890 [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 2025-01-14 02:55:00,890 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,905 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,906 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,908 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,908 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,908 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,909 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,928 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,932 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,932 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-14 02:55:00,933 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,933 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,951 [main] Physical connection got
DEBUG 2025-01-14 02:55:00,951 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,951 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,951 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,971 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,974 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:00,974 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-14 02:55:00,975 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:00,975 [main] Physical connection closed
DEBUG 2025-01-14 02:55:00,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:00,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:00,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:00,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:00,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:00,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,000 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,003 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,003 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,003 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,004 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,017 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,018 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,018 [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 2025-01-14 02:55:01,020 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-14 02:55:01,020 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,026 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,029 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,036 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,039 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,039 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,039 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,040 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,060 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,061 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,061 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-14 02:55:01,066 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-14 02:55:01,066 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,068 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,085 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,086 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,086 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,086 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,086 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,104 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,111 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,111 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-14 02.55.01', 9999, 'test', 50)
DEBUG 2025-01-14 02:55:01,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,112 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2025-01-14 02:55:01,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/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 2025-01-14 02:55:01,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,114 [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 2025-01-14 02:55:01,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-14 02:55:01.111 {50, null, null, 0}
DEBUG 2025-01-14 02:55:01,115 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790899367/4, BranchId=]
DEBUG 2025-01-14 02:55:01,116 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,125 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,135 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,135 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,135 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,135 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,158 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,166 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,175 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,187 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,187 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,188 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,188 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,206 [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 2025-01-14 02:55:01,215 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,215 [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 2025-01-14 02:55:01,217 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,218 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,256 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,256 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,256 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,256 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,327 [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 2025-01-14 02:55:01,346 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,361 [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 2025-01-14 02:55:01,361 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-14 02:55:01,361 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,403 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,403 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,403 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,403 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,420 [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 2025-01-14 02:55:01,426 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,426 [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 2025-01-14 02:55:01,428 [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 2025-01-14 02:55:01,428 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,430 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,445 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,446 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,446 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,446 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,462 [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 2025-01-14 02:55:01,465 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,484 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,484 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,484 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,484 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,500 [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 2025-01-14 02:55:01,507 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,507 [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 2025-01-14 02:55:01,512 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,513 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,533 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,533 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,533 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,533 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,549 [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 2025-01-14 02:55:01,556 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,556 [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 2025-01-14 02:55:01,557 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,557 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,575 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,575 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,575 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,575 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,594 [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 2025-01-14 02:55:01,595 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,595 [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 2025-01-14 02:55:01,597 [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 2025-01-14 02:55:01,597 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,612 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,615 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,615 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,615 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,615 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,632 [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 2025-01-14 02:55:01,633 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,634 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,636 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,638 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,648 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,650 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,651 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,651 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,651 [main] Logical connection got, tx=null
WARN 2025-01-14 02:55:01,654 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-14 02:55:01,660 [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 2025-01-14 02:55:01,661 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,661 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-14 02:55:01,663 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-14 02:55:01,664 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,666 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,667 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,669 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,679 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,681 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,681 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,681 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,681 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,701 [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 2025-01-14 02:55:01,708 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,722 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,725 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,725 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,726 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,726 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,743 [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 2025-01-14 02:55:01,747 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,748 [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 2025-01-14 02:55:01,748 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,749 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,749 [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 2025-01-14 02:55:01,750 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,750 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,767 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,767 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,768 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,768 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,787 [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 2025-01-14 02:55:01,790 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,790 [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 2025-01-14 02:55:01,793 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,794 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,794 [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 2025-01-14 02:55:01,795 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,795 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,795 [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 2025-01-14 02:55:01,797 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,798 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,798 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2025-01-14 02:55:01,799 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,799 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,799 [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 2025-01-14 02:55:01,800 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,800 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,817 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,818 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-14 02:55:01,839 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,840 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-14 02:55:01,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,840 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,840 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-14 02:55:01,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,841 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-14 02:55:01,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,842 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736790899367/5, BranchId=]
DEBUG 2025-01-14 02:55:01,842 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,860 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,860 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,860 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,861 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,879 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,883 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,885 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,899 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,899 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,902 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,902 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,902 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,902 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,923 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,931 [main] Physical connection closed
DEBUG 2025-01-14 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 2025-01-14 02:55:01,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:01,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,969 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,971 [main] Physical connection got
DEBUG 2025-01-14 02:55:01,971 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,971 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:01,972 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:01,984 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-14 02:55:01,986 [main] Physical connection closed
DEBUG 2025-01-14 02:55:01,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:01,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:01,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:01,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:01,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,017 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,018 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,018 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,018 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,024 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-14 02:55:02,025 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,027 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,029 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,041 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,041 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,041 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,042 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,048 [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 2025-01-14 02:55:02,049 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,051 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,067 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,067 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,067 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,067 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,073 [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 2025-01-14 02:55:02,075 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,090 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,090 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,090 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,090 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,107 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,108 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,108 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-14 02:55:02,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,111 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,113 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,123 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,127 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,127 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,127 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,127 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,144 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,145 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,152 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,160 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,160 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,160 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,160 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,179 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-14 02:55:02,180 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-14 02:55:02,195 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,196 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,196 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,196 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,212 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-14 02:55:02,213 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.6 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-14 02:55:02,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,271 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,288 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,291 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,291 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,311 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,314 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,315 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,329 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,331 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,331 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,335 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,336 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,337 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,354 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,358 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,358 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,362 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,362 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-14 02:55:02,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,377 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,377 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,378 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,378 [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 2025-01-14 02:55:02,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,393 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,393 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,410 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,410 [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 2025-01-14 02:55:02,415 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,415 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,418 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,428 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,428 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,444 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,445 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,445 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,445 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,456 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,463 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,463 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-14 02:55:02,468 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,468 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-14 02:55:02,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,487 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,491 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,501 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,518 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,518 [main] Logical connection got, tx=null
WARN 2025-01-14 02:55:02,521 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-14 02:55:02,522 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-14 02:55:02,522 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,523 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,524 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,535 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,538 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,540 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,541 [main] Logical connection got, tx=null
WARN 2025-01-14 02:55:02,543 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-14 02:55:02,543 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-14 02:55:02,544 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,544 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,545 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,551 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,559 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,563 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-14 02:55:02,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,577 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-14 02:55:02,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,595 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,595 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,596 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,596 [main] Physical connection closed
DEBUG 2025-01-14 02:55:02,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,601 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,608 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,608 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,609 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,610 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-14 02:55:02,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-14 02:55:02,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-14 02:55:02,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-14 02:55:02,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-14 02:55:02,627 [main] Physical connection got
DEBUG 2025-01-14 02:55:02,627 [main] Logical connection got, tx=null
DEBUG 2025-01-14 02:55:02,628 [main] Logical connection closed, tx=null
DEBUG 2025-01-14 02:55:02,628 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.332s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.475s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.661s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.142s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Jan 14 02:55:02 JST 2025
[INFO] Final Memory: 27M/411M
[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