Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-04-08 02:54:54,169 [main] Physical connection got
DEBUG 2025-04-08 02:54:54,170 [main] Logical connection got
DEBUG 2025-04-08 02:54:54,170 [main] Logical connection closed
DEBUG 2025-04-08 02:54:54,170 [main] Logical connection got
DEBUG 2025-04-08 02:54:54,184 [main] Logical connection closed
DEBUG 2025-04-08 02:54:54,184 [main] Logical connection got
DEBUG 2025-04-08 02:54:54,184 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-04-08 02:54:54,186 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-08 02:54:53.947 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-08 02:54:54,187 [main] Logical connection got
DEBUG 2025-04-08 02:54:54,187 [main] Logical connection closed
DEBUG 2025-04-08 02:54:54,188 [main] Logical connection got
DEBUG 2025-04-08 02:54:54,192 [main] Logical connection closed
DEBUG 2025-04-08 02:54:54,193 [main] Logical connection got
DEBUG 2025-04-08 02:54:54,193 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-08 02:54:54,194 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-08 02:54:53.947 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-08 02:54:54,195 [main] Logical connection got
DEBUG 2025-04-08 02:54:54,195 [main] UPDATE EMP SET tstamp = '2025-04-08 02.54.54', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-04-08 02.54.53'
DEBUG 2025-04-08 02:54:54,196 [main] Logical connection closed
DEBUG 2025-04-08 02:54:54,196 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 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.141 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-04-08 02:54:55,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:55,771 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:54:55,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:55,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:55,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:55,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:55,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:55,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:55,925 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:54:56,100 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,100 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,182 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,188 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-04-08 02:54:56,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,245 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,245 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,246 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,246 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,363 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-04-08 02:54:56,369 [main] Physical connection closed
DEBUG 2025-04-08 02:54:56,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,372 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,401 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,402 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,402 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,402 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,442 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,468 [main] Physical connection closed
DEBUG 2025-04-08 02:54:56,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,471 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,496 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,500 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,501 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,501 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,501 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,571 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,577 [main] Physical connection closed
DEBUG 2025-04-08 02:54:56,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,604 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,604 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,605 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,605 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,640 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,646 [main] Physical connection closed
DEBUG 2025-04-08 02:54:56,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,673 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,673 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,673 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,674 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,707 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,712 [main] Physical connection closed
DEBUG 2025-04-08 02:54:56,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,738 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,738 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,738 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,738 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,773 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-04-08 02:54:56,777 [main] Physical connection closed
DEBUG 2025-04-08 02:54:56,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,800 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,803 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,803 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,804 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,804 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,839 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,844 [main] Physical connection closed
DEBUG 2025-04-08 02:54:56,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,856 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,870 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,870 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,871 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,871 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,925 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,936 [main] Physical connection closed
DEBUG 2025-04-08 02:54:56,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:56,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:56,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:56,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:56,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:56,966 [main] Physical connection got
DEBUG 2025-04-08 02:54:56,966 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,966 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:56,966 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:56,996 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,001 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,023 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,027 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048497027/0, BranchId=]
DEBUG 2025-04-08 02:54:57,029 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,030 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/0, BranchId=]
DEBUG 2025-04-08 02:54:57,030 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/0, BranchId=]
DEBUG 2025-04-08 02:54:57,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/0, BranchId=]
DEBUG 2025-04-08 02:54:57,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/0, BranchId=]
DEBUG 2025-04-08 02:54:57,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/0, BranchId=]
DEBUG 2025-04-08 02:54:57,084 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-08 02.54.57', 99, 'hoge', 0)
DEBUG 2025-04-08 02:54:57,089 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/0, BranchId=]
DEBUG 2025-04-08 02:54:57,090 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048497027/0, BranchId=]
DEBUG 2025-04-08 02:54:57,090 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,093 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,109 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,112 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,114 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,114 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,115 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,141 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,154 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-08 02:54:57,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,161 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,162 [main] UPDATE EMP SET tstamp = '2025-04-08 02.54.57', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-08 02:54:57,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,163 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048497027/1, BranchId=]
DEBUG 2025-04-08 02:54:57,163 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,186 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,187 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,187 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,187 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,187 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,221 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,239 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,239 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-08 02:54:57,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,241 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,242 [main] UPDATE EMP SET tstamp = '2025-04-08 02.54.57', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-04-08 02:54:57,242 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,242 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048497027/2, BranchId=]
DEBUG 2025-04-08 02:54:57,243 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,266 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,267 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,267 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,267 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,267 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,294 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,304 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,304 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-08 02:54:57,306 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,306 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,307 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-08 02:54:57,307 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,307 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048497027/3, BranchId=]
DEBUG 2025-04-08 02:54:57,307 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,309 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,309 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,331 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,331 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,332 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,332 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,357 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-04-08 02:54:57,359 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,378 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,389 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,390 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,390 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,390 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,417 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-04-08 02:54:57,427 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,448 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,448 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,449 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,449 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,473 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,483 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,518 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,518 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,518 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,519 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,543 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,563 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,569 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,583 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,584 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,584 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,584 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,611 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,622 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,643 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,646 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,646 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,646 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,647 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,673 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,683 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,683 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-08 02:54:57,690 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-08 02:54:57,692 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,715 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,715 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,715 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,715 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,740 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,750 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,750 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-08 02:54:57,754 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-08 02:54:57,755 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,760 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,776 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,778 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,779 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,779 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,779 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,805 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,812 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,812 [main] select * from emp
DEBUG 2025-04-08 02:54:57,815 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-08 02:54:57,816 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,834 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,836 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,836 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,837 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,837 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,858 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,865 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,865 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-08 02:54:57,869 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-08 02:54:57,870 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,871 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,872 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,889 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,889 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,889 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,889 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,911 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-04-08 02:54:57,918 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,920 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,939 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,942 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,942 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,942 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,942 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,963 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,972 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,972 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-08 02:54:57,975 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-08 02:54:57,976 [main] Physical connection closed
DEBUG 2025-04-08 02:54:57,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:57,978 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,980 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:57,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,991 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:57,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:57,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:57,996 [main] Physical connection got
DEBUG 2025-04-08 02:54:57,996 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:57,996 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:57,996 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,017 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,024 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,024 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-08 02:54:58,030 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-08 02:54:58,031 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,033 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,049 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,051 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,051 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,051 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,051 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,072 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,080 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,080 [main] select * from emp
DEBUG 2025-04-08 02:54:58,081 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-08 02:54:58,082 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,084 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,102 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,102 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,102 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,102 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,125 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,133 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,133 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-08 02:54:58,135 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-08 02:54:58,136 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,138 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,156 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,157 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,157 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,157 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,178 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,185 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,185 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-08 02:54:58,187 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-08 02:54:58,188 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,207 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,207 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,207 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,207 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,228 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,242 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,242 [main] select count(*) from emp
DEBUG 2025-04-08 02:54:58,243 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,243 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,263 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,263 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,264 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,264 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,285 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,293 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,293 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-08 02:54:58,294 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-04-08 02:54:58,294 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,313 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,313 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,313 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,314 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,334 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,341 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,341 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-08 02:54:58,342 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-04-08 02:54:58,343 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,358 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,359 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,362 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,362 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,362 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,362 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,382 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,389 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,389 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-08 02:54:58,390 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-04-08 02:54:58,390 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,392 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,409 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,409 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,410 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,410 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,429 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,436 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,437 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-08 02:54:58,437 [main] Logical connection closed, tx=null
[Ljava.util.Map;@206e41b5
DEBUG 2025-04-08 02:54:58,438 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,440 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,457 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,457 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,457 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,457 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,477 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,487 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,487 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-04-08 02:54:58,490 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-04-08 02:54:58,490 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,510 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,510 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,510 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,511 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,529 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-04-08 02:54:58,536 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,536 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-04-08 02:54:58,539 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-04-08 02:54:58,540 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,541 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,558 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,558 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,559 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,559 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,577 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,581 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,581 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-08 02:54:58,581 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,581 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,600 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,600 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,600 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,600 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,619 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,622 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,622 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-08 02:54:58,623 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,623 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,624 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,641 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,642 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,642 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,642 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,655 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,655 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,655 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-04-08 02:54:58,657 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-04-08 02:54:58,657 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,676 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,676 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,676 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,676 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,688 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,688 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,688 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-04-08 02:54:58,689 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-04-08 02:54:58,690 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,708 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,709 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,709 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,736 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-08 02.54.58', 9999, 'test', 50)
DEBUG 2025-04-08 02:54:58,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,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 WHERE EMP.empno = 7369
DEBUG 2025-04-08 02:54:58,739 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-08 02:54:58,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,739 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-04-08 02:54:58,740 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-04-08 02:54:58.736 {50, null, null, 0}
DEBUG 2025-04-08 02:54:58,740 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048497027/4, BranchId=]
DEBUG 2025-04-08 02:54:58,741 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,760 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,763 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,763 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,763 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,764 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,786 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,794 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,816 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,816 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,817 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,817 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,838 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-04-08 02:54:58,850 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,850 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-08 02:54:58,853 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,853 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,871 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,874 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,874 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,874 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,875 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,921 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-04-08 02:54:58,931 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,931 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-04-08 02:54:58,932 [main] Logical connection closed, tx=null
[]
DEBUG 2025-04-08 02:54:58,932 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,943 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,943 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:58,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,954 [main] Physical connection got
DEBUG 2025-04-08 02:54:58,954 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,955 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:58,955 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,976 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-04-08 02:54:58,982 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:58,982 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-04-08 02:54:58,984 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-04-08 02:54:58,985 [main] Physical connection closed
DEBUG 2025-04-08 02:54:58,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:58,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:58,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:58,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:58,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,004 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,006 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,006 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,006 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,007 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,028 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-04-08 02:54:59,032 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,053 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,054 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,054 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,054 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,077 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-08 02:54:59,087 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,087 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-08 02:54:59,089 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,090 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,096 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,116 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,117 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,120 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,120 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,121 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,121 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,143 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-08 02:54:59,159 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,159 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-04-08 02:54:59,161 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,161 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,176 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,179 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,179 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,179 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,179 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,198 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-08 02:54:59,199 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,200 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2025-04-08 02:54:59,201 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-04-08 02:54:59,202 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,207 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,219 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,219 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,220 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,220 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,236 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-08 02:54:59,237 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,255 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,255 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,255 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,255 [main] Logical connection got, tx=null
WARN 2025-04-08 02:54:59,259 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-04-08 02:54:59,273 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-04-08 02:54:59,274 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,274 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-04-08 02:54:59,277 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-04-08 02:54:59,277 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,279 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,292 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,294 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,295 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,295 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,295 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,313 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-08 02:54:59,320 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,322 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,338 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,338 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,338 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,338 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,356 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-04-08 02:54:59,361 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,361 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-08 02:54:59,362 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,362 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,362 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-04-08 02:54:59,363 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,363 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,371 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,380 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,380 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,380 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,381 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,398 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-04-08 02:54:59,402 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,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 2025-04-08 02:54:59,405 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,405 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,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 2025-04-08 02:54:59,406 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,406 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,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 2025-04-08 02:54:59,408 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,409 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,409 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2025-04-08 02:54:59,409 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,410 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,410 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2025-04-08 02:54:59,410 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,410 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,427 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,428 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,446 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-04-08 02:54:59,447 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,447 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-08 02:54:59,448 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,448 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,448 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-04-08 02:54:59,448 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,449 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,449 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-08 02:54:59,449 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,449 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744048497027/5, BranchId=]
DEBUG 2025-04-08 02:54:59,449 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,453 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,464 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,467 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,467 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,467 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,467 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,485 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,488 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,505 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,505 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,505 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,505 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,523 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,528 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,542 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,545 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,545 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,545 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,546 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,552 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-04-08 02:54:59,554 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,571 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,571 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,571 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,571 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,578 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-04-08 02:54:59,579 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,581 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,592 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,594 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,596 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,596 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,596 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,596 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,602 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-04-08 02:54:59,604 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,606 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,629 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,629 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,629 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,629 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,635 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-04-08 02:54:59,637 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,652 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,655 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,655 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,655 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,655 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,673 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,674 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,674 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-08 02:54:59,680 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,680 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,697 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,697 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,698 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,698 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,715 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,716 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,733 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,733 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,733 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,733 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,750 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-08 02:54:59,752 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,766 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-08 02:54:59,768 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,768 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,768 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,769 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,786 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-08 02:54:59,787 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.6 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-04-08 02:54:59,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,841 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:54:59,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,856 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:54:59,859 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,859 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,862 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,865 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,867 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:54:59,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,878 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,881 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:54:59,884 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,884 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,887 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,888 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,889 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:54:59,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,904 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:54:59,906 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,906 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,910 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,910 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-04-08 02:54:59,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,926 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,926 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,927 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,927 [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 2025-04-08 02:54:59,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,942 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,942 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,965 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,965 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-04-08 02:54:59,970 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,970 [main] Physical connection closed
DEBUG 2025-04-08 02:54:59,971 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:54:59,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:54:59,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:54:59,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:54:59,983 [main] Physical connection got
DEBUG 2025-04-08 02:54:59,983 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,999 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,999 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:54:59,999 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:54:59,999 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:55:00,010 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:55:00,015 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:55:00,016 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-08 02:55:00,018 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:55:00,018 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-04-08 02:55:00,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:55:00,039 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:55:00,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,050 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,053 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:55:00,065 [main] Physical connection got
DEBUG 2025-04-08 02:55:00,065 [main] Logical connection got, tx=null
WARN 2025-04-08 02:55:00,067 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-04-08 02:55:00,068 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-08 02:55:00,068 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:55:00,069 [main] Physical connection closed
DEBUG 2025-04-08 02:55:00,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:55:00,070 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:55:00,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,084 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:55:00,087 [main] Physical connection got
DEBUG 2025-04-08 02:55:00,087 [main] Logical connection got, tx=null
WARN 2025-04-08 02:55:00,089 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-04-08 02:55:00,090 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-08 02:55:00,090 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:55:00,091 [main] Physical connection closed
DEBUG 2025-04-08 02:55:00,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:55:00,092 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:55:00,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,122 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-08 02:55:00,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:55:00,127 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-08 02:55:00,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,141 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-04-08 02:55:00,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:55:00,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,160 [main] Physical connection got
DEBUG 2025-04-08 02:55:00,160 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:55:00,161 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:55:00,162 [main] Physical connection closed
DEBUG 2025-04-08 02:55:00,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:55:00,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,174 [main] Physical connection got
DEBUG 2025-04-08 02:55:00,174 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:55:00,175 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:55:00,175 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-04-08 02:55:00,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-08 02:55:00,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-08 02:55:00,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-08 02:55:00,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-08 02:55:00,190 [main] Physical connection got
DEBUG 2025-04-08 02:55:00,190 [main] Logical connection got, tx=null
DEBUG 2025-04-08 02:55:00,191 [main] Logical connection closed, tx=null
DEBUG 2025-04-08 02:55:00,191 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.318s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.148s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.666s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.061s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Apr 08 02:55:00 JST 2025
[INFO] Final Memory: 31M/406M
[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