Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-03 02:54:56,368 [main] Physical connection got
DEBUG 2024-12-03 02:54:56,368 [main] Logical connection got
DEBUG 2024-12-03 02:54:56,369 [main] Logical connection closed
DEBUG 2024-12-03 02:54:56,369 [main] Logical connection got
DEBUG 2024-12-03 02:54:56,380 [main] Logical connection closed
DEBUG 2024-12-03 02:54:56,380 [main] Logical connection got
DEBUG 2024-12-03 02:54:56,381 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-03 02:54:56,382 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-03 02:54:56.17 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-03 02:54:56,383 [main] Logical connection got
DEBUG 2024-12-03 02:54:56,383 [main] Logical connection closed
DEBUG 2024-12-03 02:54:56,383 [main] Logical connection got
DEBUG 2024-12-03 02:54:56,387 [main] Logical connection closed
DEBUG 2024-12-03 02:54:56,388 [main] Logical connection got
DEBUG 2024-12-03 02:54:56,389 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-03 02:54:56,389 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-03 02:54:56.17 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-03 02:54:56,390 [main] Logical connection got
DEBUG 2024-12-03 02:54:56,390 [main] UPDATE EMP SET tstamp = '2024-12-03 02.54.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-03 02.54.56'
DEBUG 2024-12-03 02:54:56,391 [main] Logical connection closed
DEBUG 2024-12-03 02:54:56,391 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.162 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-03 02:54:57,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:58,040 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:54:58,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,149 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,178 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:54:58,343 [main] Physical connection got
DEBUG 2024-12-03 02:54:58,343 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,424 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,429 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-03 02:54:58,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:58,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,481 [main] Physical connection got
DEBUG 2024-12-03 02:54:58,482 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,482 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,482 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,592 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-03 02:54:58,597 [main] Physical connection closed
DEBUG 2024-12-03 02:54:58,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:58,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,627 [main] Physical connection got
DEBUG 2024-12-03 02:54:58,627 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,628 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,628 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,664 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,686 [main] Physical connection closed
DEBUG 2024-12-03 02:54:58,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:58,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,710 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,711 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,714 [main] Physical connection got
DEBUG 2024-12-03 02:54:58,715 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,715 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,715 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,755 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,760 [main] Physical connection closed
DEBUG 2024-12-03 02:54:58,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:58,762 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,787 [main] Physical connection got
DEBUG 2024-12-03 02:54:58,787 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,787 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,787 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,821 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,825 [main] Physical connection closed
DEBUG 2024-12-03 02:54:58,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:58,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,850 [main] Physical connection got
DEBUG 2024-12-03 02:54:58,850 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,850 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,850 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,881 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,885 [main] Physical connection closed
DEBUG 2024-12-03 02:54:58,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:58,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,909 [main] Physical connection got
DEBUG 2024-12-03 02:54:58,909 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,909 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,909 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,937 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-03 02:54:58,943 [main] Physical connection closed
DEBUG 2024-12-03 02:54:58,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:58,945 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:58,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:58,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:58,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:58,966 [main] Physical connection got
DEBUG 2024-12-03 02:54:58,966 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,966 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,966 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:58,994 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:58,998 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,000 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,020 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,023 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,023 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,023 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,024 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,054 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,059 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,079 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,083 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,083 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,083 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,083 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,109 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,113 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,139 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733162099139/0, BranchId=]
DEBUG 2024-12-03 02:54:59,141 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,141 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/0, BranchId=]
DEBUG 2024-12-03 02:54:59,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/0, BranchId=]
DEBUG 2024-12-03 02:54:59,142 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/0, BranchId=]
DEBUG 2024-12-03 02:54:59,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/0, BranchId=]
DEBUG 2024-12-03 02:54:59,187 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/0, BranchId=]
DEBUG 2024-12-03 02:54:59,189 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-03 02.54.59', 99, 'hoge', 0)
DEBUG 2024-12-03 02:54:59,194 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/0, BranchId=]
DEBUG 2024-12-03 02:54:59,195 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733162099139/0, BranchId=]
DEBUG 2024-12-03 02:54:59,195 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,197 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,219 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,219 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,219 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,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 EMP.empno = 7788
DEBUG 2024-12-03 02:54:59,261 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,262 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,262 [main] UPDATE EMP SET tstamp = '2024-12-03 02.54.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-03 02:54:59,263 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,263 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733162099139/1, BranchId=]
DEBUG 2024-12-03 02:54:59,263 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,284 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,287 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,287 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,288 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,323 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,333 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-03 02:54:59,335 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,335 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,336 [main] UPDATE EMP SET tstamp = '2024-12-03 02.54.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-03 02:54:59,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,336 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733162099139/2, BranchId=]
DEBUG 2024-12-03 02:54:59,336 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,360 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,360 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,394 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,394 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-03 02:54:59,396 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,397 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-03 02:54:59,397 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,397 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733162099139/3, BranchId=]
DEBUG 2024-12-03 02:54:59,398 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,421 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,422 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,422 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,422 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,446 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-03 02:54:59,447 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,449 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,458 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,477 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,478 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,478 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,478 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,501 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-03 02:54:59,510 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,511 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,512 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,514 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,529 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,532 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,532 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,532 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,533 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,556 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,564 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,566 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,568 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,588 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,589 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,589 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,589 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,611 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,619 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,621 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,640 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,640 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,640 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,640 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,662 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,672 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,673 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,674 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,676 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,690 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,693 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,693 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,693 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,693 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,714 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,721 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,722 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:54:59,729 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-03 02:54:59,730 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,750 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,751 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,751 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,751 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,771 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,779 [main] Logical connection got, tx=null
DEBUG 2024-12-03 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
DEBUG 2024-12-03 02:54:59,783 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-03 02:54:59,784 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,804 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,804 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,804 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,804 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,838 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,845 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,845 [main] select * from emp
DEBUG 2024-12-03 02:54:59,848 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:54:59,849 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,851 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,869 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,869 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,869 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,870 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,888 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,895 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,895 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-03 02:54:59,898 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-03 02:54:59,900 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,917 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,919 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,919 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,919 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,938 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-03 02:54:59,945 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:54:59,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:54:59,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:54:59,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,964 [main] Physical connection got
DEBUG 2024-12-03 02:54:59,964 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,964 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,965 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,984 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:54:59,991 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:54:59,991 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:54:59,994 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:54:59,995 [main] Physical connection closed
DEBUG 2024-12-03 02:54:59,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:54:59,996 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:54:59,998 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,014 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,014 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,014 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,014 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,033 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,040 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,040 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:55:00,045 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:55:00,046 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,066 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,066 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,066 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,066 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,089 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,099 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,099 [main] select * from emp
DEBUG 2024-12-03 02:55:00,101 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:55:00,103 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,132 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,132 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,132 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,132 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,162 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,173 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,173 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-03 02:55:00,177 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-03 02:55:00,178 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,207 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,207 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,207 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,207 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,235 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,245 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,246 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:55:00,249 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-03 02:55:00,249 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,255 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,272 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,275 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,275 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,275 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,275 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,304 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,332 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,332 [main] select count(*) from emp
DEBUG 2024-12-03 02:55:00,333 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,333 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,352 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,353 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,353 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,353 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,371 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,378 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,379 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:55:00,379 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-03 02:55:00,380 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,399 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,399 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,399 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,399 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,418 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,425 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,425 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:55:00,426 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-03 02:55:00,427 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,445 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,445 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,446 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,446 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,463 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,470 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,470 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:55:00,471 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-03 02:55:00,471 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,486 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,488 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,490 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,491 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,491 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,491 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,509 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,515 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,515 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-03 02:55:00,516 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4bd27069
DEBUG 2024-12-03 02:55:00,516 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,535 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,535 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,535 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,535 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,554 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,560 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,560 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-03 02:55:00,562 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-03 02:55:00,563 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,564 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,581 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,581 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,581 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,582 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,599 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-03 02:55:00,606 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,606 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-03 02:55:00,610 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-03 02:55:00,610 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,619 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,619 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,629 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,629 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,629 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,629 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,646 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,650 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,650 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-03 02:55:00,651 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,651 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,669 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,669 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,670 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,670 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,687 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,690 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,690 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-03 02:55:00,691 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,691 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,710 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,710 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,710 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,710 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,723 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,723 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-03 02:55:00,728 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-03 02:55:00,729 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,747 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,747 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,748 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,748 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,760 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,760 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,760 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-03 02:55:00,761 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-03 02:55:00,762 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,763 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,777 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,779 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,780 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,780 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,780 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,780 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,797 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,803 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,803 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-03 02.55.00', 9999, 'test', 50)
DEBUG 2024-12-03 02:55:00,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,804 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-03 02:55:00,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-03 02:55:00,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,806 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-03 02:55:00,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-03 02:55:00.803 {50, null, null, 0}
DEBUG 2024-12-03 02:55:00,807 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733162099139/4, BranchId=]
DEBUG 2024-12-03 02:55:00,807 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,825 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,825 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,825 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,826 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,842 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,848 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,849 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,856 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,856 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,865 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,865 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,866 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,866 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,883 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-03 02:55:00,891 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,892 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-03 02:55:00,894 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,894 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,911 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,911 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,912 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,912 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,928 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-03 02:55:00,936 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,936 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-03 02:55:00,937 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-03 02:55:00,937 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,954 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,954 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,954 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,955 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,971 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-03 02:55:00,976 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,976 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-03 02:55:00,978 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-03 02:55:00,978 [main] Physical connection closed
DEBUG 2024-12-03 02:55:00,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:00,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:00,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:00,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:00,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:00,995 [main] Physical connection got
DEBUG 2024-12-03 02:55:00,995 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:00,995 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:00,995 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,010 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-03 02:55:01,013 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,014 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,015 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,028 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,030 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,030 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,030 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,030 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,046 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-03 02:55:01,052 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,052 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-03 02:55:01,054 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,054 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,056 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,062 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,067 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,070 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,070 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,071 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,071 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,086 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-03 02:55:01,092 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,092 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-03 02:55:01,093 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,093 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,095 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,108 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,110 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,111 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,111 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,111 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,128 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-03 02:55:01,129 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,129 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-03 02:55:01,131 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-03 02:55:01,131 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,147 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,150 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,150 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,150 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,151 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,166 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-03 02:55:01,168 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,175 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,185 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,185 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,185 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,185 [main] Logical connection got, tx=null
WARN 2024-12-03 02:55:01,188 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-03 02:55:01,194 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-03 02:55:01,194 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,194 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-03 02:55:01,197 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-03 02:55:01,198 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,214 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,214 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,214 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,214 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,231 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-03 02:55:01,237 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,253 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,253 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,254 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,254 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,270 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-03 02:55:01,274 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,275 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-03 02:55:01,275 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,276 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,276 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-03 02:55:01,277 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,277 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,293 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,294 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,294 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,294 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,311 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-03 02:55:01,314 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,314 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:55:01,317 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,317 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,318 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-03 02:55:01,318 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,318 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,319 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-03 02:55:01,320 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,321 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,321 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-03 02:55:01,322 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,322 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,322 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-03 02:55:01,322 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,323 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,339 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,340 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,340 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,341 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-03 02:55:01,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,363 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-03 02:55:01,364 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,364 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,364 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-03 02:55:01,364 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,365 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-03 02:55:01,365 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,365 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733162099139/5, BranchId=]
DEBUG 2024-12-03 02:55:01,365 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,382 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,383 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,384 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,387 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,387 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,387 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,387 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,408 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,413 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,436 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,436 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,436 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,437 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,457 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,463 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,472 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,480 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,483 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,483 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,483 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,483 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,491 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-03 02:55:01,494 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,496 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,511 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,513 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,513 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,513 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,513 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,523 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-03 02:55:01,524 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,539 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,541 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,541 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,541 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,542 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,548 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-03 02:55:01,550 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,564 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,566 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,566 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,566 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,566 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,572 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-03 02:55:01,574 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,591 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,591 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,591 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,591 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,608 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,609 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,609 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-03 02:55:01,612 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,612 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,630 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,630 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,630 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,630 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,647 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,648 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,649 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,664 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,664 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,665 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,665 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,681 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-03 02:55:01,682 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,697 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-03 02:55:01,699 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,699 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,699 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,700 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,720 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-03 02:55:01,721 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.293 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-03 02:55:01,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,784 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:55:01,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,804 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:55:01,807 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,808 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,813 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,816 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,817 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:55:01,819 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,835 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:55:01,839 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,839 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,843 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,844 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,845 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:55:01,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,862 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:55:01,865 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,865 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,868 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,869 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-03 02:55:01,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,889 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,889 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,890 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,890 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-03 02:55:01,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,916 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,916 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,935 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,936 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-03 02:55:01,942 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,942 [main] Physical connection closed
DEBUG 2024-12-03 02:55:01,944 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:01,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:01,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:01,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:01,963 [main] Physical connection got
DEBUG 2024-12-03 02:55:01,963 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,979 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,979 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,980 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,980 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,990 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,995 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:01,995 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-03 02:55:01,998 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:01,998 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-03 02:55:02,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:02,052 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:55:02,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,072 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:55:02,084 [main] Physical connection got
DEBUG 2024-12-03 02:55:02,084 [main] Logical connection got, tx=null
WARN 2024-12-03 02:55:02,086 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-03 02:55:02,087 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-03 02:55:02,088 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:02,088 [main] Physical connection closed
DEBUG 2024-12-03 02:55:02,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:02,090 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:55:02,091 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,104 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:55:02,107 [main] Physical connection got
DEBUG 2024-12-03 02:55:02,107 [main] Logical connection got, tx=null
WARN 2024-12-03 02:55:02,109 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-03 02:55:02,110 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-03 02:55:02,110 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:02,110 [main] Physical connection closed
DEBUG 2024-12-03 02:55:02,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:02,112 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:55:02,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,126 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-03 02:55:02,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:02,131 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-03 02:55:02,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,134 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,147 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-03 02:55:02,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:02,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,169 [main] Physical connection got
DEBUG 2024-12-03 02:55:02,169 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:02,170 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:02,171 [main] Physical connection closed
DEBUG 2024-12-03 02:55:02,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:02,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,183 [main] Physical connection got
DEBUG 2024-12-03 02:55:02,184 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:02,185 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:02,185 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-03 02:55:02,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-03 02:55:02,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-03 02:55:02,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-03 02:55:02,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-03 02:55:02,200 [main] Physical connection got
DEBUG 2024-12-03 02:55:02,201 [main] Logical connection got, tx=null
DEBUG 2024-12-03 02:55:02,201 [main] Logical connection closed, tx=null
DEBUG 2024-12-03 02:55:02,202 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.307s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.404s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.661s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.777s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Dec 03 02:55:02 JST 2024
[INFO] Final Memory: 31M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS