Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-04-19 02:50:55,620 [main] Logical connection closed
updatedRows:1
DEBUG 2024-04-19 02:50:55,621 [main] Logical connection got
DEBUG 2024-04-19 02:50:55,621 [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-04-19 02:50:55,624 [main] Logical connection closed
DEBUG 2024-04-19 02:50:55,624 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-04-19 02:50:55,659 [main] Physical connection got
DEBUG 2024-04-19 02:50:55,659 [main] Logical connection got
DEBUG 2024-04-19 02:50:55,659 [main] Logical connection closed
DEBUG 2024-04-19 02:50:55,659 [main] Logical connection got
DEBUG 2024-04-19 02:50:55,670 [main] Logical connection closed
DEBUG 2024-04-19 02:50:55,670 [main] Logical connection got
DEBUG 2024-04-19 02:50:55,670 [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-04-19 02:50:55,672 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-19 02:50:55.472 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-19 02:50:55,673 [main] Logical connection got
DEBUG 2024-04-19 02:50:55,673 [main] Logical connection closed
DEBUG 2024-04-19 02:50:55,673 [main] Logical connection got
DEBUG 2024-04-19 02:50:55,677 [main] Logical connection closed
DEBUG 2024-04-19 02:50:55,678 [main] Logical connection got
DEBUG 2024-04-19 02:50:55,678 [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-04-19 02:50:55,679 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-19 02:50:55.472 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-19 02:50:55,679 [main] Logical connection got
DEBUG 2024-04-19 02:50:55,680 [main] UPDATE EMP SET tstamp = '2024-04-19 02.50.55', 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-04-19 02.50.55'
DEBUG 2024-04-19 02:50:55,680 [main] Logical connection closed
DEBUG 2024-04-19 02:50:55,681 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-04-19 02:50:56,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:56,844 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-19 02:50:56,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:56,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:56,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:56,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:56,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:56,957 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:56,980 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-19 02:50:57,151 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,151 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,230 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,235 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-04-19 02:50:57,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,271 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,287 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,288 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,288 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,288 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,398 [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-04-19 02:50:57,404 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,410 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,434 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,434 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,435 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,435 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,475 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,497 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,524 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,528 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,528 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,529 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,529 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,571 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,577 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,604 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,604 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,604 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,605 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,640 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,645 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,667 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,670 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,670 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,670 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,670 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,703 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,708 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,719 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,732 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,732 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,732 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,733 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,765 [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-04-19 02:50:57,769 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,780 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,792 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,793 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,793 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,793 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,825 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,831 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,855 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,855 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,856 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,856 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,893 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,898 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,900 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,922 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,922 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,922 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,922 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:57,954 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:57,959 [main] Physical connection closed
DEBUG 2024-04-19 02:50:57,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:57,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:57,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:57,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:57,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:57,985 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713462657985/0, BranchId=]
DEBUG 2024-04-19 02:50:57,987 [main] Physical connection got
DEBUG 2024-04-19 02:50:57,987 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/0, BranchId=]
DEBUG 2024-04-19 02:50:57,988 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/0, BranchId=]
DEBUG 2024-04-19 02:50:57,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/0, BranchId=]
DEBUG 2024-04-19 02:50:58,015 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/0, BranchId=]
DEBUG 2024-04-19 02:50:58,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/0, BranchId=]
DEBUG 2024-04-19 02:50:58,039 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-19 02.50.58', 99, 'hoge', 0)
DEBUG 2024-04-19 02:50:58,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/0, BranchId=]
DEBUG 2024-04-19 02:50:58,045 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713462657985/0, BranchId=]
DEBUG 2024-04-19 02:50:58,046 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,068 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,068 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,094 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,106 [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-04-19 02:50:58,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,113 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,114 [main] UPDATE EMP SET tstamp = '2024-04-19 02.50.58', 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-04-19 02:50:58,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,115 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713462657985/1, BranchId=]
DEBUG 2024-04-19 02:50:58,115 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,117 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,121 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,125 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,125 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,137 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,137 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,137 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,137 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,138 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,162 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,171 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-04-19 02:50:58,173 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,173 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,174 [main] UPDATE EMP SET tstamp = '2024-04-19 02.50.58', 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-04-19 02:50:58,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,174 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713462657985/2, BranchId=]
DEBUG 2024-04-19 02:50:58,174 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,206 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,206 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,207 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,240 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,240 [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-04-19 02:50:58,242 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,242 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,242 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-04-19 02:50:58,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,243 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713462657985/3, BranchId=]
DEBUG 2024-04-19 02:50:58,243 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,264 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,264 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,265 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,265 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,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-04-19 02:50:58,290 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,307 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,318 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,318 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,318 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,318 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,341 [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-04-19 02:50:58,349 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,369 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,369 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,369 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,369 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,392 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,399 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,419 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,419 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,419 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,419 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,451 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,459 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,478 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,478 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,478 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,478 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,500 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,508 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,510 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,514 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,525 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,528 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,528 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,528 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,528 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,558 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,566 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,566 [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-04-19 02:50:58,573 [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-04-19 02:50:58,574 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,599 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,599 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,600 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,600 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,621 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,629 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,629 [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-04-19 02:50:58,633 [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-04-19 02:50:58,634 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,652 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,652 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,652 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,653 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,674 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,693 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,693 [main] select * from emp
DEBUG 2024-04-19 02:50:58,696 [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-04-19 02:50:58,697 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,716 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,716 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,716 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,716 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,738 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,745 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,746 [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-04-19 02:50:58,750 [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-04-19 02:50:58,751 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,756 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,769 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,769 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,770 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,770 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,790 [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-04-19 02:50:58,797 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,806 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,816 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,816 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,816 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,816 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,836 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,844 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,844 [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-04-19 02:50:58,846 [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-04-19 02:50:58,847 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,849 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,865 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,867 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,867 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,867 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,867 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,887 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,895 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,895 [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-04-19 02:50:58,899 [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-04-19 02:50:58,900 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,902 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,919 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,919 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,919 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,919 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,939 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,947 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,947 [main] select * from emp
DEBUG 2024-04-19 02:50:58,948 [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-04-19 02:50:58,949 [main] Physical connection closed
DEBUG 2024-04-19 02:50:58,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:58,951 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:58,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:58,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:58,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:58,968 [main] Physical connection got
DEBUG 2024-04-19 02:50:58,968 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,968 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,968 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,989 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:58,998 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:58,998 [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-04-19 02:50:59,000 [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-04-19 02:50:59,001 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,017 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,017 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,020 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,020 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,020 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,020 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,040 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,047 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,047 [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-04-19 02:50:59,049 [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-04-19 02:50:59,049 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,051 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,067 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,067 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,067 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,067 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,087 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,094 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,094 [main] select count(*) from emp
DEBUG 2024-04-19 02:50:59,095 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,095 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,099 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,119 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,122 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,123 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,123 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,123 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,142 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,149 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,150 [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-04-19 02:50:59,150 [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-04-19 02:50:59,151 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,152 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,154 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,169 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,169 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,169 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,169 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,189 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,197 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,197 [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-04-19 02:50:59,197 [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-04-19 02:50:59,198 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,199 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,206 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,211 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,215 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,215 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,215 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,215 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,235 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,241 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,241 [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-04-19 02:50:59,242 [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-04-19 02:50:59,242 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,251 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,260 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,260 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,260 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,260 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,279 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,285 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,285 [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-04-19 02:50:59,286 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b76086d
DEBUG 2024-04-19 02:50:59,286 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,303 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,303 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,303 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,303 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,322 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,329 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,329 [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-04-19 02:50:59,331 [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-04-19 02:50:59,331 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,348 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,348 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,348 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,348 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,367 [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-04-19 02:50:59,374 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,374 [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-04-19 02:50:59,378 [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-04-19 02:50:59,378 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,395 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,395 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,395 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,395 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,414 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,417 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,417 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-19 02:50:59,418 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,418 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,434 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,435 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,435 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,435 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,452 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,455 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,456 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-19 02:50:59,456 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,456 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,457 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,459 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,473 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,473 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,473 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,474 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,486 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,486 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,486 [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-04-19 02:50:59,487 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-04-19 02:50:59,488 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,504 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,504 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,504 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,504 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,524 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,525 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,525 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-04-19 02:50:59,526 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-04-19 02:50:59,526 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,540 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,542 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,542 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,543 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,543 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,560 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,567 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-19 02.50.59', 9999, 'test', 50)
DEBUG 2024-04-19 02:50:59,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,567 [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-04-19 02:50:59,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/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-04-19 02:50:59,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,570 [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-04-19 02:50:59,571 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-04-19 02:50:59.567 {50, null, null, 0}
DEBUG 2024-04-19 02:50:59,571 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713462657985/4, BranchId=]
DEBUG 2024-04-19 02:50:59,571 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,575 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,588 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,588 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,588 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,588 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,605 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,611 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,612 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,619 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,619 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,627 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,627 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,627 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,627 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,644 [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-04-19 02:50:59,653 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,653 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-04-19 02:50:59,656 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,656 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,664 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,672 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,672 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,672 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,672 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,689 [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-04-19 02:50:59,698 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,698 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-04-19 02:50:59,699 [main] Logical connection closed, tx=null
[]
DEBUG 2024-04-19 02:50:59,699 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,716 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,716 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,716 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,716 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,732 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-04-19 02:50:59,737 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,737 [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-04-19 02:50:59,739 [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-04-19 02:50:59,739 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,756 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,756 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,756 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,756 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,772 [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-04-19 02:50:59,775 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,789 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,791 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,791 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,791 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,791 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,808 [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-04-19 02:50:59,814 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,814 [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-04-19 02:50:59,816 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,816 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,817 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,821 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,831 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,833 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,833 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,833 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,833 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,850 [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-04-19 02:50:59,857 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,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-04-19 02:50:59,858 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,858 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,873 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,875 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,875 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,875 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,875 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,894 [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-04-19 02:50:59,894 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,894 [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-04-19 02:50:59,896 [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-04-19 02:50:59,897 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,912 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,914 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,914 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,914 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,914 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,931 [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-04-19 02:50:59,932 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,948 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,948 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,948 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,949 [main] Logical connection got, tx=null
WARN  2024-04-19 02:50:59,951 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-04-19 02:50:59,957 [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-04-19 02:50:59,958 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,958 [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-04-19 02:50:59,961 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-04-19 02:50:59,961 [main] Physical connection closed
DEBUG 2024-04-19 02:50:59,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:50:59,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:50:59,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,974 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:50:59,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:50:59,975 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:50:59,977 [main] Physical connection got
DEBUG 2024-04-19 02:50:59,977 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,977 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:50:59,977 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:50:59,995 [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-04-19 02:51:00,002 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,019 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,019 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,019 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,019 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,037 [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-04-19 02:51:00,041 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,041 [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-04-19 02:51:00,042 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,042 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,042 [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-04-19 02:51:00,043 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,043 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,056 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,057 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,060 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,060 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,060 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,061 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,079 [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-04-19 02:51:00,082 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,082 [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-04-19 02:51:00,085 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,085 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,085 [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-04-19 02:51:00,086 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,086 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,086 [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-04-19 02:51:00,088 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,088 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,088 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-04-19 02:51:00,089 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,089 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,089 [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-04-19 02:51:00,089 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,090 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,106 [main] Transaction began, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,106 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-04-19 02:51:00,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,125 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-19 02:51:00,125 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,125 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-04-19 02:51:00,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,126 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,126 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-19 02:51:00,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,126 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1713462657985/5, BranchId=]
DEBUG 2024-04-19 02:51:00,126 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,143 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,143 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,143 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,143 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,161 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,164 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,180 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,180 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,180 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,180 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,198 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,203 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,220 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,220 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,220 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,220 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,227 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-04-19 02:51:00,228 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,244 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,244 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,244 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,244 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,251 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-04-19 02:51:00,252 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,253 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,254 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,270 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,270 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,270 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,270 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,282 [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-04-19 02:51:00,283 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,295 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,298 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,299 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,299 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,299 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,305 [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-04-19 02:51:00,306 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,308 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,322 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,322 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,322 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,322 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,339 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,340 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,340 [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-04-19 02:51:00,344 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,344 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,360 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,360 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,360 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,360 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,377 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,378 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,394 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,394 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,394 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,394 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,411 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-19 02:51:00,412 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,413 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,413 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-19 02:51:00,427 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,427 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,427 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,427 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,444 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-19 02:51:00,445 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.209 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-04-19 02:51:00,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,493 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,495 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,507 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,510 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,510 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,514 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,516 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,518 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,532 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,534 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,534 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,538 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,538 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,539 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,541 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,553 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,556 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,556 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,559 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,560 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-04-19 02:51:00,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,563 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,575 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,575 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,575 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,576 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-04-19 02:51:00,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,590 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,591 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,607 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,607 [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-04-19 02:51:00,610 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,610 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,623 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,623 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,648 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,648 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,648 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,648 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,662 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,667 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,667 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-04-19 02:51:00,669 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,669 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-04-19 02:51:00,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,689 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,703 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,714 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,714 [main] Logical connection got, tx=null
WARN  2024-04-19 02:51:00,716 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-19 02:51:00,717 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-19 02:51:00,717 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,718 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,719 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,733 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,736 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,736 [main] Logical connection got, tx=null
WARN  2024-04-19 02:51:00,738 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-19 02:51:00,739 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-19 02:51:00,739 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,739 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,741 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,754 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,758 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-19 02:51:00,760 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,772 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-04-19 02:51:00,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,791 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,791 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,792 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,792 [main] Physical connection closed
DEBUG 2024-04-19 02:51:00,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,804 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,804 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,805 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,805 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-04-19 02:51:00,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-19 02:51:00,809 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,811 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-19 02:51:00,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-19 02:51:00,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-19 02:51:00,820 [main] Physical connection got
DEBUG 2024-04-19 02:51:00,820 [main] Logical connection got, tx=null
DEBUG 2024-04-19 02:51:00,821 [main] Logical connection closed, tx=null
DEBUG 2024-04-19 02:51:00,821 [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.325s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.663s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.532s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.170s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Apr 19 02:51:00 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