Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-07 02:54:55,508 [main] Physical connection got
DEBUG 2025-01-07 02:54:55,508 [main] Logical connection got
DEBUG 2025-01-07 02:54:55,508 [main] Logical connection closed
DEBUG 2025-01-07 02:54:55,508 [main] Logical connection got
DEBUG 2025-01-07 02:54:55,523 [main] Logical connection closed
DEBUG 2025-01-07 02:54:55,523 [main] Logical connection got
DEBUG 2025-01-07 02:54:55,523 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-01-07 02:54:55,525 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-07 02:54:55.295 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-07 02:54:55,526 [main] Logical connection got
DEBUG 2025-01-07 02:54:55,526 [main] Logical connection closed
DEBUG 2025-01-07 02:54:55,526 [main] Logical connection got
DEBUG 2025-01-07 02:54:55,531 [main] Logical connection closed
DEBUG 2025-01-07 02:54:55,532 [main] Logical connection got
DEBUG 2025-01-07 02:54:55,532 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:54:55,533 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-07 02:54:55.295 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-07 02:54:55,534 [main] Logical connection got
DEBUG 2025-01-07 02:54:55,535 [main] UPDATE EMP SET tstamp = '2025-01-07 02.54.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-07 02.54.55'
DEBUG 2025-01-07 02:54:55,536 [main] Logical connection closed
DEBUG 2025-01-07 02:54:55,536 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-07 02:54:57,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:57,073 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:54:57,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,216 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:54:57,375 [main] Physical connection got
DEBUG 2025-01-07 02:54:57,375 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,452 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,459 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-07 02:54:57,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:57,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,473 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,477 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,498 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,499 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,513 [main] Physical connection got
DEBUG 2025-01-07 02:54:57,513 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,513 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,514 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,631 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-01-07 02:54:57,637 [main] Physical connection closed
DEBUG 2025-01-07 02:54:57,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:57,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,673 [main] Physical connection got
DEBUG 2025-01-07 02:54:57,673 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,673 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,674 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,719 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,743 [main] Physical connection closed
DEBUG 2025-01-07 02:54:57,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:57,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,770 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,771 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,775 [main] Physical connection got
DEBUG 2025-01-07 02:54:57,775 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,775 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,776 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,814 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,819 [main] Physical connection closed
DEBUG 2025-01-07 02:54:57,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:57,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,847 [main] Physical connection got
DEBUG 2025-01-07 02:54:57,847 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,847 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,847 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,881 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,886 [main] Physical connection closed
DEBUG 2025-01-07 02:54:57,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:57,888 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,907 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,913 [main] Physical connection got
DEBUG 2025-01-07 02:54:57,913 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,914 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,914 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,947 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,951 [main] Physical connection closed
DEBUG 2025-01-07 02:54:57,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:57,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:57,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:57,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:57,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:57,977 [main] Physical connection got
DEBUG 2025-01-07 02:54:57,977 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:57,977 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:57,977 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,010 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-01-07 02:54:58,014 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,021 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,038 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,038 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,038 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,038 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,069 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,074 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,081 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,098 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,098 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,098 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,098 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,133 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,137 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,157 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,161 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,161 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,161 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,161 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,189 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,193 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,214 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,214 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,220 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736186098219/0, BranchId=]
DEBUG 2025-01-07 02:54:58,221 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,222 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/0, BranchId=]
DEBUG 2025-01-07 02:54:58,222 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/0, BranchId=]
DEBUG 2025-01-07 02:54:58,222 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/0, BranchId=]
DEBUG 2025-01-07 02:54:58,248 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/0, BranchId=]
DEBUG 2025-01-07 02:54:58,268 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/0, BranchId=]
DEBUG 2025-01-07 02:54:58,271 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-07 02.54.58', 99, 'hoge', 0)
DEBUG 2025-01-07 02:54:58,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/0, BranchId=]
DEBUG 2025-01-07 02:54:58,276 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736186098219/0, BranchId=]
DEBUG 2025-01-07 02:54:58,277 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,279 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,300 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,300 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,300 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,301 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,301 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,326 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,337 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:54:58,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,345 [main] UPDATE EMP SET tstamp = '2025-01-07 02.54.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-07 02:54:58,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,346 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736186098219/1, BranchId=]
DEBUG 2025-01-07 02:54:58,347 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,357 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,369 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,370 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,370 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,370 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,370 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,410 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,410 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:54:58,412 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,413 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,414 [main] UPDATE EMP SET tstamp = '2025-01-07 02.54.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-07 02:54:58,414 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,414 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736186098219/2, BranchId=]
DEBUG 2025-01-07 02:54:58,415 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,436 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,437 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,437 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,437 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,438 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,463 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,472 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:54:58,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,475 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-07 02:54:58,475 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,475 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736186098219/3, BranchId=]
DEBUG 2025-01-07 02:54:58,475 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,477 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,498 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,498 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,499 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,499 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,524 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-01-07 02:54:58,525 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,545 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,555 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,555 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,555 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,556 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,581 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-01-07 02:54:58,590 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,611 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,611 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,612 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,612 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,635 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,643 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,645 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,668 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,668 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,668 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,668 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,690 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,698 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,717 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,717 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,718 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,718 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,739 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,747 [main] Physical connection closed
DEBUG 2025-01-07 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 2025-01-07 02:54:58,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,767 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,768 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,768 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,768 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,789 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,796 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,796 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:54:58,803 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-07 02:54:58,804 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,806 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,821 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,823 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,824 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,824 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,824 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,844 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,851 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,851 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:54:58,855 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-07 02:54:58,856 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,858 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,876 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,876 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,876 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,877 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,901 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,908 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,908 [main] select * from emp
DEBUG 2025-01-07 02:54:58,911 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:54:58,912 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,931 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,932 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,932 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,932 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,952 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,959 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,960 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-07 02:54:58,963 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-01-07 02:54:58,964 [main] Physical connection closed
DEBUG 2025-01-07 02:54:58,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:58,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:58,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:58,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:58,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:58,984 [main] Physical connection got
DEBUG 2025-01-07 02:54:58,984 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:58,984 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:58,985 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,005 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-01-07 02:54:59,012 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,014 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,014 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,032 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,032 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,032 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,033 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,052 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,059 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,060 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:54:59,062 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:54:59,064 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,083 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,083 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,083 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,084 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,109 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,116 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,116 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:54:59,122 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:54:59,123 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,144 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,144 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,144 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,144 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,164 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,172 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,172 [main] select * from emp
DEBUG 2025-01-07 02:54:59,174 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:54:59,175 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,194 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,194 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,194 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,194 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,213 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,221 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,221 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-01-07 02:54:59,223 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-07 02:54:59,224 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,243 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,243 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,243 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,243 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,262 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,269 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,269 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:54:59,271 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-07 02:54:59,272 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,290 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,290 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,290 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,291 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,315 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,322 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,322 [main] select count(*) from emp
DEBUG 2025-01-07 02:54:59,323 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,323 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,325 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,338 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,342 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,342 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,342 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,342 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,362 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,369 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,370 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:54:59,370 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-01-07 02:54:59,371 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,387 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,389 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,389 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,389 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,390 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,408 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,415 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,416 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:54:59,416 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-01-07 02:54:59,417 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,418 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,435 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,435 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,435 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,435 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,453 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,460 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,460 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:54:59,461 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-01-07 02:54:59,461 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,479 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,479 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,479 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,479 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,496 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,503 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,503 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-07 02:54:59,504 [main] Logical connection closed, tx=null
[Ljava.util.Map;@7dc21ece
DEBUG 2025-01-07 02:54:59,504 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,522 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,523 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,523 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,523 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,540 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,547 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,547 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-01-07 02:54:59,549 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-01-07 02:54:59,550 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,555 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,565 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,567 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,568 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,568 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,568 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,588 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-01-07 02:54:59,595 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,595 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-01-07 02:54:59,598 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-07 02:54:59,598 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,614 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,616 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,617 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,617 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,617 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,634 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,637 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,638 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-07 02:54:59,638 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,638 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,657 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,657 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,657 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,657 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,675 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,678 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,678 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-07 02:54:59,678 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,678 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,680 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,694 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,696 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,696 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,697 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,697 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,712 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,712 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,713 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-01-07 02:54:59,714 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-07 02:54:59,714 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,716 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,728 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,730 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,730 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,731 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,731 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,742 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,743 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,743 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-07 02:54:59,744 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-07 02:54:59,744 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,761 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,761 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,761 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,784 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-07 02.54.59', 9999, 'test', 50)
DEBUG 2025-01-07 02:54:59,784 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,785 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2025-01-07 02:54:59,786 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-07 02:54:59,786 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,786 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-01-07 02:54:59,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-07 02:54:59.784 {50, null, null, 0}
DEBUG 2025-01-07 02:54:59,787 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736186098219/4, BranchId=]
DEBUG 2025-01-07 02:54:59,787 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,804 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,804 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,804 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,804 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,820 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,826 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,843 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,843 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,843 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,843 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,860 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-01-07 02:54:59,868 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,868 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-07 02:54:59,870 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,870 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,871 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,886 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,886 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,887 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,887 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,902 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-01-07 02:54:59,911 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,911 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-01-07 02:54:59,911 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-07 02:54:59,911 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,913 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,919 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,929 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,929 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,929 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,929 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,945 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-01-07 02:54:59,951 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,951 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-01-07 02:54:59,953 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-01-07 02:54:59,953 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,955 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:54:59,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,969 [main] Physical connection got
DEBUG 2025-01-07 02:54:59,969 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,969 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:54:59,969 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:54:59,985 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-01-07 02:54:59,988 [main] Physical connection closed
DEBUG 2025-01-07 02:54:59,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:54:59,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:54:59,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:54:59,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:54:59,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,004 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,005 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,005 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,005 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,021 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-07 02:55:00,030 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,030 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-07 02:55:00,032 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,032 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,034 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,047 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,049 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,049 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,049 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,050 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,068 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-07 02:55:00,074 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,074 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-01-07 02:55:00,075 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,075 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,089 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,092 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,092 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,092 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,092 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,110 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-07 02:55:00,111 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,111 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2025-01-07 02:55:00,112 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-01-07 02:55:00,113 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,130 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,130 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,130 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,130 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,146 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-07 02:55:00,147 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,149 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,156 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,156 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,166 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,166 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,166 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,166 [main] Logical connection got, tx=null
WARN 2025-01-07 02:55:00,169 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-07 02:55:00,174 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-07 02:55:00,175 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,175 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-07 02:55:00,177 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-07 02:55:00,177 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,194 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,194 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,194 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,194 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,211 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-07 02:55:00,217 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,218 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,222 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,234 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,234 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,234 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,234 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,250 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-01-07 02:55:00,254 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,254 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-07 02:55:00,255 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,255 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,255 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-01-07 02:55:00,256 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,256 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,258 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,272 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,272 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,273 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,273 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,289 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-01-07 02:55:00,291 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,291 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:55:00,295 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,295 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,295 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2025-01-07 02:55:00,296 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,296 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,296 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2025-01-07 02:55:00,298 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,298 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,298 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2025-01-07 02:55:00,299 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,299 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,299 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2025-01-07 02:55:00,299 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,299 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,316 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,316 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,316 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,317 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-07 02:55:00,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,333 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-07 02:55:00,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,333 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-07 02:55:00,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,333 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-07 02:55:00,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,334 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736186098219/5, BranchId=]
DEBUG 2025-01-07 02:55:00,334 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,350 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,350 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,350 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,350 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,366 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,369 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,371 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,385 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,385 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,385 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,385 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,400 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,409 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,411 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,417 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,422 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,425 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,425 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,425 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,425 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,431 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-07 02:55:00,433 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,448 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,448 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,448 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,448 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,454 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-07 02:55:00,455 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,460 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,470 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,470 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,470 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,470 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,475 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-01-07 02:55:00,477 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,489 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,491 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,491 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,491 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,491 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,497 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-01-07 02:55:00,498 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,512 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,514 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,514 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,514 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,514 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,530 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,530 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,530 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-07 02:55:00,533 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,533 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,549 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,549 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,549 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,549 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,566 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,566 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,582 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,582 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,582 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,582 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,597 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-07 02:55:00,598 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-07 02:55:00,614 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,614 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,614 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,614 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,629 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-07 02:55:00,630 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.171 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-07 02:55:00,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,679 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,693 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,696 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,696 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,699 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,702 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,703 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,716 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,719 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,719 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,726 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,727 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,728 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,731 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,737 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,738 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,741 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,743 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,743 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,747 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,747 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-07 02:55:00,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,755 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,755 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,762 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,762 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,763 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,763 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-07 02:55:00,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,776 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,776 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,790 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,790 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-01-07 02:55:00,793 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,793 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,796 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,805 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,805 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,819 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,820 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,820 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,820 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,830 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,834 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,835 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-07 02:55:00,837 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,837 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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 2025-01-07 02:55:00,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,857 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,862 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,870 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,884 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,884 [main] Logical connection got, tx=null
WARN 2025-01-07 02:55:00,888 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-07 02:55:00,889 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-07 02:55:00,889 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,889 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,891 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,911 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,915 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,915 [main] Logical connection got, tx=null
WARN 2025-01-07 02:55:00,918 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-07 02:55:00,919 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-07 02:55:00,920 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,920 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,922 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,941 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,947 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-07 02:55:00,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,967 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-07 02:55:00,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:00,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:00,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:00,994 [main] Physical connection got
DEBUG 2025-01-07 02:55:00,994 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:00,997 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:00,997 [main] Physical connection closed
DEBUG 2025-01-07 02:55:00,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:00,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:01,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:01,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:01,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:01,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:01,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:01,012 [main] Physical connection got
DEBUG 2025-01-07 02:55:01,012 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:01,013 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:01,013 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-07 02:55:01,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-07 02:55:01,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:01,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-07 02:55:01,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-07 02:55:01,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:01,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-07 02:55:01,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-07 02:55:01,034 [main] Physical connection got
DEBUG 2025-01-07 02:55:01,034 [main] Logical connection got, tx=null
DEBUG 2025-01-07 02:55:01,035 [main] Logical connection closed, tx=null
DEBUG 2025-01-07 02:55:01,035 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.315s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.524s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.641s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.513s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Jan 07 02:55:01 JST 2025
[INFO] Final Memory: 31M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS