Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-03-05 02:54:57,167 [main] Physical connection got
DEBUG 2025-03-05 02:54:57,167 [main] Logical connection got
DEBUG 2025-03-05 02:54:57,167 [main] Logical connection closed
DEBUG 2025-03-05 02:54:57,167 [main] Logical connection got
DEBUG 2025-03-05 02:54:57,179 [main] Logical connection closed
DEBUG 2025-03-05 02:54:57,179 [main] Logical connection got
DEBUG 2025-03-05 02:54:57,179 [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-03-05 02:54:57,181 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-03-05 02:54:56.971 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-03-05 02:54:57,181 [main] Logical connection got
DEBUG 2025-03-05 02:54:57,182 [main] Logical connection closed
DEBUG 2025-03-05 02:54:57,182 [main] Logical connection got
DEBUG 2025-03-05 02:54:57,186 [main] Logical connection closed
DEBUG 2025-03-05 02:54:57,187 [main] Logical connection got
DEBUG 2025-03-05 02:54:57,187 [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-03-05 02:54:57,188 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-03-05 02:54:56.971 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-03-05 02:54:57,189 [main] Logical connection got
DEBUG 2025-03-05 02:54:57,189 [main] UPDATE EMP SET tstamp = '2025-03-05 02.54.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-03-05 02.54.56'
DEBUG 2025-03-05 02:54:57,190 [main] Logical connection closed
DEBUG 2025-03-05 02:54:57,190 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-03-05 02:54:58,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:58,658 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:54:58,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:58,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:58,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:58,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:58,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:58,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:58,786 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:54:58,942 [main] Physical connection got
DEBUG 2025-03-05 02:54:58,942 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,016 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,022 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-03-05 02:54:59,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,056 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,072 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,072 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,072 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,073 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,182 [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-03-05 02:54:59,187 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,195 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,217 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,218 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,218 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,218 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,256 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,277 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,280 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,308 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,308 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,308 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,308 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,349 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,354 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,356 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,380 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,381 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,381 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,381 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,417 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,421 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,442 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,445 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,445 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,445 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,445 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,478 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,482 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,500 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,505 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,505 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,506 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,506 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,536 [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-03-05 02:54:59,540 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,562 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,562 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,562 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,562 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,593 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,597 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,617 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,620 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,620 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,620 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,620 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,656 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,660 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,679 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,682 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,682 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,682 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,683 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:54:59,711 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:54:59,715 [main] Physical connection closed
DEBUG 2025-03-05 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-03-05 02:54:59,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,726 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,726 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,735 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,740 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110899740/0, BranchId=]
DEBUG 2025-03-05 02:54:59,741 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,742 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/0, BranchId=]
DEBUG 2025-03-05 02:54:59,742 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/0, BranchId=]
DEBUG 2025-03-05 02:54:59,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/0, BranchId=]
DEBUG 2025-03-05 02:54:59,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/0, BranchId=]
DEBUG 2025-03-05 02:54:59,787 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/0, BranchId=]
DEBUG 2025-03-05 02:54:59,789 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-03-05 02.54.59', 99, 'hoge', 0)
DEBUG 2025-03-05 02:54:59,795 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/0, BranchId=]
DEBUG 2025-03-05 02:54:59,795 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110899740/0, BranchId=]
DEBUG 2025-03-05 02:54:59,796 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,798 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,806 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,817 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,817 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,844 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,855 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,855 [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-03-05 02:54:59,862 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,862 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,863 [main] UPDATE EMP SET tstamp = '2025-03-05 02.54.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-03-05 02:54:59,864 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,864 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110899740/1, BranchId=]
DEBUG 2025-03-05 02:54:59,864 [main] Physical connection closed
DEBUG 2025-03-05 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-03-05 02:54:59,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,886 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,886 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,886 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,929 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,930 [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-03-05 02:54:59,932 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,932 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,933 [main] UPDATE EMP SET tstamp = '2025-03-05 02.54.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-03-05 02:54:59,933 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,933 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110899740/2, BranchId=]
DEBUG 2025-03-05 02:54:59,933 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,938 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,940 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:54:59,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:54:59,953 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:54:59,953 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,956 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,956 [main] Physical connection got
DEBUG 2025-03-05 02:54:59,956 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,956 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,956 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,990 [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-03-05 02:54:59,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,993 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-03-05 02:54:59,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,994 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110899740/3, BranchId=]
DEBUG 2025-03-05 02:54:59,994 [main] Physical connection closed
DEBUG 2025-03-05 02:54:59,995 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:54:59,996 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:54:59,998 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,016 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,016 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,017 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,017 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,041 [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-03-05 02:55:00,042 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,071 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,071 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,071 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,071 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,095 [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-03-05 02:55:00,104 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,106 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,110 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,126 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,126 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,126 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,126 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,151 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,160 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,162 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,185 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,187 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,187 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,187 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,187 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,209 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,217 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,233 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,235 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,237 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,237 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,238 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,238 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,260 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,269 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,288 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,289 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,289 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,289 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,310 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,318 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,318 [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-03-05 02:55:00,325 [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-03-05 02:55:00,326 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,335 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,343 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,345 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,345 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,346 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,346 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,366 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,373 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,373 [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-03-05 02:55:00,377 [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-03-05 02:55:00,379 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,398 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,398 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,399 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,399 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,424 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,431 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,431 [main] select * from emp
DEBUG 2025-03-05 02:55:00,435 [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-03-05 02:55:00,436 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,437 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,452 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,454 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,455 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,455 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,455 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,475 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,482 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,482 [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-03-05 02:55:00,486 [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-03-05 02:55:00,487 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,506 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,506 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,506 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,506 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,526 [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-03-05 02:55:00,533 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,551 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,551 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,552 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,552 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,571 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,578 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,578 [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-03-05 02:55:00,581 [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-03-05 02:55:00,582 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,588 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,598 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,598 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,600 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,601 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,601 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,601 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,620 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,627 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,628 [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-03-05 02:55:00,632 [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-03-05 02:55:00,633 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,652 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,652 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,652 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,652 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,672 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,680 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,680 [main] select * from emp
DEBUG 2025-03-05 02:55:00,682 [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-03-05 02:55:00,683 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,703 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,703 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,704 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,704 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,723 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,731 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,731 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-03-05 02:55:00,733 [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-03-05 02:55:00,734 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,752 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,752 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,752 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,753 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,772 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,779 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,779 [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-03-05 02:55:00,781 [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-03-05 02:55:00,781 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,797 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,799 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,799 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,799 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,799 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,819 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,835 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,835 [main] select count(*) from emp
DEBUG 2025-03-05 02:55:00,837 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,837 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,839 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,846 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,855 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,855 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,855 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,855 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,876 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,884 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,884 [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-03-05 02:55:00,885 [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-03-05 02:55:00,885 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,894 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,904 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,904 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,905 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,905 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,928 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,939 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,939 [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-03-05 02:55:00,940 [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-03-05 02:55:00,941 [main] Physical connection closed
DEBUG 2025-03-05 02:55:00,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:00,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:00,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:00,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:00,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:00,994 [main] Physical connection got
DEBUG 2025-03-05 02:55:00,995 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:00,997 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:00,997 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,038 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,059 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,060 [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-03-05 02:55:01,064 [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-03-05 02:55:01,064 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,073 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,079 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,108 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,108 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,109 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,111 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,150 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,157 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,157 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-03-05 02:55:01,158 [main] Logical connection closed, tx=null
[Ljava.util.Map;@38a1aa85
DEBUG 2025-03-05 02:55:01,158 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,163 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,166 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,176 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,176 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,176 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,176 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,195 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,202 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,202 [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-03-05 02:55:01,204 [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-03-05 02:55:01,205 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,206 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,222 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,222 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,223 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,223 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,240 [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-03-05 02:55:01,247 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,248 [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-03-05 02:55:01,252 [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-03-05 02:55:01,252 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,253 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,254 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,270 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,270 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,270 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,271 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,288 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,292 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,292 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-05 02:55:01,293 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,293 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,310 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,310 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,310 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,311 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,328 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,331 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,331 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-05 02:55:01,331 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,332 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,350 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,350 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,350 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,351 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,363 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,364 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,364 [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-03-05 02:55:01,371 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-03-05 02:55:01,372 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,390 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,390 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,390 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,391 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,402 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,403 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,403 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-03-05 02:55:01,404 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-03-05 02:55:01,404 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,420 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,420 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,422 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,423 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,423 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,423 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,423 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,440 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,447 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-03-05 02.55.01', 9999, 'test', 50)
DEBUG 2025-03-05 02:55:01,447 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,448 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,448 [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-03-05 02:55:01,449 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/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-03-05 02:55:01,450 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,450 [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-03-05 02:55:01,451 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-03-05 02:55:01.447 {50, null, null, 0}
DEBUG 2025-03-05 02:55:01,451 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110899740/4, BranchId=]
DEBUG 2025-03-05 02:55:01,452 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,466 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,470 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,470 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,470 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,470 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,487 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,493 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,494 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,510 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,510 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,510 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,510 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,527 [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-03-05 02:55:01,536 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,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 department.dname = 'RESEARCH'
DEBUG 2025-03-05 02:55:01,538 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,538 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,553 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,555 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,555 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,555 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,555 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,573 [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-03-05 02:55:01,582 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,582 [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-03-05 02:55:01,583 [main] Logical connection closed, tx=null
[]
DEBUG 2025-03-05 02:55:01,583 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,585 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,587 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,598 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,598 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,601 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,601 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,601 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,602 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,618 [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-03-05 02:55:01,623 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,624 [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-03-05 02:55:01,625 [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-03-05 02:55:01,626 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,628 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,629 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,631 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,643 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,643 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,643 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,643 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,659 [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-03-05 02:55:01,663 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,664 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,680 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,680 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,680 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,680 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,697 [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-03-05 02:55:01,704 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,704 [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-03-05 02:55:01,706 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,707 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,723 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,724 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,724 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,724 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,739 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-03-05 02:55:01,746 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,746 [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-03-05 02:55:01,747 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,747 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,750 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,767 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,767 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,767 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,767 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,803 [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-03-05 02:55:01,804 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,805 [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-03-05 02:55:01,806 [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-03-05 02:55:01,807 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,824 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,824 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,825 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,825 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,842 [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-03-05 02:55:01,844 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,876 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,876 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,877 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,877 [main] Logical connection got, tx=null
WARN 2025-03-05 02:55:01,889 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-03-05 02:55:01,894 [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-03-05 02:55:01,895 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,895 [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-03-05 02:55:01,900 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-03-05 02:55:01,900 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,918 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,918 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,918 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,918 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,935 [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-03-05 02:55:01,942 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,944 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,956 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,961 [main] Physical connection got
DEBUG 2025-03-05 02:55:01,961 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,961 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,961 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,979 [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-03-05 02:55:01,982 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,983 [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-03-05 02:55:01,983 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,984 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:01,984 [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-03-05 02:55:01,985 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:01,985 [main] Physical connection closed
DEBUG 2025-03-05 02:55:01,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:01,986 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:01,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:01,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:01,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:01,999 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,001 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,002 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,002 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,002 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,019 [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-03-05 02:55:02,022 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,022 [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-03-05 02:55:02,029 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,030 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,030 [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-03-05 02:55:02,037 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,037 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,037 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2025-03-05 02:55:02,046 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,046 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,046 [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-03-05 02:55:02,047 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,047 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,047 [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-03-05 02:55:02,051 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,052 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,094 [main] Transaction began, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,095 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,096 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,096 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-03-05 02:55:02,144 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,151 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-05 02:55:02,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,152 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,152 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-03-05 02:55:02,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,152 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,152 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-03-05 02:55:02,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,153 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1741110899740/5, BranchId=]
DEBUG 2025-03-05 02:55:02,153 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,155 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,165 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,166 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,175 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,175 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,175 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,175 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,192 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,196 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,197 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,212 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,212 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,213 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,213 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,230 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,234 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,236 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,236 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,243 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,249 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,252 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,252 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,252 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,252 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,258 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-03-05 02:55:02,260 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,282 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,282 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,282 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,282 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,291 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-03-05 02:55:02,293 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,307 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,309 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,309 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,310 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,310 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,316 [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-03-05 02:55:02,318 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,337 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,337 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,338 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,338 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,344 [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-03-05 02:55:02,346 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,358 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,359 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,362 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,362 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,362 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,362 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,378 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,380 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,380 [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-03-05 02:55:02,383 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,383 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,411 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,411 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,411 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,411 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,429 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,430 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,435 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,448 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,448 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,448 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,448 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,464 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-03-05 02:55:02,465 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-03-05 02:55:02,481 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,481 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,481 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,482 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,504 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-03-05 02:55:02,505 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.482 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.012 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-03-05 02:55:02,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,556 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,571 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,573 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,573 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,577 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,579 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,581 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,594 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,597 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,597 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,602 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,604 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,606 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,625 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,629 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,629 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,634 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,635 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-03-05 02:55:02,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,654 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,654 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,655 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,655 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-03-05 02:55:02,661 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,666 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,677 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,677 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,695 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,695 [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-03-05 02:55:02,700 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,700 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,713 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,713 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,727 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,727 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,728 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,728 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,745 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,759 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,759 [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-03-05 02:55:02,766 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,766 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-03-05 02:55:02,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,804 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,805 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,817 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,829 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,829 [main] Logical connection got, tx=null
WARN 2025-03-05 02:55:02,831 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-03-05 02:55:02,832 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-03-05 02:55:02,832 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,832 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,834 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,848 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,851 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,851 [main] Logical connection got, tx=null
WARN 2025-03-05 02:55:02,853 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-03-05 02:55:02,854 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-03-05 02:55:02,854 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,854 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,856 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,862 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,873 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,877 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-03-05 02:55:02,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,889 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-03-05 02:55:02,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,897 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,905 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,907 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,907 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,908 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,909 [main] Physical connection closed
DEBUG 2025-03-05 02:55:02,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,927 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,928 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,935 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,936 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-03-05 02:55:02,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-03-05 02:55:02,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-03-05 02:55:02,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-03-05 02:55:02,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-03-05 02:55:02,951 [main] Physical connection got
DEBUG 2025-03-05 02:55:02,951 [main] Logical connection got, tx=null
DEBUG 2025-03-05 02:55:02,952 [main] Logical connection closed, tx=null
DEBUG 2025-03-05 02:55:02,952 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.313s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.242s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.588s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.815s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Mar 05 02:55:03 JST 2025
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS