Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-20 02:54:56,615 [main] Physical connection got
DEBUG 2024-12-20 02:54:56,616 [main] Logical connection got
DEBUG 2024-12-20 02:54:56,616 [main] Logical connection closed
DEBUG 2024-12-20 02:54:56,616 [main] Logical connection got
DEBUG 2024-12-20 02:54:56,627 [main] Logical connection closed
DEBUG 2024-12-20 02:54:56,628 [main] Logical connection got
DEBUG 2024-12-20 02:54:56,628 [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-20 02:54:56,629 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-20 02:54:56.418 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-20 02:54:56,630 [main] Logical connection got
DEBUG 2024-12-20 02:54:56,630 [main] Logical connection closed
DEBUG 2024-12-20 02:54:56,630 [main] Logical connection got
DEBUG 2024-12-20 02:54:56,634 [main] Logical connection closed
DEBUG 2024-12-20 02:54:56,635 [main] Logical connection got
DEBUG 2024-12-20 02:54:56,635 [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-20 02:54:56,636 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-20 02:54:56.418 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-20 02:54:56,637 [main] Logical connection got
DEBUG 2024-12-20 02:54:56,637 [main] UPDATE EMP SET tstamp = '2024-12-20 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-20 02.54.56'
DEBUG 2024-12-20 02:54:56,638 [main] Logical connection closed
DEBUG 2024-12-20 02:54:56,638 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 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.136 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-20 02:54:58,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:58,189 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:54:58,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,318 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:54:58,482 [main] Physical connection got
DEBUG 2024-12-20 02:54:58,483 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,562 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:58,569 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-20 02:54:58,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:58,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:58,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:58,624 [main] Physical connection got
DEBUG 2024-12-20 02:54:58,624 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,624 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:58,625 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,740 [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-20 02:54:58,745 [main] Physical connection closed
DEBUG 2024-12-20 02:54:58,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:58,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:58,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,773 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,774 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:58,778 [main] Physical connection got
DEBUG 2024-12-20 02:54:58,778 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,779 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:58,779 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,819 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:58,841 [main] Physical connection closed
DEBUG 2024-12-20 02:54:58,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:58,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:58,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:58,877 [main] Physical connection got
DEBUG 2024-12-20 02:54:58,877 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,877 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:58,878 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,922 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:58,927 [main] Physical connection closed
DEBUG 2024-12-20 02:54:58,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:58,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:58,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:58,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:58,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:58,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:58,955 [main] Physical connection got
DEBUG 2024-12-20 02:54:58,955 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,955 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:58,955 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:58,991 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:58,996 [main] Physical connection closed
DEBUG 2024-12-20 02:54:58,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:58,999 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,022 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,022 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,022 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,022 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,054 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,060 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,061 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,062 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,084 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,084 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,085 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,085 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,117 [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-20 02:54:59,121 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,123 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,145 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,146 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,146 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,146 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,179 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,184 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,203 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,209 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,209 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,210 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,210 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,247 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,253 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,255 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,277 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,278 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,278 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,278 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,311 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,316 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,318 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,342 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630899342/0, BranchId=]
DEBUG 2024-12-20 02:54:59,344 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/0, BranchId=]
DEBUG 2024-12-20 02:54:59,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/0, BranchId=]
DEBUG 2024-12-20 02:54:59,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/0, BranchId=]
DEBUG 2024-12-20 02:54:59,372 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/0, BranchId=]
DEBUG 2024-12-20 02:54:59,394 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/0, BranchId=]
DEBUG 2024-12-20 02:54:59,396 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-20 02.54.59', 99, 'hoge', 0)
DEBUG 2024-12-20 02:54:59,402 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/0, BranchId=]
DEBUG 2024-12-20 02:54:59,402 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630899342/0, BranchId=]
DEBUG 2024-12-20 02:54:59,403 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,423 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,426 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,426 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,427 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,462 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,462 [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-20 02:54:59,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,470 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,470 [main] UPDATE EMP SET tstamp = '2024-12-20 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-20 02:54:59,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,471 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630899342/1, BranchId=]
DEBUG 2024-12-20 02:54:59,471 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,474 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,476 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,478 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,482 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,492 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,495 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,495 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,495 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,496 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,496 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,535 [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-20 02:54:59,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,538 [main] UPDATE EMP SET tstamp = '2024-12-20 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-20 02:54:59,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,539 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630899342/2, BranchId=]
DEBUG 2024-12-20 02:54:59,539 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,541 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,562 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,562 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,563 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,563 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,563 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,596 [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-20 02:54:59,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,599 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-20 02:54:59,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,599 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630899342/3, BranchId=]
DEBUG 2024-12-20 02:54:59,600 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,624 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,624 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,624 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,624 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,648 [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-20 02:54:59,650 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,681 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,681 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,681 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,682 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,705 [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-20 02:54:59,714 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,716 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,744 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,748 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,748 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,773 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,781 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,808 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,808 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,808 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,808 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,831 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,839 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,858 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,859 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,859 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,859 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,880 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,888 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,889 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,907 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,907 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,908 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,908 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,929 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,936 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,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
DEBUG 2024-12-20 02:54:59,943 [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-20 02:54:59,944 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,946 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:54:59,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:54:59,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:54:59,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:54:59,963 [main] Physical connection got
DEBUG 2024-12-20 02:54:59,963 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,964 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,964 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:54:59,984 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:54:59,991 [main] Logical connection got, tx=null
DEBUG 2024-12-20 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-20 02:54:59,995 [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-20 02:54:59,996 [main] Physical connection closed
DEBUG 2024-12-20 02:54:59,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:54:59,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,012 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,016 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,016 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,016 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,016 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,041 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,048 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,048 [main] select * from emp
DEBUG 2024-12-20 02:55:00,051 [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-20 02:55:00,052 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,053 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,067 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,071 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,071 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,072 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,072 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,092 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,099 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,099 [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-20 02:55:00,103 [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-20 02:55:00,104 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,106 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,108 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,123 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,123 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,123 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,124 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,145 [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-20 02:55:00,153 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,154 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,162 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,172 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,172 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,172 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,172 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,193 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,200 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,200 [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-20 02:55:00,202 [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-20 02:55:00,204 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,224 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,224 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,225 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,225 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,249 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,257 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,257 [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-20 02:55:00,262 [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-20 02:55:00,263 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,265 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,282 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,282 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,283 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,283 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,302 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,310 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,310 [main] select * from emp
DEBUG 2024-12-20 02:55:00,312 [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-20 02:55:00,313 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,328 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,329 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,332 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,332 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,332 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,332 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,352 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,359 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,359 [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-20 02:55:00,361 [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-20 02:55:00,362 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,371 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,378 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,379 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,381 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,381 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,381 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,382 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,401 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,408 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,408 [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-20 02:55:00,410 [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-20 02:55:00,411 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,417 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,429 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,431 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,431 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,431 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,431 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,455 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,462 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,463 [main] select count(*) from emp
DEBUG 2024-12-20 02:55:00,464 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,464 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,466 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,483 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,483 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,483 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,484 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,513 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,525 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,526 [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-20 02:55:00,526 [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-20 02:55:00,527 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,528 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,555 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,555 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,555 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,555 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,580 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,590 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,590 [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-20 02:55:00,591 [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-20 02:55:00,592 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,595 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,597 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,619 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,619 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,619 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,619 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,643 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,653 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,653 [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-20 02:55:00,654 [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-20 02:55:00,654 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,658 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,682 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,682 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,682 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,682 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,701 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,708 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,708 [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-20 02:55:00,709 [main] Logical connection closed, tx=null
[Ljava.util.Map;@66da9ea4
DEBUG 2024-12-20 02:55:00,709 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,710 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,711 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,727 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,727 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,727 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,728 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,746 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,752 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,753 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-20 02:55:00,755 [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-20 02:55:00,755 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,774 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,774 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,774 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,774 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,794 [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-20 02:55:00,801 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,801 [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-20 02:55:00,804 [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-20 02:55:00,805 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,821 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,823 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,823 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,823 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,823 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,842 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,846 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,846 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-20 02:55:00,846 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,847 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,848 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,856 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,862 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,865 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,865 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,865 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,865 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,883 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,887 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,887 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-20 02:55:00,887 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,887 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,889 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,893 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,904 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,906 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,906 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,907 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,907 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,922 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,922 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,923 [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-20 02:55:00,924 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-20 02:55:00,924 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,942 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,942 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,942 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,943 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,954 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:00,955 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:00,955 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-20 02:55:00,956 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-20 02:55:00,956 [main] Physical connection closed
DEBUG 2024-12-20 02:55:00,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:00,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:00,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:00,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:00,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:00,973 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:00,974 [main] Physical connection got
DEBUG 2024-12-20 02:55:00,974 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:00,974 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:00,974 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:00,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:00,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:00,998 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-20 02.55.00', 9999, 'test', 50)
DEBUG 2024-12-20 02:55:00,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:00,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:00,999 [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-20 02:55:01,000 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/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-20 02:55:01,001 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:01,001 [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-20 02:55:01,002 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-20 02:55:00.997 {50, null, null, 0}
DEBUG 2024-12-20 02:55:01,002 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630899342/4, BranchId=]
DEBUG 2024-12-20 02:55:01,002 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,018 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,020 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,020 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,020 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,020 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,037 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,043 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,061 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,061 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,061 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,062 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,078 [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-20 02:55:01,086 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,086 [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-20 02:55:01,089 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,089 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,094 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,106 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,106 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,107 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,107 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,123 [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-20 02:55:01,132 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,132 [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-20 02:55:01,132 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-20 02:55:01,133 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,135 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,141 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,151 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,151 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,151 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,151 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,167 [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-20 02:55:01,172 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,173 [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-20 02:55:01,174 [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-20 02:55:01,175 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,176 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,190 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,192 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,192 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,192 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,193 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,208 [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-20 02:55:01,211 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,228 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,228 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,228 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,228 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,245 [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-20 02:55:01,252 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,252 [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-20 02:55:01,254 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,254 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,267 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,269 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,271 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,271 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,271 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,271 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,291 [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-20 02:55:01,297 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,297 [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-20 02:55:01,298 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,298 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,303 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,316 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,316 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,316 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,316 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,335 [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-20 02:55:01,336 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,336 [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-20 02:55:01,338 [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-20 02:55:01,338 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,355 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,355 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,356 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,356 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,372 [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-20 02:55:01,373 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,390 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,390 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,390 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,391 [main] Logical connection got, tx=null
WARN 2024-12-20 02:55:01,393 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-20 02:55:01,400 [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-20 02:55:01,401 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,401 [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-20 02:55:01,403 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-20 02:55:01,403 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,418 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,420 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,420 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,420 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,421 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,438 [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-20 02:55:01,444 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,446 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,459 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,461 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,462 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,462 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,462 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,479 [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-20 02:55:01,483 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,484 [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-20 02:55:01,484 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,485 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,485 [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-20 02:55:01,486 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,486 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,491 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,503 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,503 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,503 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,503 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,521 [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-20 02:55:01,524 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,524 [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-20 02:55:01,527 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,528 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,528 [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-20 02:55:01,529 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,529 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,529 [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-20 02:55:01,531 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,531 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,531 [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-20 02:55:01,533 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,534 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,534 [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-20 02:55:01,534 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,535 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,551 [main] Transaction began, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,552 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,552 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,552 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,552 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,577 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-20 02:55:01,578 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,579 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-20 02:55:01,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,580 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-20 02:55:01,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,580 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-20 02:55:01,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,587 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1734630899342/5, BranchId=]
DEBUG 2024-12-20 02:55:01,587 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,606 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,606 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,609 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,609 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,609 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,609 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,626 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,630 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,631 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,635 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,637 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,652 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,652 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,653 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,653 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,679 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,689 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,709 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,709 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,709 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,710 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,718 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-20 02:55:01,720 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,730 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,739 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,739 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,739 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,740 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,747 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-20 02:55:01,749 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,752 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,767 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,767 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,767 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,767 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,773 [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-20 02:55:01,775 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,777 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,791 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,791 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,791 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,791 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,798 [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-20 02:55:01,800 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,801 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,818 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,818 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,818 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,818 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,836 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,837 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,837 [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-20 02:55:01,840 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,840 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,842 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,857 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,857 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,857 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,857 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,874 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,882 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,884 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,899 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,899 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,899 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,899 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,916 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-20 02:55:01,917 [main] Physical connection closed
DEBUG 2024-12-20 02:55:01,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:01,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:01,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:01,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:01,950 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-20 02:55:01,960 [main] Physical connection got
DEBUG 2024-12-20 02:55:01,961 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:01,961 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:01,969 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,006 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-20 02:55:02,007 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.437 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-20 02:55:02,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,094 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,114 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,117 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,117 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,121 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,123 [main] Physical connection closed
DEBUG 2024-12-20 02:55:02,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,125 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,145 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,150 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,150 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,153 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,154 [main] Physical connection closed
DEBUG 2024-12-20 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-20 02:55:02,155 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,170 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,172 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,172 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,175 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,176 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-20 02:55:02,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,191 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,198 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,199 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,199 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-20 02:55:02,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,221 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,221 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,237 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,237 [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-20 02:55:02,242 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,242 [main] Physical connection closed
DEBUG 2024-12-20 02:55:02,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,256 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,256 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,274 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,274 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,274 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,274 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,284 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,289 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,289 [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-20 02:55:02,291 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,291 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-20 02:55:02,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,313 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,328 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,339 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,339 [main] Logical connection got, tx=null
WARN 2024-12-20 02:55:02,342 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-20 02:55:02,342 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-20 02:55:02,343 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,343 [main] Physical connection closed
DEBUG 2024-12-20 02:55:02,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,345 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,359 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,361 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,361 [main] Logical connection got, tx=null
WARN 2024-12-20 02:55:02,364 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-20 02:55:02,366 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-20 02:55:02,366 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,366 [main] Physical connection closed
DEBUG 2024-12-20 02:55:02,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,375 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,413 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,432 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-20 02:55:02,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,460 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-20 02:55:02,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,477 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,478 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,479 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,479 [main] Physical connection closed
DEBUG 2024-12-20 02:55:02,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,491 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,491 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,492 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,492 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-20 02:55:02,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-20 02:55:02,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-20 02:55:02,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-20 02:55:02,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-20 02:55:02,513 [main] Physical connection got
DEBUG 2024-12-20 02:55:02,513 [main] Logical connection got, tx=null
DEBUG 2024-12-20 02:55:02,513 [main] Logical connection closed, tx=null
DEBUG 2024-12-20 02:55:02,514 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.314s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.583s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.607s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.916s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Dec 20 02:55:02 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS