Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-25 02:50:57,729 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-25 02:50:57,730 [main] Logical connection got
DEBUG 2024-09-25 02:50:57,731 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-09-25 02:50:57,733 [main] Logical connection closed
DEBUG 2024-09-25 02:50:57,734 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-25 02:50:57,767 [main] Physical connection got
DEBUG 2024-09-25 02:50:57,767 [main] Logical connection got
DEBUG 2024-09-25 02:50:57,768 [main] Logical connection closed
DEBUG 2024-09-25 02:50:57,768 [main] Logical connection got
DEBUG 2024-09-25 02:50:57,779 [main] Logical connection closed
DEBUG 2024-09-25 02:50:57,779 [main] Logical connection got
DEBUG 2024-09-25 02:50:57,780 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-09-25 02:50:57,781 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-25 02:50:57.581 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-25 02:50:57,782 [main] Logical connection got
DEBUG 2024-09-25 02:50:57,782 [main] Logical connection closed
DEBUG 2024-09-25 02:50:57,782 [main] Logical connection got
DEBUG 2024-09-25 02:50:57,786 [main] Logical connection closed
DEBUG 2024-09-25 02:50:57,787 [main] Logical connection got
DEBUG 2024-09-25 02:50:57,787 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-25 02:50:57,788 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-25 02:50:57.581 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-25 02:50:57,788 [main] Logical connection got
DEBUG 2024-09-25 02:50:57,789 [main] UPDATE EMP SET tstamp = '2024-09-25 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 = '2024-09-25 02.50.57'
DEBUG 2024-09-25 02:50:57,789 [main] Logical connection closed
DEBUG 2024-09-25 02:50:57,789 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-25 02:50:58,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:58,965 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-25 02:50:58,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:58,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,099 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-25 02:50:59,259 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,259 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,334 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,340 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-25 02:50:59,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,353 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,393 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,394 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,394 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,394 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,507 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-09-25 02:50:59,513 [main] Physical connection closed
DEBUG 2024-09-25 02:50:59,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,544 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,544 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,544 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,544 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,582 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,605 [main] Physical connection closed
DEBUG 2024-09-25 02:50:59,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,608 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,618 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,618 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,635 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,635 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,635 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,635 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,677 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,682 [main] Physical connection closed
DEBUG 2024-09-25 02:50:59,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,684 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,705 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,708 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,708 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,708 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,708 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,741 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,746 [main] Physical connection closed
DEBUG 2024-09-25 02:50:59,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,770 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,770 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,770 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,771 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,802 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,807 [main] Physical connection closed
DEBUG 2024-09-25 02:50:59,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,830 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,830 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,830 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,831 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,860 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-09-25 02:50:59,864 [main] Physical connection closed
DEBUG 2024-09-25 02:50:59,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,887 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,887 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,887 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,888 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,916 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,920 [main] Physical connection closed
DEBUG 2024-09-25 02:50:59,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,922 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,943 [main] Physical connection got
DEBUG 2024-09-25 02:50:59,943 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,944 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,944 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:50:59,976 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:50:59,981 [main] Physical connection closed
DEBUG 2024-09-25 02:50:59,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:50:59,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:50:59,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:50:59,987 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:50:59,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:50:59,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,004 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,004 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,004 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,004 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,032 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,037 [main] Physical connection closed
DEBUG 2024-09-25 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 2024-09-25 02:51:00,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,056 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,062 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727200260062/0, BranchId=]
DEBUG 2024-09-25 02:51:00,063 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,064 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/0, BranchId=]
DEBUG 2024-09-25 02:51:00,065 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/0, BranchId=]
DEBUG 2024-09-25 02:51:00,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/0, BranchId=]
DEBUG 2024-09-25 02:51:00,092 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/0, BranchId=]
DEBUG 2024-09-25 02:51:00,113 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/0, BranchId=]
DEBUG 2024-09-25 02:51:00,116 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-25 02.51.00', 99, 'hoge', 0)
DEBUG 2024-09-25 02:51:00,121 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/0, BranchId=]
DEBUG 2024-09-25 02:51:00,122 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727200260062/0, BranchId=]
DEBUG 2024-09-25 02:51:00,122 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,145 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,145 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,145 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,146 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,181 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-25 02:51:00,189 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,189 [main] UPDATE EMP SET tstamp = '2024-09-25 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 2024-09-25 02:51:00,190 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,191 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727200260062/1, BranchId=]
DEBUG 2024-09-25 02:51:00,191 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,213 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,213 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,238 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,252 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,253 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-25 02:51:00,255 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,256 [main] UPDATE EMP SET tstamp = '2024-09-25 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 2024-09-25 02:51:00,256 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,256 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727200260062/2, BranchId=]
DEBUG 2024-09-25 02:51:00,257 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,281 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,282 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,282 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,282 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,306 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,316 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-25 02:51:00,318 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,318 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,318 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-25 02:51:00,319 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,319 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727200260062/3, BranchId=]
DEBUG 2024-09-25 02:51:00,319 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,322 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,340 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,344 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,344 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,344 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,344 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,368 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-09-25 02:51:00,370 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,372 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,400 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,400 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,400 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,400 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,423 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-09-25 02:51:00,431 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,435 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,452 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,452 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,453 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,453 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,475 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,482 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,500 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,502 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,502 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,502 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,503 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,528 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,535 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,537 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,554 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,554 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,555 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,555 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,576 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,583 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,585 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,587 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,602 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,603 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,603 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,603 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,623 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,630 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,630 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-25 02:51:00,637 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-25 02:51:00,638 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,640 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,648 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,657 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,658 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,658 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,658 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,677 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,684 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,684 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-25 02:51:00,688 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-25 02:51:00,689 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,691 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,709 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,709 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,709 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,709 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,728 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,740 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,740 [main] select * from emp
DEBUG 2024-09-25 02:51:00,743 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-25 02:51:00,744 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,761 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,762 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,764 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,764 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,764 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,764 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,784 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,791 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,791 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-25 02:51:00,795 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-25 02:51:00,796 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,798 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,801 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,811 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,815 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,815 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,815 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,816 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,835 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-09-25 02:51:00,842 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,860 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,860 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,860 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,861 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,880 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,887 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,887 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-25 02:51:00,889 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-25 02:51:00,890 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,905 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,907 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,908 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,909 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,909 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,909 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,928 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,935 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,935 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-25 02:51:00,940 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-25 02:51:00,942 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,943 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,945 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,956 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:00,957 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,958 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,960 [main] Physical connection got
DEBUG 2024-09-25 02:51:00,960 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,960 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,960 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,979 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:00,986 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:00,986 [main] select * from emp
DEBUG 2024-09-25 02:51:00,988 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-25 02:51:00,989 [main] Physical connection closed
DEBUG 2024-09-25 02:51:00,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:00,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:00,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:00,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:00,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,006 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,007 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,007 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,007 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,028 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,035 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,035 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-25 02:51:01,037 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-25 02:51:01,038 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,040 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,046 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,056 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,056 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,056 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,056 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,074 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,081 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,081 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-25 02:51:01,083 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-25 02:51:01,083 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,084 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,085 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,087 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,101 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,101 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,101 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,101 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,119 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,125 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,125 [main] select count(*) from emp
DEBUG 2024-09-25 02:51:01,127 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,127 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,149 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,149 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,150 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,150 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,167 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,174 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,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 empno = 7788
DEBUG 2024-09-25 02:51:01,175 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-09-25 02:51:01,176 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,178 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,193 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,193 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,210 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,217 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,217 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-25 02:51:01,218 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-09-25 02:51:01,218 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,235 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,236 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,236 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,236 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,252 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,258 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,259 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-25 02:51:01,259 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-09-25 02:51:01,260 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,261 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,276 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,276 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,277 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,277 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,292 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,298 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,299 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-25 02:51:01,299 [main] Logical connection closed, tx=null
[Ljava.util.Map;@66da9ea4
DEBUG 2024-09-25 02:51:01,300 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,316 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,316 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,316 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,316 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,332 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,338 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,338 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-09-25 02:51:01,340 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-09-25 02:51:01,341 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,342 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,342 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,344 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,355 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,357 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,357 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,357 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,357 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,373 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-09-25 02:51:01,380 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,380 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-09-25 02:51:01,382 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-25 02:51:01,383 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,399 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,399 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,399 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,399 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,416 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,419 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,419 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-25 02:51:01,419 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,420 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,435 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,435 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,435 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,451 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,454 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,454 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-25 02:51:01,454 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,455 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,471 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,471 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,471 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,471 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,482 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,482 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,482 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-09-25 02:51:01,484 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-25 02:51:01,484 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,496 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,497 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,498 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,499 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,500 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,500 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,500 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,514 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,515 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,515 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-25 02:51:01,516 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-25 02:51:01,516 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,517 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,529 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,530 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,530 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,552 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,552 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-25 02.51.01', 9999, 'test', 50)
DEBUG 2024-09-25 02:51:01,553 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,553 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,553 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-25 02:51:01,554 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-25 02:51:01,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,555 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-09-25 02:51:01,555 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-25 02:51:01.552 {50, null, null, 0}
DEBUG 2024-09-25 02:51:01,555 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727200260062/4, BranchId=]
DEBUG 2024-09-25 02:51:01,555 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,570 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,570 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,570 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,570 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,585 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,591 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,603 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,605 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,605 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,605 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,605 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,620 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-09-25 02:51:01,628 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,628 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-25 02:51:01,630 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,630 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,631 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,637 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,644 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,644 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,644 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,644 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,659 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-09-25 02:51:01,666 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,667 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-09-25 02:51:01,667 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-25 02:51:01,667 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,669 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,682 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,682 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,682 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,682 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,696 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-09-25 02:51:01,701 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,701 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-09-25 02:51:01,702 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-25 02:51:01,703 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,715 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,717 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,717 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,717 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,717 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,732 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-09-25 02:51:01,735 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,739 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,749 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,749 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,749 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,749 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,764 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-25 02:51:01,770 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,770 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-09-25 02:51:01,772 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,772 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,773 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,786 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,786 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,786 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,786 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,801 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-25 02:51:01,807 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,807 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-09-25 02:51:01,807 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,808 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,822 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,822 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,823 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,823 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,842 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-25 02:51:01,842 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,843 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-09-25 02:51:01,844 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-09-25 02:51:01,844 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,846 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,858 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,858 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,859 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,859 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,873 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-25 02:51:01,873 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,885 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,885 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,887 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,887 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,887 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,887 [main] Logical connection got, tx=null
WARN  2024-09-25 02:51:01,890 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-25 02:51:01,894 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-25 02:51:01,895 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,895 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-25 02:51:01,897 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-25 02:51:01,897 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,898 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,909 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,910 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,910 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,910 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,911 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,926 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-25 02:51:01,931 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,945 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,945 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,945 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,945 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,960 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-09-25 02:51:01,963 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,963 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-09-25 02:51:01,964 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,964 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,964 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-09-25 02:51:01,965 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,965 [main] Physical connection closed
DEBUG 2024-09-25 02:51:01,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:01,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:01,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:01,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:01,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:01,979 [main] Physical connection got
DEBUG 2024-09-25 02:51:01,979 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,979 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,979 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,993 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-09-25 02:51:01,996 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,996 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-09-25 02:51:01,999 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:01,999 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:01,999 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-09-25 02:51:01,999 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,000 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,000 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-09-25 02:51:02,001 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,001 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,002 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-09-25 02:51:02,002 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,002 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,002 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-09-25 02:51:02,003 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,003 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,015 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,016 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,017 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,017 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,031 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-25 02:51:02,032 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,032 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-25 02:51:02,032 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,032 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,032 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-25 02:51:02,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,033 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-25 02:51:02,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,033 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727200260062/5, BranchId=]
DEBUG 2024-09-25 02:51:02,033 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,044 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,047 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,047 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,047 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,047 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,062 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,065 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,066 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,078 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,078 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,079 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,079 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,093 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,097 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,103 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,108 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,110 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,110 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,110 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,110 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,115 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-25 02:51:02,117 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,121 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,128 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,129 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,129 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,129 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,129 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,134 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-25 02:51:02,135 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,139 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,148 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,149 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,151 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,151 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,151 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,151 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,156 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-09-25 02:51:02,158 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,159 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,160 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,170 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,170 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,170 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,171 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,175 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-09-25 02:51:02,176 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,178 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,189 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,189 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,189 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,189 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,203 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,204 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,204 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-25 02:51:02,207 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,207 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,209 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,211 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,217 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,218 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,220 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,220 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,221 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,221 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,234 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,235 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,236 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,236 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,245 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,246 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,247 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,248 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,248 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,248 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,261 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-25 02:51:02,262 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,263 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,265 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-25 02:51:02,275 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,275 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,276 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,276 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,290 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-25 02:51:02,290 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.95 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.012 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.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-09-25 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 2024-09-25 02:51:02,333 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,345 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,348 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,348 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,351 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,353 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,354 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,366 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,367 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,368 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,370 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,371 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,372 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,383 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,386 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,386 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,389 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,389 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-25 02:51:02,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,400 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,400 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,401 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,401 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-25 02:51:02,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,407 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,407 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,413 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,413 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,431 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,431 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-09-25 02:51:02,438 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,438 [main] Physical connection closed
DEBUG 2024-09-25 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 2024-09-25 02:51:02,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,443 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,452 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,452 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,466 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,466 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,466 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,466 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,476 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,480 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,480 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-25 02:51:02,482 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,482 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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 2024-09-25 02:51:02,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,497 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,508 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,518 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,519 [main] Logical connection got, tx=null
WARN  2024-09-25 02:51:02,520 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-25 02:51:02,521 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-25 02:51:02,521 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,522 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,523 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,534 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,537 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,537 [main] Logical connection got, tx=null
WARN  2024-09-25 02:51:02,538 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-25 02:51:02,539 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-25 02:51:02,539 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,539 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,541 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,552 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,555 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-25 02:51:02,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,567 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-25 02:51:02,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,581 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,581 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,582 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,583 [main] Physical connection closed
DEBUG 2024-09-25 02:51:02,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,592 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,592 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,593 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,593 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-25 02:51:02,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-25 02:51:02,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-25 02:51:02,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-25 02:51:02,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-25 02:51:02,604 [main] Physical connection got
DEBUG 2024-09-25 02:51:02,604 [main] Logical connection got, tx=null
DEBUG 2024-09-25 02:51:02,605 [main] Logical connection closed, tx=null
DEBUG 2024-09-25 02:51:02,605 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests run: 197, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.311s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.865s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.533s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [4.855s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Sep 25 02:51:02 JST 2024
[INFO] Final Memory: 27M/411M
[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