Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-04-07 02:50:55,783 [main] Logical connection closed
updatedRows:1
DEBUG 2025-04-07 02:50:55,784 [main] Logical connection got
DEBUG 2025-04-07 02:50:55,784 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-04-07 02:50:55,787 [main] Logical connection closed
DEBUG 2025-04-07 02:50:55,787 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-04-07 02:50:55,821 [main] Physical connection got
DEBUG 2025-04-07 02:50:55,821 [main] Logical connection got
DEBUG 2025-04-07 02:50:55,821 [main] Logical connection closed
DEBUG 2025-04-07 02:50:55,821 [main] Logical connection got
DEBUG 2025-04-07 02:50:55,832 [main] Logical connection closed
DEBUG 2025-04-07 02:50:55,833 [main] Logical connection got
DEBUG 2025-04-07 02:50:55,833 [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-04-07 02:50:55,834 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-07 02:50:55.639 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-07 02:50:55,835 [main] Logical connection got
DEBUG 2025-04-07 02:50:55,835 [main] Logical connection closed
DEBUG 2025-04-07 02:50:55,835 [main] Logical connection got
DEBUG 2025-04-07 02:50:55,838 [main] Logical connection closed
DEBUG 2025-04-07 02:50:55,840 [main] Logical connection got
DEBUG 2025-04-07 02:50:55,840 [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-04-07 02:50:55,841 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-07 02:50:55.639 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-07 02:50:55,841 [main] Logical connection got
DEBUG 2025-04-07 02:50:55,841 [main] UPDATE EMP SET tstamp = '2025-04-07 02.50.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-04-07 02.50.55'
DEBUG 2025-04-07 02:50:55,842 [main] Logical connection closed
DEBUG 2025-04-07 02:50:55,842 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 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/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/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/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[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/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/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.138 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-04-07 02:50:57,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:57,069 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:50:57,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,226 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:50:57,401 [main] Physical connection got
DEBUG 2025-04-07 02:50:57,401 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,479 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,484 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-04-07 02:50:57,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:57,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,524 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,538 [main] Physical connection got
DEBUG 2025-04-07 02:50:57,538 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,539 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,539 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,653 [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-04-07 02:50:57,658 [main] Physical connection closed
DEBUG 2025-04-07 02:50:57,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:57,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,683 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,688 [main] Physical connection got
DEBUG 2025-04-07 02:50:57,688 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,688 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,688 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,726 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,750 [main] Physical connection closed
DEBUG 2025-04-07 02:50:57,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:57,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,782 [main] Physical connection got
DEBUG 2025-04-07 02:50:57,783 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,783 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,783 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,826 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,831 [main] Physical connection closed
DEBUG 2025-04-07 02:50:57,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:57,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,862 [main] Physical connection got
DEBUG 2025-04-07 02:50:57,862 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,862 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,862 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,898 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,903 [main] Physical connection closed
DEBUG 2025-04-07 02:50:57,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:57,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,929 [main] Physical connection got
DEBUG 2025-04-07 02:50:57,929 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,929 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,930 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,962 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,968 [main] Physical connection closed
DEBUG 2025-04-07 02:50:57,969 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:57,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:57,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:57,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:57,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:57,993 [main] Physical connection got
DEBUG 2025-04-07 02:50:57,993 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:57,993 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:57,993 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,026 [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-04-07 02:50:58,030 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,052 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,055 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,055 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,056 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,056 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,089 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,094 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,119 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,119 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,120 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,120 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,161 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,166 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,168 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,190 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,191 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,191 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,191 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,223 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,228 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,232 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,249 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,254 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743961858254/0, BranchId=]
DEBUG 2025-04-07 02:50:58,256 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,256 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/0, BranchId=]
DEBUG 2025-04-07 02:50:58,257 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/0, BranchId=]
DEBUG 2025-04-07 02:50:58,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/0, BranchId=]
DEBUG 2025-04-07 02:50:58,286 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/0, BranchId=]
DEBUG 2025-04-07 02:50:58,307 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/0, BranchId=]
DEBUG 2025-04-07 02:50:58,310 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-07 02.50.58', 99, 'hoge', 0)
DEBUG 2025-04-07 02:50:58,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/0, BranchId=]
DEBUG 2025-04-07 02:50:58,316 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743961858254/0, BranchId=]
DEBUG 2025-04-07 02:50:58,317 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,321 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,339 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,340 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,340 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,378 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,379 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-07 02:50:58,386 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,387 [main] UPDATE EMP SET tstamp = '2025-04-07 02.50.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-04-07 02:50:58,388 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,388 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743961858254/1, BranchId=]
DEBUG 2025-04-07 02:50:58,388 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,411 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,412 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,412 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,412 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,412 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,438 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,448 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,448 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-07 02:50:58,450 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,450 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,451 [main] UPDATE EMP SET tstamp = '2025-04-07 02.50.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-04-07 02:50:58,451 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,452 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743961858254/2, BranchId=]
DEBUG 2025-04-07 02:50:58,452 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,481 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,481 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,482 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,508 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,517 [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-04-07 02:50:58,519 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,519 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,519 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-07 02:50:58,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,520 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743961858254/3, BranchId=]
DEBUG 2025-04-07 02:50:58,520 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,523 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,540 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,544 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,544 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,544 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,545 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,570 [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-04-07 02:50:58,572 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,602 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,602 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,602 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,603 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,627 [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-04-07 02:50:58,636 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,638 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,640 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,658 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,658 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,658 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,658 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,690 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,698 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,721 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,723 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,726 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,726 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,726 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,726 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,755 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,763 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,784 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,785 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,785 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,785 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,808 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,816 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,834 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,837 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,837 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,837 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,837 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,860 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,869 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,869 [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-04-07 02:50:58,876 [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-04-07 02:50:58,877 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,879 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,897 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,897 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,897 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,897 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,919 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,927 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,927 [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-04-07 02:50:58,931 [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-04-07 02:50:58,932 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:58,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:58,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,953 [main] Physical connection got
DEBUG 2025-04-07 02:50:58,953 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,953 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,954 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,976 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:58,988 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:58,988 [main] select * from emp
DEBUG 2025-04-07 02:50:58,991 [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-04-07 02:50:58,992 [main] Physical connection closed
DEBUG 2025-04-07 02:50:58,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:58,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:58,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:58,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,012 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,012 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,012 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,012 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,034 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,042 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,042 [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-04-07 02:50:59,046 [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-04-07 02:50:59,047 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,064 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,066 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,066 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,067 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,067 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,089 [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-04-07 02:50:59,097 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,107 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,117 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,117 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,117 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,117 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,139 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,147 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,147 [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-04-07 02:50:59,149 [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-04-07 02:50:59,150 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,169 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,170 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,170 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,170 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,190 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,198 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,198 [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-04-07 02:50:59,202 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-07 02:50:59,203 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,222 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,222 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,223 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,223 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,243 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,253 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,254 [main] select * from emp
DEBUG 2025-04-07 02:50:59,255 [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-04-07 02:50:59,256 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,258 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,276 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,276 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,276 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,276 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,300 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,309 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,309 [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-04-07 02:50:59,311 [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-04-07 02:50:59,312 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,334 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,334 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,334 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,334 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,358 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,367 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,367 [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-04-07 02:50:59,369 [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-04-07 02:50:59,369 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,371 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,388 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,391 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,391 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,391 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,391 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,415 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,424 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,425 [main] select count(*) from emp
DEBUG 2025-04-07 02:50:59,426 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,426 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,428 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,453 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,453 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,453 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,453 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,479 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,487 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,488 [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-04-07 02:50:59,489 [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-04-07 02:50:59,489 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,506 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,508 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,508 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,509 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,509 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,529 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,536 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,537 [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-04-07 02:50:59,537 [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-04-07 02:50:59,538 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,557 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,557 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,557 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,558 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,585 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,592 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,593 [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-04-07 02:50:59,593 [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-04-07 02:50:59,594 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,599 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,610 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,610 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,612 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,613 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,613 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,613 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,633 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,640 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,641 [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-04-07 02:50:59,641 [main] Logical connection closed, tx=null
[Ljava.util.Map;@3c63e8c
DEBUG 2025-04-07 02:50:59,642 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,658 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,661 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,661 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,661 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,661 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,681 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,689 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,689 [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-04-07 02:50:59,691 [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-04-07 02:50:59,691 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,708 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,710 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,710 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,711 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,711 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,730 [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-04-07 02:50:59,737 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,738 [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-04-07 02:50:59,740 [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-04-07 02:50:59,741 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,759 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,759 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,759 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,760 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,778 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,782 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,782 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-07 02:50:59,782 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,782 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,784 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,786 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,788 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,800 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,800 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,800 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,801 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,819 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,822 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,822 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-07 02:50:59,823 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,823 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,842 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,842 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,842 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,842 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,855 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,855 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,856 [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-04-07 02:50:59,857 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-04-07 02:50:59,857 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,882 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,884 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,884 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,885 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,885 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,896 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,902 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,902 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-04-07 02:50:59,903 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-04-07 02:50:59,903 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,921 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,921 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,939 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,946 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,946 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-07 02.50.59', 9999, 'test', 50)
DEBUG 2025-04-07 02:50:59,947 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,947 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,947 [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-04-07 02:50:59,949 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/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-04-07 02:50:59,949 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,949 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-04-07 02:50:59,950 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-04-07 02:50:59.946 {50, null, null, 0}
DEBUG 2025-04-07 02:50:59,951 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743961858254/4, BranchId=]
DEBUG 2025-04-07 02:50:59,951 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,955 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:50:59,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:50:59,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,967 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,969 [main] Physical connection got
DEBUG 2025-04-07 02:50:59,969 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,969 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,969 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:50:59,987 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:50:59,994 [main] Physical connection closed
DEBUG 2025-04-07 02:50:59,995 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:50:59,995 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:50:59,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:50:59,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,008 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,011 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,011 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,011 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,011 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,029 [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-04-07 02:51:00,038 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,038 [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-04-07 02:51:00,040 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,041 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,056 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,058 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,058 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,059 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,059 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,076 [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-04-07 02:51:00,085 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,086 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-04-07 02:51:00,086 [main] Logical connection closed, tx=null
[]
DEBUG 2025-04-07 02:51:00,086 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,104 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,104 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,105 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,105 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,122 [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-04-07 02:51:00,127 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,127 [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-04-07 02:51:00,129 [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-04-07 02:51:00,129 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,145 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,147 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,148 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,148 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,148 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,164 [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-04-07 02:51:00,167 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,185 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,185 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,186 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,186 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,204 [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-04-07 02:51:00,210 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,210 [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-04-07 02:51:00,213 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,213 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,214 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,230 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,231 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,231 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,231 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,248 [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-04-07 02:51:00,255 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51: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 WHERE department.dname = null
DEBUG 2025-04-07 02:51:00,255 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,256 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,269 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,274 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,274 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,274 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,275 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,302 [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-04-07 02:51:00,304 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,304 [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-04-07 02:51:00,305 [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-04-07 02:51:00,306 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,308 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,320 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,322 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,325 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,325 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,325 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,325 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,343 [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-04-07 02:51:00,344 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,346 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,362 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,362 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,362 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,362 [main] Logical connection got, tx=null
WARN 2025-04-07 02:51:00,365 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-04-07 02:51:00,370 [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-04-07 02:51:00,371 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,371 [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-04-07 02:51:00,374 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-04-07 02:51:00,374 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,389 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,390 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,391 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,391 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,391 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,409 [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-04-07 02:51:00,415 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,431 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,431 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,434 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,434 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,434 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,434 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,453 [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-04-07 02:51:00,457 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,458 [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-04-07 02:51:00,458 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,459 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,459 [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-04-07 02:51:00,460 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,460 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,477 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,477 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,477 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,477 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,496 [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-04-07 02:51:00,499 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,499 [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-04-07 02:51:00,502 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,503 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,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 ename = 'SMITH'
DEBUG 2025-04-07 02:51:00,504 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,504 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,504 [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-04-07 02:51:00,506 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,506 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,506 [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-04-07 02:51:00,507 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,507 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,508 [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-04-07 02:51:00,508 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,508 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,510 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,523 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,525 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,526 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,545 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-04-07 02:51:00,546 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,546 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-07 02:51:00,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,547 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,547 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-04-07 02:51:00,547 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,547 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,548 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-07 02:51:00,548 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,548 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743961858254/5, BranchId=]
DEBUG 2025-04-07 02:51:00,548 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,557 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,566 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,566 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,567 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,567 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,586 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,590 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,608 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,608 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,608 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,608 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,627 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,632 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,634 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,649 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,649 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,650 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,650 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,656 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-04-07 02:51:00,658 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,660 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,666 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,675 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,675 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,676 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,676 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,683 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-04-07 02:51:00,690 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,706 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,706 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,706 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,707 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,714 [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-04-07 02:51:00,715 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,733 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,733 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,734 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,734 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,740 [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-04-07 02:51:00,742 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,743 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,744 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,758 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,758 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,759 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,759 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,777 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,777 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,778 [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-04-07 02:51:00,781 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,781 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,798 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,798 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,798 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,798 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,816 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,817 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,834 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,834 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,834 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,834 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,852 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-07 02:51:00,853 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:51:00,869 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,869 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,870 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,870 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,888 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-07 02:51:00,888 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.403 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-04-07 02:51:00,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,940 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:51:00,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,955 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:51:00,958 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,958 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,962 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,965 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,966 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:51:00,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:00,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,981 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:51:00,984 [main] Physical connection got
DEBUG 2025-04-07 02:51:00,984 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:00,988 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:00,989 [main] Physical connection closed
DEBUG 2025-04-07 02:51:00,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:00,990 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:51:00,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:00,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:00,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,005 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:51:01,008 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,008 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,012 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,013 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-04-07 02:51:01,016 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,019 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,029 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,029 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,030 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,030 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-04-07 02:51:01,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,043 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,046 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,046 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,064 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,064 [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-04-07 02:51:01,069 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,069 [main] Physical connection closed
DEBUG 2025-04-07 02:51:01,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,084 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,084 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,104 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,105 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,105 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,105 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,118 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,122 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,123 [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-04-07 02:51:01,125 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,125 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 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.BeanAnnotationReaderImplMixTest
Tests run: 10, 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.unit.S2DaoAssertTest
DEBUG 2025-04-07 02:51:01,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,146 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:51:01,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,154 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,165 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:51:01,178 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,179 [main] Logical connection got, tx=null
WARN 2025-04-07 02:51:01,182 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-04-07 02:51:01,183 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-07 02:51:01,183 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,183 [main] Physical connection closed
DEBUG 2025-04-07 02:51:01,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,185 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:51:01,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,203 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:51:01,207 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,207 [main] Logical connection got, tx=null
WARN 2025-04-07 02:51:01,210 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-04-07 02:51:01,210 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-07 02:51:01,211 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,211 [main] Physical connection closed
DEBUG 2025-04-07 02:51:01,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,213 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:51:01,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,231 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:51:01,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,237 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:51:01,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,254 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-04-07 02:51:01,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,264 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,266 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,278 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,278 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,280 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,280 [main] Physical connection closed
DEBUG 2025-04-07 02:51:01,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,313 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,313 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,315 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,315 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-04-07 02:51:01,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:51:01,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:51:01,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,338 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:51:01,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:51:01,341 [main] Physical connection got
DEBUG 2025-04-07 02:51:01,341 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:51:01,342 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:51:01,342 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.307s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.955s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.539s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.542s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Apr 07 02:51:01 JST 2025
[INFO] Final Memory: 30M/404M
[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