Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2025-04-06 02:50:57,719 [main] Logical connection closed
updatedRows:1
DEBUG 2025-04-06 02:50:57,720 [main] Logical connection got
DEBUG 2025-04-06 02:50:57,720 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-04-06 02:50:57,723 [main] Logical connection closed
DEBUG 2025-04-06 02:50:57,723 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-04-06 02:50:57,760 [main] Physical connection got
DEBUG 2025-04-06 02:50:57,760 [main] Logical connection got
DEBUG 2025-04-06 02:50:57,761 [main] Logical connection closed
DEBUG 2025-04-06 02:50:57,761 [main] Logical connection got
DEBUG 2025-04-06 02:50:57,772 [main] Logical connection closed
DEBUG 2025-04-06 02:50:57,772 [main] Logical connection got
DEBUG 2025-04-06 02:50:57,773 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-04-06 02:50:57,774 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-06 02:50:57.564 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-06 02:50:57,775 [main] Logical connection got
DEBUG 2025-04-06 02:50:57,775 [main] Logical connection closed
DEBUG 2025-04-06 02:50:57,775 [main] Logical connection got
DEBUG 2025-04-06 02:50:57,779 [main] Logical connection closed
DEBUG 2025-04-06 02:50:57,780 [main] Logical connection got
DEBUG 2025-04-06 02:50:57,781 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-06 02:50:57,781 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-06 02:50:57.564 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-06 02:50:57,782 [main] Logical connection got
DEBUG 2025-04-06 02:50:57,782 [main] UPDATE EMP SET tstamp = '2025-04-06 02.50.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-04-06 02.50.57'
DEBUG 2025-04-06 02:50:57,783 [main] Logical connection closed
DEBUG 2025-04-06 02:50:57,783 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/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.125 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-04-06 02:50:58,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:58,975 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-06 02:50:59,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,094 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,116 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-06 02:50:59,278 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,279 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,355 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,361 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-04-06 02:50:59,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:59,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,415 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,415 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,416 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,416 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,528 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-04-06 02:50:59,534 [main] Physical connection closed
DEBUG 2025-04-06 02:50:59,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:59,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,565 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,565 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,565 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,565 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,605 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,628 [main] Physical connection closed
DEBUG 2025-04-06 02:50:59,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:59,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,636 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,659 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,659 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,659 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,660 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,720 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,725 [main] Physical connection closed
DEBUG 2025-04-06 02:50:59,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:59,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,751 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,751 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,751 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,752 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,786 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,791 [main] Physical connection closed
DEBUG 2025-04-06 02:50:59,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:59,793 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,816 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,816 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,816 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,816 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,849 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,854 [main] Physical connection closed
DEBUG 2025-04-06 02:50:59,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:59,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,879 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,879 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,879 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,880 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,909 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-04-06 02:50:59,913 [main] Physical connection closed
DEBUG 2025-04-06 02:50:59,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:59,915 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,917 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,936 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,937 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,937 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,937 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,965 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,969 [main] Physical connection closed
DEBUG 2025-04-06 02:50:59,971 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:50:59,972 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,974 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:50:59,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:50:59,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:50:59,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:50:59,993 [main] Physical connection got
DEBUG 2025-04-06 02:50:59,993 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:50:59,993 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:50:59,993 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,032 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,037 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,060 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,061 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,061 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,061 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,089 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,093 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,095 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,113 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,118 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743875460118/0, BranchId=]
DEBUG 2025-04-06 02:51:00,120 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,121 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/0, BranchId=]
DEBUG 2025-04-06 02:51:00,121 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/0, BranchId=]
DEBUG 2025-04-06 02:51:00,121 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/0, BranchId=]
DEBUG 2025-04-06 02:51:00,146 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/0, BranchId=]
DEBUG 2025-04-06 02:51:00,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/0, BranchId=]
DEBUG 2025-04-06 02:51:00,168 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-06 02.51.00', 99, 'hoge', 0)
DEBUG 2025-04-06 02:51:00,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/0, BranchId=]
DEBUG 2025-04-06 02:51:00,174 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743875460118/0, BranchId=]
DEBUG 2025-04-06 02:51:00,175 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,198 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,198 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,198 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,199 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,233 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,233 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-06 02:51:00,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,241 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,242 [main] UPDATE EMP SET tstamp = '2025-04-06 02.51.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-06 02:51:00,242 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,243 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743875460118/1, BranchId=]
DEBUG 2025-04-06 02:51:00,243 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,263 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,263 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,266 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,266 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,267 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,267 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,267 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,291 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,300 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,300 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-06 02:51:00,302 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,303 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,303 [main] UPDATE EMP SET tstamp = '2025-04-06 02.51.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-04-06 02:51:00,304 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,304 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743875460118/2, BranchId=]
DEBUG 2025-04-06 02:51:00,304 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,322 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,335 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,335 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,335 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,335 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,335 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,369 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-06 02:51:00,371 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,371 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,372 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-06 02:51:00,372 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,372 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743875460118/3, BranchId=]
DEBUG 2025-04-06 02:51:00,372 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,396 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,396 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,396 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,396 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,421 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-04-06 02:51:00,422 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,439 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,441 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,452 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,452 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,452 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,452 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,475 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-04-06 02:51:00,483 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,500 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,505 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,505 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,505 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,506 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,526 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,533 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,553 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,553 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,554 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,554 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,574 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,581 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,598 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,602 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,603 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,603 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,603 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,624 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,631 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,651 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,651 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,652 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,652 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,671 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,678 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,679 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-06 02:51:00,685 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-06 02:51:00,686 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,707 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,707 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,707 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,707 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,730 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,740 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,740 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-06 02:51:00,744 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-06 02:51:00,745 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,768 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,768 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,768 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,768 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,792 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,807 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,807 [main] select * from emp
DEBUG 2025-04-06 02:51:00,810 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-06 02:51:00,811 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,830 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,830 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,831 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,831 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,858 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,866 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,866 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-06 02:51:00,869 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-06 02:51:00,871 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,872 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,890 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,890 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,890 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,890 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,909 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-04-06 02:51:00,916 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,933 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,936 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,936 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,936 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,936 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,954 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,961 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,961 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-06 02:51:00,964 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-06 02:51:00,965 [main] Physical connection closed
DEBUG 2025-04-06 02:51:00,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:00,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:00,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:00,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:00,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:00,984 [main] Physical connection got
DEBUG 2025-04-06 02:51:00,984 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:00,985 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:00,985 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,002 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,009 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,010 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-06 02:51:01,016 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-06 02:51:01,017 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,018 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,036 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,036 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,037 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,037 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,054 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,062 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,062 [main] select * from emp
DEBUG 2025-04-06 02:51:01,063 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-06 02:51:01,064 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,066 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,083 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,083 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,083 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,083 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,100 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,107 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,107 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-06 02:51:01,109 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-06 02:51:01,110 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,128 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,128 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,128 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,129 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,146 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,152 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,152 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-06 02:51:01,154 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-06 02:51:01,155 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,172 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,173 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,173 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,173 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,190 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,196 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,196 [main] select count(*) from emp
DEBUG 2025-04-06 02:51:01,198 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,198 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,206 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,215 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,215 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,216 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,216 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,239 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,246 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,246 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-06 02:51:01,247 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-04-06 02:51:01,247 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,263 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,264 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,264 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,264 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,280 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,287 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,287 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-06 02:51:01,287 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-04-06 02:51:01,288 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,305 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,305 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,305 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,305 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,325 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,331 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,331 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-06 02:51:01,332 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-04-06 02:51:01,332 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,349 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,349 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,349 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,350 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,366 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,372 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,372 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-06 02:51:01,373 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1e1ec86
DEBUG 2025-04-06 02:51:01,373 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,387 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,388 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,389 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,389 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,389 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,405 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,411 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,411 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-04-06 02:51:01,413 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2025-04-06 02:51:01,413 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,416 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,418 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,421 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,421 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,427 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,427 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,429 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,429 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,429 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,429 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,445 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-04-06 02:51:01,451 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,451 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-04-06 02:51:01,454 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-04-06 02:51:01,454 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,455 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,470 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,470 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,470 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,470 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,486 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,489 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,489 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-06 02:51:01,489 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,489 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,505 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,505 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,505 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,505 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,521 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,524 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,524 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-06 02:51:01,524 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,524 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,532 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,540 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,540 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,540 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,541 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,552 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,553 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,553 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-04-06 02:51:01,554 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-04-06 02:51:01,554 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,570 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,570 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,570 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,570 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,581 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,582 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,582 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-04-06 02:51:01,582 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-04-06 02:51:01,583 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,598 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,599 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,620 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,621 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-06 02.51.01', 9999, 'test', 50)
DEBUG 2025-04-06 02:51:01,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,621 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2025-04-06 02:51:01,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-06 02:51:01,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,623 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-04-06 02:51:01,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-04-06 02:51:01.62 {50, null, null, 0}
DEBUG 2025-04-06 02:51:01,624 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743875460118/4, BranchId=]
DEBUG 2025-04-06 02:51:01,624 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,639 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,639 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,640 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,640 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,659 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,665 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,684 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,684 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,684 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,685 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,704 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-04-06 02:51:01,716 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,716 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-06 02:51:01,718 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,718 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,720 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,735 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,735 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,737 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,738 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,738 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,738 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,756 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-04-06 02:51:01,767 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,767 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-04-06 02:51:01,767 [main] Logical connection closed, tx=null
[]
DEBUG 2025-04-06 02:51:01,768 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,788 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,789 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,789 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,789 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,809 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-04-06 02:51:01,818 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,818 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-04-06 02:51:01,819 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-04-06 02:51:01,820 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,836 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,838 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,838 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,839 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,839 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,856 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-04-06 02:51:01,860 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,879 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,879 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,879 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,880 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,899 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-06 02:51:01,907 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,908 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-06 02:51:01,910 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,910 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,912 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,926 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,927 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,930 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,930 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,930 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,930 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,951 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-06 02:51:01,960 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,960 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-04-06 02:51:01,961 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,961 [main] Physical connection closed
DEBUG 2025-04-06 02:51:01,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:01,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:01,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:01,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:01,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:01,981 [main] Physical connection got
DEBUG 2025-04-06 02:51:01,981 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:01,981 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:01,981 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,002 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-06 02:51:02,010 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,010 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2025-04-06 02:51:02,012 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2025-04-06 02:51:02,012 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,014 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,015 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,025 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,025 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,027 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,027 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,027 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,027 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,042 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-06 02:51:02,042 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,057 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,057 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,057 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,057 [main] Logical connection got, tx=null
WARN 2025-04-06 02:51:02,060 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-04-06 02:51:02,065 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-04-06 02:51:02,065 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,065 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-04-06 02:51:02,067 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-04-06 02:51:02,068 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,074 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,080 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,081 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,081 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,082 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,082 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,097 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-06 02:51:02,103 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,117 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,118 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,118 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,118 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,133 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-04-06 02:51:02,136 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,136 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-06 02:51:02,137 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,137 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,137 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-04-06 02:51:02,138 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,138 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,149 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,150 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,152 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,152 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,152 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,152 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,167 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-04-06 02:51:02,171 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,171 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-06 02:51:02,174 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,174 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,174 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2025-04-06 02:51:02,174 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,175 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,175 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2025-04-06 02:51:02,176 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,176 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,176 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2025-04-06 02:51:02,177 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,177 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,177 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2025-04-06 02:51:02,178 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,178 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,190 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,191 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,192 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,192 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,207 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-04-06 02:51:02,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,208 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-06 02:51:02,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,208 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,208 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-04-06 02:51:02,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,208 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,208 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-06 02:51:02,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,209 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743875460118/5, BranchId=]
DEBUG 2025-04-06 02:51:02,209 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,221 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,223 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,223 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,223 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,223 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,237 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,240 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,254 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,254 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,254 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,254 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,268 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,272 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,283 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,285 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,285 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,285 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,285 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,291 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-04-06 02:51:02,292 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,306 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,306 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,306 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,306 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,311 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-04-06 02:51:02,312 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,325 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,325 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,325 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,325 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,330 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2025-04-06 02:51:02,332 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,345 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,345 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,345 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,345 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,350 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-04-06 02:51:02,351 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,364 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,364 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,364 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,364 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,378 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,378 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,378 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-06 02:51:02,381 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,381 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,395 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,395 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,395 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,395 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,409 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,410 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,411 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,413 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,420 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,421 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,421 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,423 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,423 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,423 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,423 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,437 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-06 02:51:02,438 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-06 02:51:02,451 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,451 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,451 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,451 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,465 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-06 02:51:02,466 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.103 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.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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 2025-04-06 02:51:02,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,510 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,522 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,525 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,525 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,528 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,530 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,532 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,543 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,546 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,546 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,549 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,549 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,550 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,563 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,565 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,565 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,568 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,569 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-04-06 02:51:02,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,582 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,582 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,583 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,583 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-04-06 02:51:02,586 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,596 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,596 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,610 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,610 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2025-04-06 02:51:02,613 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,613 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,618 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,618 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,624 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,624 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,645 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,645 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,645 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,645 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,656 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,660 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,660 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-06 02:51:02,662 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,662 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-04-06 02:51:02,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,677 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,689 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,701 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,701 [main] Logical connection got, tx=null
WARN 2025-04-06 02:51:02,703 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-04-06 02:51:02,703 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-06 02:51:02,704 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,704 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,705 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,717 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,720 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,720 [main] Logical connection got, tx=null
WARN 2025-04-06 02:51:02,722 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-04-06 02:51:02,722 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-06 02:51:02,723 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,723 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,724 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,736 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,740 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-06 02:51:02,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,752 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-04-06 02:51:02,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,767 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,767 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,768 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,768 [main] Physical connection closed
DEBUG 2025-04-06 02:51:02,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,779 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,779 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,780 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,780 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-04-06 02:51:02,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-06 02:51:02,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-06 02:51:02,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,790 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-06 02:51:02,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-06 02:51:02,792 [main] Physical connection got
DEBUG 2025-04-06 02:51:02,792 [main] Logical connection got, tx=null
DEBUG 2025-04-06 02:51:02,792 [main] Logical connection closed, tx=null
DEBUG 2025-04-06 02:51:02,793 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.315s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.849s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.598s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.002s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Apr 06 02:51:02 JST 2025
[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