Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-12-02 02:50:58,703 [main] Logical connection closed
updatedRows:1
DEBUG 2024-12-02 02:50:58,704 [main] Logical connection got
DEBUG 2024-12-02 02:50:58,704 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-12-02 02:50:58,707 [main] Logical connection closed
DEBUG 2024-12-02 02:50:58,707 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-02 02:50:58,742 [main] Physical connection got
DEBUG 2024-12-02 02:50:58,742 [main] Logical connection got
DEBUG 2024-12-02 02:50:58,742 [main] Logical connection closed
DEBUG 2024-12-02 02:50:58,742 [main] Logical connection got
DEBUG 2024-12-02 02:50:58,753 [main] Logical connection closed
DEBUG 2024-12-02 02:50:58,753 [main] Logical connection got
DEBUG 2024-12-02 02:50:58,753 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-02 02:50:58,755 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-02 02:50:58.555 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-02 02:50:58,756 [main] Logical connection got
DEBUG 2024-12-02 02:50:58,756 [main] Logical connection closed
DEBUG 2024-12-02 02:50:58,756 [main] Logical connection got
DEBUG 2024-12-02 02:50:58,760 [main] Logical connection closed
DEBUG 2024-12-02 02:50:58,761 [main] Logical connection got
DEBUG 2024-12-02 02:50:58,761 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-02 02:50:58,762 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-02 02:50:58.555 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-02 02:50:58,762 [main] Logical connection got
DEBUG 2024-12-02 02:50:58,763 [main] UPDATE EMP SET tstamp = '2024-12-02 02.50.58', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-02 02.50.58'
DEBUG 2024-12-02 02:50:58,764 [main] Logical connection closed
DEBUG 2024-12-02 02:50:58,764 [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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-02 02:50:59,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,006 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:51:00,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,115 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,146 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:51:00,304 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,304 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,381 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,386 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-02 02:51:00,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,427 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,440 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,440 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,440 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,441 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,549 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-02 02:51:00,555 [main] Physical connection closed
DEBUG 2024-12-02 02:51:00,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,577 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,585 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,585 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,585 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,586 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,623 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,646 [main] Physical connection closed
DEBUG 2024-12-02 02:51:00,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,649 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,677 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,677 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,677 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,677 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,720 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,725 [main] Physical connection closed
DEBUG 2024-12-02 02:51:00,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,727 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,751 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,752 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,752 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,752 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,786 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,791 [main] Physical connection closed
DEBUG 2024-12-02 02:51:00,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,793 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,813 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,816 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,816 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,816 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,816 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,847 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,852 [main] Physical connection closed
DEBUG 2024-12-02 02:51:00,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,854 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,857 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,876 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,876 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,877 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,877 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,908 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-02 02:51:00,912 [main] Physical connection closed
DEBUG 2024-12-02 02:51:00,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,929 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,935 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,935 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,935 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,935 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,968 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,972 [main] Physical connection closed
DEBUG 2024-12-02 02:51:00,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:00,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:00,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:00,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:00,992 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:00,995 [main] Physical connection got
DEBUG 2024-12-02 02:51:00,995 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:00,996 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:00,996 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,031 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,036 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,060 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,060 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,060 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,060 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,089 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,094 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,114 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,119 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075461119/0, BranchId=]
DEBUG 2024-12-02 02:51:01,121 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,122 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/0, BranchId=]
DEBUG 2024-12-02 02:51:01,122 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/0, BranchId=]
DEBUG 2024-12-02 02:51:01,122 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/0, BranchId=]
DEBUG 2024-12-02 02:51:01,148 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/0, BranchId=]
DEBUG 2024-12-02 02:51:01,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/0, BranchId=]
DEBUG 2024-12-02 02:51:01,171 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-02 02.51.01', 99, 'hoge', 0)
DEBUG 2024-12-02 02:51:01,176 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/0, BranchId=]
DEBUG 2024-12-02 02:51:01,176 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075461119/0, BranchId=]
DEBUG 2024-12-02 02:51:01,177 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,199 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,199 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,199 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,233 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,234 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-02 02:51:01,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,241 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,242 [main] UPDATE EMP SET tstamp = '2024-12-02 02.51.01', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-02 02:51:01,242 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,243 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075461119/1, BranchId=]
DEBUG 2024-12-02 02:51:01,243 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,262 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,264 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,264 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,265 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,265 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,265 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,297 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-02 02:51:01,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,300 [main] UPDATE EMP SET tstamp = '2024-12-02 02.51.01', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-02 02:51:01,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,300 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075461119/2, BranchId=]
DEBUG 2024-12-02 02:51:01,300 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,327 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,327 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,328 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,351 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,359 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,359 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-12-02 02:51:01,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,362 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-02 02:51:01,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,362 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075461119/3, BranchId=]
DEBUG 2024-12-02 02:51:01,362 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,379 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,381 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,384 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,384 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,385 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,385 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,408 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-02 02:51:01,410 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,420 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,420 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,429 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,439 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,439 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,440 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,440 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,464 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-02 02:51:01,472 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,475 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,491 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,494 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,494 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,495 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,495 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,518 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,526 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,528 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,545 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,547 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,547 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,548 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,548 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,576 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,583 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,585 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,587 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,603 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,603 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,603 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,603 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,625 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,633 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,653 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,653 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,653 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,653 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,675 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,682 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,682 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:51:01,690 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-02 02:51:01,691 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,708 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,710 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,711 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,711 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,711 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,732 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,740 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,740 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:51:01,744 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-02 02:51:01,745 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,755 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,755 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,763 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,765 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,765 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,765 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,765 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,786 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,799 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,799 [main] select * from emp
DEBUG 2024-12-02 02:51:01,802 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:51:01,803 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,822 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,822 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,822 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,822 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,844 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,852 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,852 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-02 02:51:01,856 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-02 02:51:01,857 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,877 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,877 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,878 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,878 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,899 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-02 02:51:01,907 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,909 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,914 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,928 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,928 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,929 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,929 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,950 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,958 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,958 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:51:01,961 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:51:01,962 [main] Physical connection closed
DEBUG 2024-12-02 02:51:01,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:01,964 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:01,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:01,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:01,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:01,982 [main] Physical connection got
DEBUG 2024-12-02 02:51:01,982 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:01,982 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:01,982 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,003 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,011 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,011 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:51:02,016 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:51:02,017 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,018 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,036 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,036 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,036 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,037 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,057 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,065 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,065 [main] select * from emp
DEBUG 2024-12-02 02:51:02,067 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:51:02,068 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,087 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,087 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,087 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,088 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,108 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,116 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,116 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-02 02:51:02,118 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-02 02:51:02,119 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,138 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,140 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,141 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,141 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,165 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,174 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,174 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:51:02,176 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-02 02:51:02,177 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,199 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,199 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,199 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,199 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,224 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,233 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,233 [main] select count(*) from emp
DEBUG 2024-12-02 02:51:02,234 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,235 [main] Physical connection closed
DEBUG 2024-12-02 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-12-02 02:51:02,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,254 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,263 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,263 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,263 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,263 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,283 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,291 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,291 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:51:02,292 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-02 02:51:02,292 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,294 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,311 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,311 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,311 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,311 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,333 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,341 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,341 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:51:02,341 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-02 02:51:02,342 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,343 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,347 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,359 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,360 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,361 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,361 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,361 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,381 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,388 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,388 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:51:02,388 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-02 02:51:02,389 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,403 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,406 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,406 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,406 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,406 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,426 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,432 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,432 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-02 02:51:02,433 [main] Logical connection closed, tx=null
[Ljava.util.Map;@7fb6634c
DEBUG 2024-12-02 02:51:02,433 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,451 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,451 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,451 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,451 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,471 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,477 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,477 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-02 02:51:02,479 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-02 02:51:02,480 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,481 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,497 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,497 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,497 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,497 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,516 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-02 02:51:02,524 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,524 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-02 02:51:02,528 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-02 02:51:02,528 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,530 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,545 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,545 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,545 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,545 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,565 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,569 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,569 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-02 02:51:02,569 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,569 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,571 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,586 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,587 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,587 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,587 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,607 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,611 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,611 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-02 02:51:02,612 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,612 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,613 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,627 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,630 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,630 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,630 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,630 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,644 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,644 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,645 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-02 02:51:02,646 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-02 02:51:02,646 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,663 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,663 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,664 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,664 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,676 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,677 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,677 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-02 02:51:02,678 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-02 02:51:02,678 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,683 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,690 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,697 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,697 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,699 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,699 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,726 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-02 02.51.02', 9999, 'test', 50)
DEBUG 2024-12-02 02:51:02,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,727 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-12-02 02:51:02,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-02 02:51:02,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,729 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-12-02 02:51:02,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-02 02:51:02.726 {50, null, null, 0}
DEBUG 2024-12-02 02:51:02,729 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075461119/4, BranchId=]
DEBUG 2024-12-02 02:51:02,730 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,747 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,747 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,747 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,747 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,766 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,773 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,787 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,789 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,789 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,790 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,790 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,809 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-02 02:51:02,817 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,817 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-12-02 02:51:02,819 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,819 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,834 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,836 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,836 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,836 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,836 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,855 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-02 02:51:02,864 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,864 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-02 02:51:02,864 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-02 02:51:02,865 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,866 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,879 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,882 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,882 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,882 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,882 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,900 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-02 02:51:02,905 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,905 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-02 02:51:02,906 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-02 02:51:02,907 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,923 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,923 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,924 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,924 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,941 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-02 02:51:02,944 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,946 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:02,958 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,961 [main] Physical connection got
DEBUG 2024-12-02 02:51:02,961 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,961 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,961 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,979 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-02 02:51:02,986 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:02,986 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-02 02:51:02,988 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:02,988 [main] Physical connection closed
DEBUG 2024-12-02 02:51:02,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:02,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:02,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:02,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:02,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,005 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,005 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,005 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,005 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,023 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-02 02:51:03,029 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,029 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-02 02:51:03,030 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,030 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,043 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,045 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,047 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,047 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,047 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,048 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,070 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-02 02:51:03,071 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,071 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-12-02 02:51:03,073 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-02 02:51:03,073 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,074 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,075 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,090 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,090 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,090 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,090 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,108 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-02 02:51:03,109 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,110 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,110 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,123 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,125 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,125 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,126 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,126 [main] Logical connection got, tx=null
WARN  2024-12-02 02:51:03,137 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-02 02:51:03,143 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-02 02:51:03,143 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,143 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-02 02:51:03,146 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-02 02:51:03,146 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,147 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,150 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,154 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,160 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,162 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,162 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,162 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,162 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,181 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-02 02:51:03,187 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,201 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,203 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,204 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,204 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,204 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,222 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-02 02:51:03,226 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,226 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-12-02 02:51:03,227 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,227 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,227 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-12-02 02:51:03,228 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,228 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,244 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,244 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,244 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,244 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,262 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-02 02:51:03,265 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,266 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-12-02 02:51:03,269 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,269 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,269 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-12-02 02:51:03,270 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,270 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,270 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-12-02 02:51:03,272 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,272 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,272 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-12-02 02:51:03,273 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,273 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,273 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-12-02 02:51:03,273 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,273 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,289 [main] Transaction began, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,289 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,308 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-02 02:51:03,309 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,309 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-02 02:51:03,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,309 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,309 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-02 02:51:03,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,310 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-02 02:51:03,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,310 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1733075461119/5, BranchId=]
DEBUG 2024-12-02 02:51:03,310 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,317 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,326 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,326 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,326 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,327 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,345 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,348 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,363 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,363 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,364 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,364 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,382 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,386 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,402 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,402 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,402 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,402 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,409 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-02 02:51:03,411 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,426 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,426 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,426 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,426 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,433 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-02 02:51:03,434 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,450 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,452 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,452 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,452 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,452 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,458 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-02 02:51:03,460 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,474 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,474 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,474 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,474 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,481 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-02 02:51:03,482 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,497 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,498 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,498 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,498 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,515 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,516 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,516 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-02 02:51:03,519 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,519 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,536 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,536 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,536 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,536 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,554 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,555 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,570 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,570 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,571 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,571 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,588 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-02 02:51:03,589 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,602 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-02 02:51:03,604 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,604 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,605 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,605 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,623 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-02 02:51:03,624 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.236 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-02 02:51:03,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,671 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,682 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,683 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,686 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,688 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,688 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,692 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,695 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,696 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,711 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,714 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,714 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,718 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,718 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,720 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,726 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,734 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,737 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,737 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,741 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,742 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-02 02:51:03,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,757 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,757 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,757 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,758 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-02 02:51:03,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,772 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,773 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,795 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,795 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-02 02:51:03,798 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,798 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,801 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,804 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,804 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,811 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,811 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,829 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,829 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,829 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,829 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,841 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,846 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,846 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-12-02 02:51:03,849 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,849 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-02 02:51:03,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,868 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,883 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,895 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,895 [main] Logical connection got, tx=null
WARN  2024-12-02 02:51:03,897 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-02 02:51:03,898 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-02 02:51:03,898 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,899 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,900 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,910 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,911 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,914 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,917 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,917 [main] Logical connection got, tx=null
WARN  2024-12-02 02:51:03,919 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-12-02 02:51:03,920 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-02 02:51:03,920 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,921 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,922 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,928 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,936 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,941 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-02 02:51:03,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,951 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,955 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-02 02:51:03,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,966 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,973 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,973 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,975 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,975 [main] Physical connection closed
DEBUG 2024-12-02 02:51:03,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:03,985 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,987 [main] Physical connection got
DEBUG 2024-12-02 02:51:03,987 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:03,988 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:03,988 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-02 02:51:03,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-12-02 02:51:03,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:03,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-02 02:51:03,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:04,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-02 02:51:04,001 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-02 02:51:04,003 [main] Physical connection got
DEBUG 2024-12-02 02:51:04,003 [main] Logical connection got, tx=null
DEBUG 2024-12-02 02:51:04,003 [main] Logical connection closed, tx=null
DEBUG 2024-12-02 02:51:04,003 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.314s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.761s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.587s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.289s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Dec 02 02:51:04 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS