Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-14 02:54:55,384 [main] Physical connection got
DEBUG 2024-10-14 02:54:55,384 [main] Logical connection got
DEBUG 2024-10-14 02:54:55,384 [main] Logical connection closed
DEBUG 2024-10-14 02:54:55,384 [main] Logical connection got
DEBUG 2024-10-14 02:54:55,395 [main] Logical connection closed
DEBUG 2024-10-14 02:54:55,396 [main] Logical connection got
DEBUG 2024-10-14 02:54:55,396 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-10-14 02:54:55,398 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-14 02:54:55.198 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-14 02:54:55,398 [main] Logical connection got
DEBUG 2024-10-14 02:54:55,398 [main] Logical connection closed
DEBUG 2024-10-14 02:54:55,398 [main] Logical connection got
DEBUG 2024-10-14 02:54:55,402 [main] Logical connection closed
DEBUG 2024-10-14 02:54:55,403 [main] Logical connection got
DEBUG 2024-10-14 02:54:55,403 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-14 02:54:55,404 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-14 02:54:55.198 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-14 02:54:55,405 [main] Logical connection got
DEBUG 2024-10-14 02:54:55,405 [main] UPDATE EMP SET tstamp = '2024-10-14 02.54.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-10-14 02.54.55'
DEBUG 2024-10-14 02:54:55,406 [main] Logical connection closed
DEBUG 2024-10-14 02:54:55,406 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-14 02:54:56,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:56,993 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:54:57,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,126 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:54:57,286 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,286 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,368 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,375 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-10-14 02:54:57,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:57,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,415 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,416 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,429 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,430 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,430 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,430 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,545 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-10-14 02:54:57,550 [main] Physical connection closed
DEBUG 2024-10-14 02:54:57,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:57,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,578 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,578 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,579 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,579 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,617 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,639 [main] Physical connection closed
DEBUG 2024-10-14 02:54:57,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:57,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,666 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,666 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,667 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,667 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,709 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,714 [main] Physical connection closed
DEBUG 2024-10-14 02:54:57,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:57,716 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,738 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,741 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,741 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,741 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,741 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,776 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,781 [main] Physical connection closed
DEBUG 2024-10-14 02:54:57,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:57,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,803 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,806 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,806 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,807 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,807 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,837 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,842 [main] Physical connection closed
DEBUG 2024-10-14 02:54:57,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:57,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,860 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,862 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,866 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,866 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,866 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,867 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,897 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-10-14 02:54:57,901 [main] Physical connection closed
DEBUG 2024-10-14 02:54:57,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:57,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,924 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,924 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,924 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,924 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,954 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,958 [main] Physical connection closed
DEBUG 2024-10-14 02:54:57,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:57,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:57,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:57,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:57,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:57,982 [main] Physical connection got
DEBUG 2024-10-14 02:54:57,982 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:57,982 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:57,982 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,015 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,019 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,026 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,043 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,043 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,044 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,044 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,071 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,075 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,101 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728842098100/0, BranchId=]
DEBUG 2024-10-14 02:54:58,102 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,103 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/0, BranchId=]
DEBUG 2024-10-14 02:54:58,103 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/0, BranchId=]
DEBUG 2024-10-14 02:54:58,103 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/0, BranchId=]
DEBUG 2024-10-14 02:54:58,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/0, BranchId=]
DEBUG 2024-10-14 02:54:58,150 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/0, BranchId=]
DEBUG 2024-10-14 02:54:58,152 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-14 02.54.58', 99, 'hoge', 0)
DEBUG 2024-10-14 02:54:58,158 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/0, BranchId=]
DEBUG 2024-10-14 02:54:58,158 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728842098100/0, BranchId=]
DEBUG 2024-10-14 02:54:58,159 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,181 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,181 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,182 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,182 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,217 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-14 02:54:58,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,224 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,225 [main] UPDATE EMP SET tstamp = '2024-10-14 02.54.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-14 02:54:58,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,226 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728842098100/1, BranchId=]
DEBUG 2024-10-14 02:54:58,226 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,247 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,247 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,248 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,248 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,248 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,286 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,286 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-14 02:54:58,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,289 [main] UPDATE EMP SET tstamp = '2024-10-14 02.54.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-10-14 02:54:58,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,290 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728842098100/2, BranchId=]
DEBUG 2024-10-14 02:54:58,290 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,312 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,312 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,312 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,313 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,313 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,343 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,344 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-14 02:54:58,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,346 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,346 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-14 02:54:58,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,347 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728842098100/3, BranchId=]
DEBUG 2024-10-14 02:54:58,347 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,369 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,369 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,369 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,369 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,392 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-10-14 02:54:58,394 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,423 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,423 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,423 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,423 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,445 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-10-14 02:54:58,453 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,454 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,474 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,474 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,474 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,474 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,494 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,501 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,524 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,526 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,526 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,526 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,526 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,546 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,553 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,568 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,570 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,572 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,572 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,573 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,573 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,592 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,600 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,620 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,620 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,620 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,620 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,640 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,647 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,647 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-14 02:54:58,654 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-14 02:54:58,656 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,658 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,676 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,676 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,676 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,676 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,696 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,703 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,703 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-14 02:54:58,707 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-14 02:54:58,709 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,710 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,711 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,726 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,728 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,729 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,729 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,729 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,755 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,762 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,762 [main] select * from emp
DEBUG 2024-10-14 02:54:58,765 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-14 02:54:58,766 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,784 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,784 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,784 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,784 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,804 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,811 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,811 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-14 02:54:58,815 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-14 02:54:58,816 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,832 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,834 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,834 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,834 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,834 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,854 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-10-14 02:54:58,861 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,880 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,880 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,880 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,880 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,900 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,907 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,907 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-14 02:54:58,909 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-14 02:54:58,911 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,912 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,919 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,927 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,929 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,929 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,929 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,929 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,958 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,966 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,966 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-14 02:54:58,972 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-14 02:54:58,973 [main] Physical connection closed
DEBUG 2024-10-14 02:54:58,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:58,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:58,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:58,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:58,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:58,992 [main] Physical connection got
DEBUG 2024-10-14 02:54:58,992 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:58,992 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:58,993 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,012 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,020 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,020 [main] select * from emp
DEBUG 2024-10-14 02:54:59,022 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-14 02:54:59,023 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,042 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,042 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,043 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,043 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,062 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,070 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,070 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-14 02:54:59,072 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-14 02:54:59,073 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,074 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,075 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,090 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,092 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,092 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,092 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,092 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,112 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,119 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,120 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-14 02:54:59,121 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-14 02:54:59,122 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,141 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,141 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,141 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,141 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,164 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,172 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,172 [main] select count(*) from emp
DEBUG 2024-10-14 02:54:59,173 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,173 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,190 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,192 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,192 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,192 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,193 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,211 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,219 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,219 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-14 02:54:59,220 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-10-14 02:54:59,220 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,238 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,239 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,239 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,239 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,258 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,265 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,265 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-14 02:54:59,266 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-10-14 02:54:59,266 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,284 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,285 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,285 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,285 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,303 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,311 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,311 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-14 02:54:59,311 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-10-14 02:54:59,312 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,317 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,330 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,330 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,330 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,331 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,349 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,356 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,356 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-14 02:54:59,356 [main] Logical connection closed, tx=null
[Ljava.util.Map;@d896a4c
DEBUG 2024-10-14 02:54:59,357 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,375 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,375 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,375 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,375 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,393 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,400 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,400 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-10-14 02:54:59,403 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-10-14 02:54:59,403 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,421 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,421 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,421 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,422 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,442 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-10-14 02:54:59,449 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,449 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-10-14 02:54:59,453 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-10-14 02:54:59,453 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,471 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,472 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,472 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,472 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,490 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,494 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,494 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-14 02:54:59,494 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,495 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,496 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,511 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,513 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,513 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,513 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,514 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,531 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,534 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,534 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-14 02:54:59,535 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,535 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,537 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,554 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,554 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,554 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,554 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,569 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,569 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,569 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-10-14 02:54:59,571 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-14 02:54:59,571 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,573 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,575 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,588 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,589 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,589 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,589 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,600 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,601 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,601 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-14 02:54:59,602 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-14 02:54:59,602 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,620 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,620 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,620 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,637 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,644 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,644 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-14 02.54.59', 9999, 'test', 50)
DEBUG 2024-10-14 02:54:59,645 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,645 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,645 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-10-14 02:54:59,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-14 02:54:59,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,647 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-10-14 02:54:59,648 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-14 02:54:59.644 {50, null, null, 0}
DEBUG 2024-10-14 02:54:59,648 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728842098100/4, BranchId=]
DEBUG 2024-10-14 02:54:59,649 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,650 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,666 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,666 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,666 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,667 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,683 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,689 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,707 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,707 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,707 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,708 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,724 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-10-14 02:54:59,733 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,733 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-14 02:54:59,735 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,735 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,753 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,753 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,753 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,754 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,770 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-10-14 02:54:59,779 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,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 EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-10-14 02:54:59,780 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-14 02:54:59,780 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,798 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,799 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,799 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,799 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,815 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-10-14 02:54:59,821 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,821 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-10-14 02:54:59,823 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-10-14 02:54:59,823 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,840 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,840 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,840 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,841 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,857 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-10-14 02:54:59,860 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,877 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,877 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,878 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,878 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,895 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-14 02:54:59,902 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,902 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-14 02:54:59,904 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,904 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,922 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,922 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,922 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,922 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,942 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-14 02:54:59,949 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,949 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-10-14 02:54:59,950 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,950 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:54:59,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:54:59,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,968 [main] Physical connection got
DEBUG 2024-10-14 02:54:59,968 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,968 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:54:59,969 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,988 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-14 02:54:59,989 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:54:59,989 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-10-14 02:54:59,991 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-10-14 02:54:59,991 [main] Physical connection closed
DEBUG 2024-10-14 02:54:59,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:54:59,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:54:59,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:54:59,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,009 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,009 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,009 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,009 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,026 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-14 02:55:00,033 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,034 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,051 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,051 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,051 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,051 [main] Logical connection got, tx=null
WARN 2024-10-14 02:55:00,054 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-14 02:55:00,060 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-10-14 02:55:00,061 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,061 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-10-14 02:55:00,063 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-14 02:55:00,064 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,080 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,080 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,081 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,081 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,113 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-14 02:55:00,130 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,135 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,152 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,171 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,177 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,177 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,177 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,177 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,200 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-10-14 02:55:00,205 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,205 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-14 02:55:00,206 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,207 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,207 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-10-14 02:55:00,208 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,208 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,214 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,228 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,228 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,228 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,229 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,246 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-10-14 02:55:00,249 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,249 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-14 02:55:00,253 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,253 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,253 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-10-14 02:55:00,254 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,254 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,254 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-10-14 02:55:00,256 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,256 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,256 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-10-14 02:55:00,257 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,257 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,258 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-10-14 02:55:00,258 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,258 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,266 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,275 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,276 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,276 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,294 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-14 02:55:00,294 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,295 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-14 02:55:00,295 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,295 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,296 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-14 02:55:00,296 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,296 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,296 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-14 02:55:00,296 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,297 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728842098100/5, BranchId=]
DEBUG 2024-10-14 02:55:00,297 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,299 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,305 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,314 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,314 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,315 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,315 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,332 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,336 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,352 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,353 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,353 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,353 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,370 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,374 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,389 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,391 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,391 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,392 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,392 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,398 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-14 02:55:00,400 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,402 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,416 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,416 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,417 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,417 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,423 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-14 02:55:00,425 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,426 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,440 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,440 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,441 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,441 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,447 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-10-14 02:55:00,449 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,450 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,463 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,465 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,465 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,465 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,465 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,472 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-10-14 02:55:00,473 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,486 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,487 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,490 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,490 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,490 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,490 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,507 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,509 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,509 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-14 02:55:00,512 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,513 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,534 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,534 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,534 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,534 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,555 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,556 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,577 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,577 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,577 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,577 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,598 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-14 02:55:00,600 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-14 02:55:00,623 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,624 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,624 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,624 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,650 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-14 02:55:00,651 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.277 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-10-14 02:55:00,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,713 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:55:00,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,728 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:55:00,732 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,732 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,737 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,746 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,748 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:55:00,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,787 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:55:00,790 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,790 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,797 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,797 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,804 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:55:00,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,819 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:55:00,822 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,822 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,825 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,826 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-14 02:55:00,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,842 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,842 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,843 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,843 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-10-14 02:55:00,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,899 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,899 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,923 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,923 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-10-14 02:55:00,926 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,926 [main] Physical connection closed
DEBUG 2024-10-14 02:55:00,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,929 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:00,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:00,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:00,939 [main] Physical connection got
DEBUG 2024-10-14 02:55:00,939 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,955 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,955 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,955 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,955 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,966 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,978 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:00,978 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-14 02:55:00,980 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:00,980 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-10-14 02:55:00,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:00,999 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:55:01,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,013 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:55:01,026 [main] Physical connection got
DEBUG 2024-10-14 02:55:01,026 [main] Logical connection got, tx=null
WARN 2024-10-14 02:55:01,028 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-14 02:55:01,029 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-14 02:55:01,029 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:01,029 [main] Physical connection closed
DEBUG 2024-10-14 02:55:01,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:01,031 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:55:01,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,044 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 02:55:01,047 [main] Physical connection got
DEBUG 2024-10-14 02:55:01,047 [main] Logical connection got, tx=null
WARN 2024-10-14 02:55:01,049 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-14 02:55:01,049 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-14 02:55:01,050 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:01,050 [main] Physical connection closed
DEBUG 2024-10-14 02:55:01,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:01,051 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:55:01,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,064 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-14 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 2024-10-14 02:55:01,068 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-14 02:55:01,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,083 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-14 02:55:01,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:01,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,100 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,101 [main] Physical connection got
DEBUG 2024-10-14 02:55:01,101 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:01,102 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:01,103 [main] Physical connection closed
DEBUG 2024-10-14 02:55:01,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:01,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,105 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,107 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,114 [main] Physical connection got
DEBUG 2024-10-14 02:55:01,114 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:01,115 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:01,115 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-10-14 02:55:01,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-14 02:55:01,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-14 02:55:01,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-14 02:55:01,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-14 02:55:01,128 [main] Physical connection got
DEBUG 2024-10-14 02:55:01,128 [main] Logical connection got, tx=null
DEBUG 2024-10-14 02:55:01,129 [main] Logical connection closed, tx=null
DEBUG 2024-10-14 02:55:01,129 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.308s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.486s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.585s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.714s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Oct 14 02:55:01 JST 2024
[INFO] Final Memory: 29M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS