Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-27 02:55:00,036 [main] Physical connection got
DEBUG 2024-12-27 02:55:00,036 [main] Logical connection got
DEBUG 2024-12-27 02:55:00,036 [main] Logical connection closed
DEBUG 2024-12-27 02:55:00,036 [main] Logical connection got
DEBUG 2024-12-27 02:55:00,049 [main] Logical connection closed
DEBUG 2024-12-27 02:55:00,049 [main] Logical connection got
DEBUG 2024-12-27 02:55:00,050 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-27 02:55:00,051 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-27 02:54:59.831 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-27 02:55:00,052 [main] Logical connection got
DEBUG 2024-12-27 02:55:00,052 [main] Logical connection closed
DEBUG 2024-12-27 02:55:00,052 [main] Logical connection got
DEBUG 2024-12-27 02:55:00,056 [main] Logical connection closed
DEBUG 2024-12-27 02:55:00,058 [main] Logical connection got
DEBUG 2024-12-27 02:55:00,058 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-27 02:55:00,059 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-27 02:54:59.831 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-27 02:55:00,059 [main] Logical connection got
DEBUG 2024-12-27 02:55:00,060 [main] UPDATE EMP SET tstamp = '2024-12-27 02.55.00', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-27 02.54.59'
DEBUG 2024-12-27 02:55:00,060 [main] Logical connection closed
DEBUG 2024-12-27 02:55:00,061 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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.155 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-27 02:55:01,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:01,833 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-27 02:55:01,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:01,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:01,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:01,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:01,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:01,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:01,992 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-27 02:55:02,202 [main] Physical connection got
DEBUG 2024-12-27 02:55:02,203 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,301 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,306 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-27 02:55:02,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:02,322 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,380 [main] Physical connection got
DEBUG 2024-12-27 02:55:02,380 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,381 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,381 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,510 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-27 02:55:02,516 [main] Physical connection closed
DEBUG 2024-12-27 02:55:02,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:02,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,554 [main] Physical connection got
DEBUG 2024-12-27 02:55:02,554 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,554 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,554 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,601 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,628 [main] Physical connection closed
DEBUG 2024-12-27 02:55:02,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:02,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,672 [main] Physical connection got
DEBUG 2024-12-27 02:55:02,672 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,673 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,673 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,727 [main] Physical connection closed
DEBUG 2024-12-27 02:55:02,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:02,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,780 [main] Physical connection got
DEBUG 2024-12-27 02:55:02,784 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,785 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,785 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,841 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,846 [main] Physical connection closed
DEBUG 2024-12-27 02:55:02,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:02,849 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,870 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,873 [main] Physical connection got
DEBUG 2024-12-27 02:55:02,874 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,874 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,874 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,911 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,924 [main] Physical connection closed
DEBUG 2024-12-27 02:55:02,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:02,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:02,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,954 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:02,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:02,957 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:02,961 [main] Physical connection got
DEBUG 2024-12-27 02:55:02,961 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:02,961 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:02,961 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:03,016 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-27 02:55:03,020 [main] Physical connection closed
DEBUG 2024-12-27 02:55:03,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:03,024 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,063 [main] Physical connection got
DEBUG 2024-12-27 02:55:03,071 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:03,071 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:03,071 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:03,145 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:03,170 [main] Physical connection closed
DEBUG 2024-12-27 02:55:03,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:03,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,209 [main] Physical connection got
DEBUG 2024-12-27 02:55:03,209 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:03,210 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:03,210 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:03,273 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:03,278 [main] Physical connection closed
DEBUG 2024-12-27 02:55:03,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:03,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,335 [main] Physical connection got
DEBUG 2024-12-27 02:55:03,342 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:03,343 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:03,343 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:03,404 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:03,409 [main] Physical connection closed
DEBUG 2024-12-27 02:55:03,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:03,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,463 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735235703463/0, BranchId=]
DEBUG 2024-12-27 02:55:03,471 [main] Physical connection got
DEBUG 2024-12-27 02:55:03,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/0, BranchId=]
DEBUG 2024-12-27 02:55:03,472 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/0, BranchId=]
DEBUG 2024-12-27 02:55:03,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/0, BranchId=]
DEBUG 2024-12-27 02:55:03,547 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/0, BranchId=]
DEBUG 2024-12-27 02:55:03,591 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/0, BranchId=]
DEBUG 2024-12-27 02:55:03,597 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-27 02.55.03', 99, 'hoge', 0)
DEBUG 2024-12-27 02:55:03,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/0, BranchId=]
DEBUG 2024-12-27 02:55:03,614 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735235703463/0, BranchId=]
DEBUG 2024-12-27 02:55:03,614 [main] Physical connection closed
DEBUG 2024-12-27 02:55:03,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:03,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,661 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,661 [main] Physical connection got
DEBUG 2024-12-27 02:55:03,662 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,662 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,662 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,751 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-27 02:55:03,766 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,766 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,767 [main] UPDATE EMP SET tstamp = '2024-12-27 02.55.03', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-27 02:55:03,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,768 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735235703463/1, BranchId=]
DEBUG 2024-12-27 02:55:03,768 [main] Physical connection closed
DEBUG 2024-12-27 02:55:03,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:03,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,824 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,826 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,827 [main] Physical connection got
DEBUG 2024-12-27 02:55:03,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,915 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-27 02:55:03,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,918 [main] UPDATE EMP SET tstamp = '2024-12-27 02.55.03', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-27 02:55:03,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,919 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735235703463/2, BranchId=]
DEBUG 2024-12-27 02:55:03,919 [main] Physical connection closed
DEBUG 2024-12-27 02:55:03,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:03,922 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:03,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:03,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:03,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:03,963 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:03,963 [main] Physical connection got
DEBUG 2024-12-27 02:55:03,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:03,964 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:03,964 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:04,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:04,045 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:04,045 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-27 02:55:04,054 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:04,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:04,055 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-27 02:55:04,055 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:04,055 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735235703463/3, BranchId=]
DEBUG 2024-12-27 02:55:04,055 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,057 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,059 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,074 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,097 [main] Physical connection got
DEBUG 2024-12-27 02:55:04,097 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,097 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,097 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,151 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-27 02:55:04,152 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,214 [main] Physical connection got
DEBUG 2024-12-27 02:55:04,214 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,215 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,215 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,275 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-27 02:55:04,290 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,332 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,334 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,338 [main] Physical connection got
DEBUG 2024-12-27 02:55:04,338 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,338 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,338 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,390 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,400 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,408 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,417 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,453 [main] Physical connection got
DEBUG 2024-12-27 02:55:04,454 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,454 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,454 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,494 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,515 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,517 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,558 [main] Physical connection got
DEBUG 2024-12-27 02:55:04,558 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,559 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,559 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,610 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,626 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,673 [main] Physical connection got
DEBUG 2024-12-27 02:55:04,673 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,673 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,673 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,724 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,737 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,737 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-27 02:55:04,750 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-27 02:55:04,758 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,792 [main] Physical connection got
DEBUG 2024-12-27 02:55:04,792 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,792 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,792 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,838 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,854 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,854 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-27 02:55:04,866 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-27 02:55:04,874 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:04,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,895 [main] Physical connection got
DEBUG 2024-12-27 02:55:04,895 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,895 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,895 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,951 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:04,966 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:04,966 [main] select * from emp
DEBUG 2024-12-27 02:55:04,976 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-27 02:55:04,977 [main] Physical connection closed
DEBUG 2024-12-27 02:55:04,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:04,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:04,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:04,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:04,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,018 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,018 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,019 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,019 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,041 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,048 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,048 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-27 02:55:05,052 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-27 02:55:05,053 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,086 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,088 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,088 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,088 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,089 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,117 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-27 02:55:05,124 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,144 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,144 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,144 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,144 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,165 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,173 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,173 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-27 02:55:05,176 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-27 02:55:05,177 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,194 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,197 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,197 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,197 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,197 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,229 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,237 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,237 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-27 02:55:05,243 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-27 02:55:05,244 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,263 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,263 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,263 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,263 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,284 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,292 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,292 [main] select * from emp
DEBUG 2024-12-27 02:55:05,293 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-27 02:55:05,294 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,314 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,314 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,314 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,314 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,335 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,343 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,343 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-27 02:55:05,345 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-27 02:55:05,346 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,375 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,376 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,385 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,385 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,385 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,385 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,421 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,434 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,434 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-27 02:55:05,442 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-27 02:55:05,443 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,451 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,453 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,483 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,483 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,483 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,483 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,532 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,544 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,552 [main] select count(*) from emp
DEBUG 2024-12-27 02:55:05,553 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,553 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,570 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,570 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,594 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,594 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,594 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,594 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,629 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,647 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,649 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-27 02:55:05,649 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-27 02:55:05,650 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,653 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,654 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,697 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,697 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,697 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,697 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,736 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,748 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,753 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-27 02:55:05,753 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-27 02:55:05,761 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,796 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,796 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,797 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,797 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,844 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,860 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,861 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-27 02:55:05,861 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-27 02:55:05,862 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,865 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,867 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,897 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,900 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,900 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,900 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,938 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,954 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,954 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-27 02:55:05,955 [main] Logical connection closed, tx=null
[Ljava.util.Map;@a6a435f
DEBUG 2024-12-27 02:55:05,955 [main] Physical connection closed
DEBUG 2024-12-27 02:55:05,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:05,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:05,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:05,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:05,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:05,989 [main] Physical connection got
DEBUG 2024-12-27 02:55:05,996 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:05,997 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:05,997 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,031 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,054 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,054 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-27 02:55:06,063 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-27 02:55:06,063 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,090 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,092 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,101 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,101 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,101 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,101 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,141 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-27 02:55:06,157 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,157 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-27 02:55:06,160 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-27 02:55:06,167 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,197 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,207 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,207 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,208 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,208 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,246 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,258 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,258 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-27 02:55:06,259 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,259 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,261 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,300 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,308 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,308 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,308 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,349 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,353 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,353 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-27 02:55:06,354 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,354 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,361 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,402 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,402 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,402 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,402 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,438 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,440 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,440 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-27 02:55:06,444 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-27 02:55:06,446 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,447 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,450 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,453 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,480 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,487 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,487 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,487 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,505 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,506 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,506 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-27 02:55:06,507 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-27 02:55:06,514 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,534 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,543 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,544 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,545 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,545 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,545 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,593 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-27 02.55.06', 9999, 'test', 50)
DEBUG 2024-12-27 02:55:06,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,594 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,598 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-27 02:55:06,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-27 02:55:06,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,600 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-27 02:55:06,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-27 02:55:06.593 {50, null, null, 0}
DEBUG 2024-12-27 02:55:06,601 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735235703463/4, BranchId=]
DEBUG 2024-12-27 02:55:06,601 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,632 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,634 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,636 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,636 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,636 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,669 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,681 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,686 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,714 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,717 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,717 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,717 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,755 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-27 02:55:06,771 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,771 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-27 02:55:06,773 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,773 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,804 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,804 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,806 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,806 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,836 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-27 02:55:06,856 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,856 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-27 02:55:06,857 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-27 02:55:06,860 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,877 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,890 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,894 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,894 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,894 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,928 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-27 02:55:06,935 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,935 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-27 02:55:06,936 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-27 02:55:06,937 [main] Physical connection closed
DEBUG 2024-12-27 02:55:06,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:06,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:06,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:06,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:06,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:06,978 [main] Physical connection got
DEBUG 2024-12-27 02:55:06,978 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:06,978 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:06,979 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,008 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-27 02:55:07,015 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,030 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,033 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,033 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,033 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,034 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,049 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-27 02:55:07,055 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,055 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-27 02:55:07,057 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,057 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,089 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,090 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,090 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,090 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,124 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-27 02:55:07,142 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,143 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-27 02:55:07,143 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,143 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,145 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,163 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,164 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,164 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,164 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,182 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-27 02:55:07,183 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,183 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-27 02:55:07,185 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-27 02:55:07,185 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,190 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,207 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,207 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,207 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,207 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,224 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-27 02:55:07,230 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,231 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,232 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,248 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,248 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,248 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,249 [main] Logical connection got, tx=null
WARN 2024-12-27 02:55:07,251 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-27 02:55:07,256 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-27 02:55:07,257 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,257 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-27 02:55:07,260 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-27 02:55:07,260 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,262 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,277 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,278 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,278 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,278 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,297 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-27 02:55:07,303 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,305 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,317 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,320 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,320 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,320 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,320 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,342 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-27 02:55:07,346 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,346 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-27 02:55:07,347 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,347 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,348 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-27 02:55:07,348 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,348 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,366 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,366 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,366 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,366 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,391 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-27 02:55:07,395 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,402 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-27 02:55:07,405 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,405 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,405 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-27 02:55:07,406 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,406 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,406 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-27 02:55:07,408 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,413 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,413 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-27 02:55:07,413 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,414 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,414 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-27 02:55:07,414 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,415 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,441 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,441 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,442 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,442 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,442 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-27 02:55:07,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,461 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-27 02:55:07,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,462 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-27 02:55:07,462 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,462 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,462 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-27 02:55:07,462 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,463 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735235703463/5, BranchId=]
DEBUG 2024-12-27 02:55:07,463 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,490 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,500 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,500 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,500 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,529 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,532 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,549 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,549 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,549 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,549 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,577 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,581 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,594 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,596 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,596 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,597 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,597 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,602 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-27 02:55:07,609 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,610 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,624 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,629 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,629 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,629 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,629 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,636 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-27 02:55:07,638 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,659 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,659 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,659 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,660 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,664 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-27 02:55:07,666 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,683 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,683 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,683 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,683 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,690 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-27 02:55:07,691 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,709 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,709 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,709 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,709 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,728 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,730 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,730 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-27 02:55:07,741 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,741 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,774 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,777 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,777 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,777 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,777 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,807 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,808 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,829 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,831 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,832 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,832 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,832 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,853 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-27 02:55:07,854 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-27 02:55:07,875 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,875 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,875 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,875 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,901 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-27 02:55:07,902 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.595 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-27 02:55:07,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,959 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-27 02:55:07,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,971 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-27 02:55:07,974 [main] Physical connection got
DEBUG 2024-12-27 02:55:07,974 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:07,977 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:07,979 [main] Physical connection closed
DEBUG 2024-12-27 02:55:07,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:07,981 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-27 02:55:07,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:07,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:07,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:07,993 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,005 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,015 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,018 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,029 [main] Physical connection closed
DEBUG 2024-12-27 02:55:08,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,030 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,067 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,076 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,076 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,079 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,080 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-27 02:55:08,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,102 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,102 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,103 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,103 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-27 02:55:08,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,117 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,117 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,132 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,132 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-27 02:55:08,141 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,141 [main] Physical connection closed
DEBUG 2024-12-27 02:55:08,142 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,158 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,159 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,173 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,174 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,174 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,174 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,185 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,196 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,196 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-27 02:55:08,198 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,199 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-27 02:55:08,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,221 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,225 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,238 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,250 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,250 [main] Logical connection got, tx=null
WARN 2024-12-27 02:55:08,264 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-27 02:55:08,271 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-27 02:55:08,271 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,272 [main] Physical connection closed
DEBUG 2024-12-27 02:55:08,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,273 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,308 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,316 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,323 [main] Logical connection got, tx=null
WARN 2024-12-27 02:55:08,325 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-27 02:55:08,325 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-27 02:55:08,326 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,326 [main] Physical connection closed
DEBUG 2024-12-27 02:55:08,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,328 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,341 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,345 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-27 02:55:08,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,367 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-27 02:55:08,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,382 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,390 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,390 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,392 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,392 [main] Physical connection closed
DEBUG 2024-12-27 02:55:08,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,415 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,415 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,419 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,419 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-27 02:55:08,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-27 02:55:08,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-27 02:55:08,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-27 02:55:08,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-27 02:55:08,439 [main] Physical connection got
DEBUG 2024-12-27 02:55:08,439 [main] Logical connection got, tx=null
DEBUG 2024-12-27 02:55:08,440 [main] Logical connection closed, tx=null
DEBUG 2024-12-27 02:55:08,440 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.323s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.012s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.649s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [8.421s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 seconds
[INFO] Finished at: Fri Dec 27 02:55:08 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS