Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-07-02 02:50:59,569 [main] Logical connection closed
updatedRows:1
DEBUG 2024-07-02 02:50:59,570 [main] Logical connection got
DEBUG 2024-07-02 02:50:59,570 [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-07-02 02:50:59,573 [main] Logical connection closed
DEBUG 2024-07-02 02:50:59,573 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-07-02 02:50:59,606 [main] Physical connection got
DEBUG 2024-07-02 02:50:59,606 [main] Logical connection got
DEBUG 2024-07-02 02:50:59,606 [main] Logical connection closed
DEBUG 2024-07-02 02:50:59,607 [main] Logical connection got
DEBUG 2024-07-02 02:50:59,618 [main] Logical connection closed
DEBUG 2024-07-02 02:50:59,618 [main] Logical connection got
DEBUG 2024-07-02 02:50:59,618 [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-07-02 02:50:59,620 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-02 02:50:59.42 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-02 02:50:59,620 [main] Logical connection got
DEBUG 2024-07-02 02:50:59,621 [main] Logical connection closed
DEBUG 2024-07-02 02:50:59,621 [main] Logical connection got
DEBUG 2024-07-02 02:50:59,624 [main] Logical connection closed
DEBUG 2024-07-02 02:50:59,626 [main] Logical connection got
DEBUG 2024-07-02 02:50:59,626 [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-07-02 02:50:59,626 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-02 02:50:59.42 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-02 02:50:59,627 [main] Logical connection got
DEBUG 2024-07-02 02:50:59,627 [main] UPDATE EMP SET tstamp = '2024-07-02 02.50.59', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-07-02 02.50.59'
DEBUG 2024-07-02 02:50:59,628 [main] Logical connection closed
DEBUG 2024-07-02 02:50:59,628 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.118 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-07-02 02:51:00,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:00,853 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:51:00,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:00,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:00,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:00,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:00,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:00,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:00,987 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:51:01,150 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,150 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,222 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,229 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-07-02 02:51:01,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,245 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,269 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,282 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,282 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,282 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,283 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,393 [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-07-02 02:51:01,399 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,423 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,428 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,428 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,428 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,428 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,467 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,489 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,503 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,519 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,519 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,520 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,520 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,564 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,569 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,594 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,596 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,597 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,597 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,597 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,634 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,639 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,664 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,664 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,665 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,665 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,698 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,703 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,705 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,708 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,727 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,727 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,728 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,728 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,761 [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-07-02 02:51:01,765 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,776 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,776 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,789 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,789 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,789 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,789 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,823 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,828 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,852 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,852 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,852 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,853 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,890 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,895 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,915 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,917 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,917 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,917 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,918 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:01,950 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:01,954 [main] Physical connection closed
DEBUG 2024-07-02 02:51:01,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:01,956 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:01,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:01,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:01,974 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:01,979 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856261979/0, BranchId=]
DEBUG 2024-07-02 02:51:01,980 [main] Physical connection got
DEBUG 2024-07-02 02:51:01,981 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/0, BranchId=]
DEBUG 2024-07-02 02:51:01,982 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/0, BranchId=]
DEBUG 2024-07-02 02:51:01,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/0, BranchId=]
DEBUG 2024-07-02 02:51:02,013 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/0, BranchId=]
DEBUG 2024-07-02 02:51:02,034 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/0, BranchId=]
DEBUG 2024-07-02 02:51:02,037 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-02 02.51.02', 99, 'hoge', 0)
DEBUG 2024-07-02 02:51:02,042 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/0, BranchId=]
DEBUG 2024-07-02 02:51:02,043 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856261979/0, BranchId=]
DEBUG 2024-07-02 02:51:02,043 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,053 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,062 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,065 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,065 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,065 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,103 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,103 [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-07-02 02:51:02,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,111 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,111 [main] UPDATE EMP SET tstamp = '2024-07-02 02.51.02', 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-07-02 02:51:02,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,112 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856261979/1, BranchId=]
DEBUG 2024-07-02 02:51:02,112 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,118 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,133 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,134 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,159 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,168 [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-07-02 02:51:02,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,170 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,171 [main] UPDATE EMP SET tstamp = '2024-07-02 02.51.02', 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-07-02 02:51:02,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,171 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856261979/2, BranchId=]
DEBUG 2024-07-02 02:51:02,171 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,198 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,199 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,199 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,228 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,238 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,238 [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-07-02 02:51:02,240 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,240 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,240 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-07-02 02:51:02,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,241 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856261979/3, BranchId=]
DEBUG 2024-07-02 02:51:02,241 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,243 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,264 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,264 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,264 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,264 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,289 [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-07-02 02:51:02,290 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,319 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,320 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,320 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,320 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,343 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-07-02 02:51:02,353 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,355 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,374 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,374 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,375 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,375 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,397 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,407 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,408 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,427 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,428 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,428 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,428 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,453 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,462 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,482 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,482 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,482 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,482 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,503 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,512 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,532 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,532 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,532 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,532 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,554 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,561 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,562 [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-07-02 02:51:02,569 [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-07-02 02:51:02,570 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,587 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,589 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,589 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,590 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,590 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,610 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,618 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,618 [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-07-02 02:51:02,622 [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-07-02 02:51:02,624 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,643 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,643 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,643 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,643 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,664 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,677 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,677 [main] select * from emp
DEBUG 2024-07-02 02:51:02,680 [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-07-02 02:51:02,681 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,697 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,697 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,699 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,699 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,700 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,700 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,722 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,729 [main] Logical connection got, tx=null
DEBUG 2024-07-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 order by empno
DEBUG 2024-07-02 02:51:02,733 [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-07-02 02:51:02,734 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,736 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,738 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,750 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,752 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,752 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,752 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,752 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,774 [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-07-02 02:51:02,781 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,797 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,799 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,799 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,800 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,800 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,821 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,828 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,828 [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-07-02 02:51:02,831 [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-07-02 02:51:02,832 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,849 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,849 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,849 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,850 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,870 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,878 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,879 [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-07-02 02:51:02,883 [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-07-02 02:51:02,884 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,885 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,885 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,898 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,907 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,907 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,907 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,907 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,928 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,936 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,936 [main] select * from emp
DEBUG 2024-07-02 02:51:02,938 [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-07-02 02:51:02,939 [main] Physical connection closed
DEBUG 2024-07-02 02:51:02,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:02,940 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:02,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,957 [main] Physical connection got
DEBUG 2024-07-02 02:51:02,957 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,957 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,957 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:02,978 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:02,986 [main] Logical connection got, tx=null
DEBUG 2024-07-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 order by empno
DEBUG 2024-07-02 02:51:02,987 [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-07-02 02:51:02,988 [main] Physical connection closed
DEBUG 2024-07-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-07-02 02:51:02,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:02,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:02,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:02,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,007 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,007 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,008 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,008 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,028 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,036 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,036 [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-07-02 02:51:03,038 [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-07-02 02:51:03,038 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,039 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,057 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,057 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,057 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,057 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,078 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,085 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,086 [main] select count(*) from emp
DEBUG 2024-07-02 02:51:03,087 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,087 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,089 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,106 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,108 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,108 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,108 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,108 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,129 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,137 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,137 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-02 02:51:03,137 [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-07-02 02:51:03,138 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,155 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,155 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,155 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,155 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,174 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,182 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,182 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-02 02:51:03,183 [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-07-02 02:51:03,183 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,200 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,200 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,200 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,200 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,220 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,227 [main] Logical connection got, tx=null
DEBUG 2024-07-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 WHERE empno = 7788
DEBUG 2024-07-02 02:51:03,228 [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-07-02 02:51:03,228 [main] Physical connection closed
DEBUG 2024-07-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-07-02 02:51:03,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,232 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,243 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,245 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,245 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,245 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,245 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,265 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,272 [main] Logical connection got, tx=null
DEBUG 2024-07-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 empno = 7788
DEBUG 2024-07-02 02:51:03,273 [main] Logical connection closed, tx=null
[Ljava.util.Map;@407e75d2
DEBUG 2024-07-02 02:51:03,273 [main] Physical connection closed
DEBUG 2024-07-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-07-02 02:51:03,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,290 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,290 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,290 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,290 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,310 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,317 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,317 [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-07-02 02:51:03,319 [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-07-02 02:51:03,320 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,321 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,336 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,336 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,337 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,337 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,356 [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-07-02 02:51:03,363 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,363 [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-07-02 02:51:03,367 [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-07-02 02:51:03,367 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,369 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,369 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,377 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,387 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,387 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,387 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,387 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,410 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,414 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,414 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-02 02:51:03,414 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,414 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,432 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,432 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,432 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,432 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,455 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,459 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,459 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-02 02:51:03,460 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,460 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,462 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,480 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,480 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,480 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,480 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,495 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,496 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,496 [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-07-02 02:51:03,497 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-07-02 02:51:03,497 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,499 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,516 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,517 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,517 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,517 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,531 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,531 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,531 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-07-02 02:51:03,532 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-07-02 02:51:03,532 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,534 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,549 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,549 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,550 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,573 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-02 02.51.03', 9999, 'test', 50)
DEBUG 2024-07-02 02:51:03,574 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,574 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,574 [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-07-02 02:51:03,575 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/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-07-02 02:51:03,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,576 [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-07-02 02:51:03,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-07-02 02:51:03.573 {50, null, null, 0}
DEBUG 2024-07-02 02:51:03,577 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856261979/4, BranchId=]
DEBUG 2024-07-02 02:51:03,577 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,594 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,594 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,594 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,594 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,611 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,617 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,618 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,624 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,624 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,632 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,632 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,633 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,633 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,651 [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-07-02 02:51:03,659 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,659 [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-07-02 02:51:03,661 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,661 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,663 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,677 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,677 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,677 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,678 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,695 [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-07-02 02:51:03,706 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,706 [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-07-02 02:51:03,707 [main] Logical connection closed, tx=null
[]
DEBUG 2024-07-02 02:51:03,707 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,723 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,723 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,723 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,724 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,739 [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-07-02 02:51:03,745 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,745 [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-07-02 02:51:03,746 [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-07-02 02:51:03,747 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,760 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,762 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,762 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,762 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,762 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,777 [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-07-02 02:51:03,780 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,785 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,788 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,793 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,795 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,795 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,795 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,796 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,811 [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-07-02 02:51:03,818 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,818 [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-07-02 02:51:03,820 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,820 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,835 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,835 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,835 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,835 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,851 [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-07-02 02:51:03,857 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,857 [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-07-02 02:51:03,858 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,858 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,876 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,876 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,876 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,876 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,895 [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-07-02 02:51:03,896 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,896 [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-07-02 02:51:03,898 [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-07-02 02:51:03,898 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,900 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,914 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,914 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,915 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,915 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,930 [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-07-02 02:51:03,931 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,932 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,938 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,938 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,944 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,947 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,947 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,947 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,947 [main] Logical connection got, tx=null
WARN  2024-07-02 02:51:03,950 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-07-02 02:51:03,955 [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-07-02 02:51:03,955 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,955 [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-07-02 02:51:03,958 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-07-02 02:51:03,958 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,959 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:03,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:03,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:03,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,973 [main] Physical connection got
DEBUG 2024-07-02 02:51:03,973 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,973 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:03,973 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:03,990 [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-07-02 02:51:03,996 [main] Physical connection closed
DEBUG 2024-07-02 02:51:03,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:03,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:03,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,012 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,012 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,012 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,012 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,029 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 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-07-02 02:51:04,033 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,033 [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-07-02 02:51:04,034 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,034 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,034 [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-07-02 02:51:04,035 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,035 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,050 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,050 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,050 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,050 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,068 [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-07-02 02:51:04,071 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,071 [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-07-02 02:51:04,074 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,074 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,075 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-07-02 02:51:04,075 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,075 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,075 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-07-02 02:51:04,077 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,077 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,077 [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-07-02 02:51:04,078 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,078 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,078 [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-07-02 02:51:04,078 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,079 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,094 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,095 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-07-02 02:51:04,113 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,113 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-02 02:51:04,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,113 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,113 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-07-02 02:51:04,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,114 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-02 02:51:04,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,114 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856261979/5, BranchId=]
DEBUG 2024-07-02 02:51:04,114 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,130 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,130 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,130 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,130 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,147 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,151 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,164 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,166 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,166 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,167 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,167 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,184 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,188 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,194 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,205 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,205 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,205 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,205 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,211 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-07-02 02:51:04,212 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,214 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,230 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,232 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,232 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,232 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,232 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,238 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-07-02 02:51:04,239 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,255 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,255 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,255 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,255 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,261 [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-07-02 02:51:04,262 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,265 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,274 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,277 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,277 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,277 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,277 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,283 [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-07-02 02:51:04,284 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,299 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,299 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,300 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,300 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,316 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,317 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,317 [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-07-02 02:51:04,320 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,320 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,322 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,332 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,333 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,333 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,336 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,336 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,336 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,336 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,353 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,354 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,355 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,368 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,368 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,368 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,368 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,386 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-02 02:51:04,387 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:51:04,401 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,401 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,401 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,402 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,417 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-02 02:51:04,418 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.188 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.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-07-02 02:51:04,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,465 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,479 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,482 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,482 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,485 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,487 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,489 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,502 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,505 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,505 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,508 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,509 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,510 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,523 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,526 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,526 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,529 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,530 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-07-02 02:51:04,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,549 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,549 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,550 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,550 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-07-02 02:51:04,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,565 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,565 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,580 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,581 [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-07-02 02:51:04,583 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,584 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,585 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,597 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,597 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,612 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,612 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,612 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,612 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,622 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,627 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,627 [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-07-02 02:51:04,629 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,629 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-07-02 02:51:04,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,647 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,660 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,671 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,671 [main] Logical connection got, tx=null
WARN  2024-07-02 02:51:04,673 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-02 02:51:04,674 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-02 02:51:04,674 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,675 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,676 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,689 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,692 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,692 [main] Logical connection got, tx=null
WARN  2024-07-02 02:51:04,694 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-02 02:51:04,694 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-02 02:51:04,695 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,695 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,696 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,702 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,709 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,713 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:51:04,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,726 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-07-02 02:51:04,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,744 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,744 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,745 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,745 [main] Physical connection closed
DEBUG 2024-07-02 02:51:04,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,746 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,757 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,757 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,758 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,758 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-07-02 02:51:04,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:51:04,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:51:04,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:51:04,770 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:51:04,772 [main] Physical connection got
DEBUG 2024-07-02 02:51:04,772 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:51:04,773 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:51:04,773 [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.007 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.305s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.673s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.595s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.156s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Jul 02 02:51:04 JST 2024
[INFO] Final Memory: 30M/405M
[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