Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-12-25 02:50:58,990 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-25 02:50:58,991 [main] Logical connection got
DEBUG 2024-12-25 02:50:58,991 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-12-25 02:50:58,994 [main] Logical connection closed
DEBUG 2024-12-25 02:50:58,995 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-25 02:50:59,029 [main] Physical connection got
DEBUG 2024-12-25 02:50:59,029 [main] Logical connection got
DEBUG 2024-12-25 02:50:59,029 [main] Logical connection closed
DEBUG 2024-12-25 02:50:59,030 [main] Logical connection got
DEBUG 2024-12-25 02:50:59,040 [main] Logical connection closed
DEBUG 2024-12-25 02:50:59,041 [main] Logical connection got
DEBUG 2024-12-25 02:50:59,041 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-25 02:50:59,043 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-25 02:50:58.838 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-25 02:50:59,043 [main] Logical connection got
DEBUG 2024-12-25 02:50:59,043 [main] Logical connection closed
DEBUG 2024-12-25 02:50:59,043 [main] Logical connection got
DEBUG 2024-12-25 02:50:59,047 [main] Logical connection closed
DEBUG 2024-12-25 02:50:59,048 [main] Logical connection got
DEBUG 2024-12-25 02:50:59,048 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-25 02:50:59,049 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-25 02:50:58.838 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-25 02:50:59,050 [main] Logical connection got
DEBUG 2024-12-25 02:50:59,050 [main] UPDATE EMP SET tstamp = '2024-12-25 02.50.59', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-25 02.50.58'
DEBUG 2024-12-25 02:50:59,051 [main] Logical connection closed
DEBUG 2024-12-25 02:50:59,051 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/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.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-25 02:51:00,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:00,260 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-25 02:51:00,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:00,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:00,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:00,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:00,379 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,402 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-25 02:51:00,574 [main] Physical connection got
DEBUG 2024-12-25 02:51:00,574 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:00,650 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:00,655 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-25 02:51:00,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:00,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:00,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:00,679 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:00,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:00,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:00,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,694 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:00,707 [main] Physical connection got
DEBUG 2024-12-25 02:51:00,707 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:00,707 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:00,708 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:00,814 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-25 02:51:00,819 [main] Physical connection closed
DEBUG 2024-12-25 02:51:00,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:00,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:00,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:00,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:00,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:00,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:00,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:00,848 [main] Physical connection got
DEBUG 2024-12-25 02:51:00,848 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:00,848 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:00,848 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:00,887 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:00,908 [main] Physical connection closed
DEBUG 2024-12-25 02:51:00,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:00,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:00,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:00,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:00,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:00,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:00,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,936 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:00,940 [main] Physical connection got
DEBUG 2024-12-25 02:51:00,940 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:00,940 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:00,940 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:00,985 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:00,990 [main] Physical connection closed
DEBUG 2024-12-25 02:51:00,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:00,993 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:00,995 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:00,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,014 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,017 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,017 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,017 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,017 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,052 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,057 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,079 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,082 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,082 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,083 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,083 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,113 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,119 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,130 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,143 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,143 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,143 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,144 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,175 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-25 02:51:01,179 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,198 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,200 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,203 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,203 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,204 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,204 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,236 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,241 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,262 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,265 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,265 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,265 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,266 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,306 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,311 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,333 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,336 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,336 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,336 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,336 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,367 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,371 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,397 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735062661397/0, BranchId=]
DEBUG 2024-12-25 02:51:01,399 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/0, BranchId=]
DEBUG 2024-12-25 02:51:01,401 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/0, BranchId=]
DEBUG 2024-12-25 02:51:01,401 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/0, BranchId=]
DEBUG 2024-12-25 02:51:01,431 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/0, BranchId=]
DEBUG 2024-12-25 02:51:01,453 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/0, BranchId=]
DEBUG 2024-12-25 02:51:01,455 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-25 02.51.01', 99, 'hoge', 0)
DEBUG 2024-12-25 02:51:01,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/0, BranchId=]
DEBUG 2024-12-25 02:51:01,461 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735062661397/0, BranchId=]
DEBUG 2024-12-25 02:51:01,462 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,482 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,485 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,485 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,485 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,486 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,486 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,523 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,523 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-25 02:51:01,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,532 [main] UPDATE EMP SET tstamp = '2024-12-25 02.51.01', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-25 02:51:01,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,533 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735062661397/1, BranchId=]
DEBUG 2024-12-25 02:51:01,533 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,553 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,556 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,556 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,557 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,590 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,591 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-25 02:51:01,593 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,594 [main] UPDATE EMP SET tstamp = '2024-12-25 02.51.01', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-25 02:51:01,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,595 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735062661397/2, BranchId=]
DEBUG 2024-12-25 02:51:01,595 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,618 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,618 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,630 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,630 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,630 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,631 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,663 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,664 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-25 02:51:01,666 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,666 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,666 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-25 02:51:01,667 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,667 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735062661397/3, BranchId=]
DEBUG 2024-12-25 02:51:01,667 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,669 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,690 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,690 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,690 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,696 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,721 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-25 02:51:01,722 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,724 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,729 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,741 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,742 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,753 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,753 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,753 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,754 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,778 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-25 02:51:01,787 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,810 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,810 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,810 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,810 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,835 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,843 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,845 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,860 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,862 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,869 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,869 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,870 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,870 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,894 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,902 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,922 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,925 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,925 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,925 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,925 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,949 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,958 [main] Physical connection closed
DEBUG 2024-12-25 02:51:01,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:01,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:01,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:01,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:01,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:01,981 [main] Physical connection got
DEBUG 2024-12-25 02:51:01,981 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:01,982 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:01,982 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,009 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,018 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,018 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-25 02:51:02,027 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-25 02:51:02,028 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,030 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,051 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,051 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,051 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,052 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,079 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,088 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,088 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-25 02:51:02,093 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-25 02:51:02,094 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,117 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,117 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,117 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,118 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,144 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,164 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,164 [main] select * from emp
DEBUG 2024-12-25 02:51:02,167 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-25 02:51:02,169 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,188 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,188 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,189 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,189 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,211 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,219 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,219 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-25 02:51:02,223 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-25 02:51:02,224 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,244 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,244 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,244 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,244 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,266 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-25 02:51:02,274 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,293 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,294 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,294 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,294 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,316 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,324 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,324 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-25 02:51:02,327 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-25 02:51:02,328 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,337 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,347 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,347 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,348 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,348 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,369 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,377 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,377 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-25 02:51:02,382 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-25 02:51:02,383 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,402 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,402 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,402 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,402 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,423 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,431 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,431 [main] select * from emp
DEBUG 2024-12-25 02:51:02,432 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-25 02:51:02,434 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,443 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,452 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,452 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,453 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,453 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,472 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,480 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,480 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-25 02:51:02,482 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-25 02:51:02,484 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,503 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,503 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,503 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,503 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,523 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,530 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,530 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-25 02:51:02,532 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-25 02:51:02,533 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,553 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,553 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,553 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,553 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,574 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,582 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,582 [main] select count(*) from emp
DEBUG 2024-12-25 02:51:02,583 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,583 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,585 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,587 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,602 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,602 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,602 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,602 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,628 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,636 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,636 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-25 02:51:02,637 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-25 02:51:02,637 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,642 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,653 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,655 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,655 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,656 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,656 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,675 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,683 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,683 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-25 02:51:02,684 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-25 02:51:02,684 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,686 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,702 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,702 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,703 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,703 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,729 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,729 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-25 02:51:02,730 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-25 02:51:02,730 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,753 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,756 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,756 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,756 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,756 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,775 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,782 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,782 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-25 02:51:02,783 [main] Logical connection closed, tx=null
[Ljava.util.Map;@c3fa6cd
DEBUG 2024-12-25 02:51:02,783 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,801 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,801 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,801 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,801 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,820 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,827 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,827 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-25 02:51:02,829 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-25 02:51:02,830 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,848 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,848 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,848 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,848 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,867 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-25 02:51:02,873 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,874 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-25 02:51:02,878 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-25 02:51:02,878 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,880 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,896 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,896 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,896 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,897 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,915 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,919 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,919 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-25 02:51:02,919 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,919 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,928 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,938 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,938 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,938 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,938 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,956 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,960 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,960 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-25 02:51:02,960 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,960 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:02,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:02,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:02,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,979 [main] Physical connection got
DEBUG 2024-12-25 02:51:02,979 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,979 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,980 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,992 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:02,993 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:02,993 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-25 02:51:02,995 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-25 02:51:02,995 [main] Physical connection closed
DEBUG 2024-12-25 02:51:02,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:02,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:02,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,011 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,013 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,013 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,013 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,013 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,025 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,026 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,026 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-25 02:51:03,027 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-25 02:51:03,027 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,041 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,043 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,045 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,045 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,046 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,064 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,071 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,072 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-25 02.51.03', 9999, 'test', 50)
DEBUG 2024-12-25 02:51:03,072 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,073 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-25 02:51:03,074 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-25 02:51:03,075 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,075 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-25 02:51:03,076 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-25 02:51:03.071 {50, null, null, 0}
DEBUG 2024-12-25 02:51:03,076 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735062661397/4, BranchId=]
DEBUG 2024-12-25 02:51:03,077 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,095 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,095 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,096 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,096 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,121 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,129 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,150 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,150 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,150 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,150 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,171 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-25 02:51:03,182 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,182 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-25 02:51:03,185 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,185 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,187 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,205 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,205 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,206 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,206 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,226 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-25 02:51:03,236 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,237 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-25 02:51:03,237 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-25 02:51:03,238 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,260 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,260 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,260 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,260 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,282 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-25 02:51:03,288 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,289 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-25 02:51:03,291 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-25 02:51:03,291 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,312 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,312 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,313 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,313 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,332 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-25 02:51:03,336 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,338 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,340 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,342 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,356 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,357 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,357 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,357 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,377 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-25 02:51:03,386 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,386 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-25 02:51:03,388 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,388 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,410 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,410 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,410 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,410 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,431 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-25 02:51:03,440 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,440 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-25 02:51:03,441 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,441 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,462 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,462 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,462 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,462 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,494 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-25 02:51:03,495 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,496 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-25 02:51:03,497 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-25 02:51:03,498 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,515 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,515 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,515 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,516 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,532 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-25 02:51:03,533 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,550 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,550 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,550 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,551 [main] Logical connection got, tx=null
WARN 2024-12-25 02:51:03,554 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-25 02:51:03,561 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-25 02:51:03,562 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,562 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-25 02:51:03,571 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-25 02:51:03,572 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,575 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,588 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,588 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,589 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,589 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,607 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-25 02:51:03,613 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,628 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,630 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,631 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,631 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,631 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,649 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-25 02:51:03,653 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,653 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-25 02:51:03,654 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,654 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-25 02:51:03,655 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,655 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,672 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,672 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,673 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,673 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,690 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-25 02:51:03,693 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,693 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-25 02:51:03,697 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,697 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,697 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-25 02:51:03,698 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,698 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,698 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-25 02:51:03,700 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,700 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,700 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-25 02:51:03,701 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,701 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,702 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-25 02:51:03,702 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,702 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,719 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,719 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-25 02:51:03,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,739 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-25 02:51:03,739 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,740 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,740 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-25 02:51:03,740 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,740 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,740 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-25 02:51:03,741 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,741 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735062661397/5, BranchId=]
DEBUG 2024-12-25 02:51:03,741 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,764 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,765 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,765 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,765 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,782 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,786 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,787 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,800 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,802 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,802 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,803 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,803 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,820 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,825 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,840 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,842 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,843 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,843 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,843 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,850 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-25 02:51:03,852 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,865 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,868 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,868 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,868 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,868 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,875 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-25 02:51:03,877 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,888 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,896 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,896 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,896 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,896 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,902 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-25 02:51:03,904 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,907 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,912 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,918 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,920 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,920 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,920 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,921 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,927 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-25 02:51:03,929 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,931 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,944 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,946 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,946 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,947 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,947 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,964 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,965 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,965 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-25 02:51:03,968 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,969 [main] Physical connection closed
DEBUG 2024-12-25 02:51:03,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:03,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:03,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:03,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:03,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:03,985 [main] Physical connection got
DEBUG 2024-12-25 02:51:03,985 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:03,985 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:03,985 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,002 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,003 [main] Physical connection closed
DEBUG 2024-12-25 02:51:04,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:04,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:04,019 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,019 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,019 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,020 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,036 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-25 02:51:04,037 [main] Physical connection closed
DEBUG 2024-12-25 02:51:04,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:04,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,046 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,053 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-25 02:51:04,055 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,055 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,056 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,056 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,072 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-25 02:51:04,073 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.418 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.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.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-25 02:51:04,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,122 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,137 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,140 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,140 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,144 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,147 [main] Physical connection closed
DEBUG 2024-12-25 02:51:04,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,148 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,150 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,152 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,164 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,166 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,167 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,170 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,171 [main] Physical connection closed
DEBUG 2024-12-25 02:51:04,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,172 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,187 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,190 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,190 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,194 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,194 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-25 02:51:04,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,210 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,210 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,211 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,211 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-25 02:51:04,215 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,227 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,227 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,244 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,245 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-25 02:51:04,250 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,250 [main] Physical connection closed
DEBUG 2024-12-25 02:51:04,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,264 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,264 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,280 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,280 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,281 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,281 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,292 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,305 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,305 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-25 02:51:04,307 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,308 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-25 02:51:04,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,328 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,339 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,340 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,343 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,354 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,354 [main] Logical connection got, tx=null
WARN 2024-12-25 02:51:04,357 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-25 02:51:04,358 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-25 02:51:04,358 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,358 [main] Physical connection closed
DEBUG 2024-12-25 02:51:04,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,360 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,375 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,378 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,378 [main] Logical connection got, tx=null
WARN 2024-12-25 02:51:04,380 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-25 02:51:04,381 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-25 02:51:04,381 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,381 [main] Physical connection closed
DEBUG 2024-12-25 02:51:04,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,383 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,403 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,408 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-25 02:51:04,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,414 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,414 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,422 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-25 02:51:04,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,439 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,440 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,441 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,442 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,443 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,443 [main] Physical connection closed
DEBUG 2024-12-25 02:51:04,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,456 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,456 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,457 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,458 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-25 02:51:04,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-25 02:51:04,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-25 02:51:04,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-25 02:51:04,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-25 02:51:04,474 [main] Physical connection got
DEBUG 2024-12-25 02:51:04,474 [main] Logical connection got, tx=null
DEBUG 2024-12-25 02:51:04,474 [main] Logical connection closed, tx=null
DEBUG 2024-12-25 02:51:04,475 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.394s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.024s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.608s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.446s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Wed Dec 25 02:51:04 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS