Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-07-01 02:50:56,524 [main] Logical connection closed
updatedRows:1
DEBUG 2024-07-01 02:50:56,525 [main] Logical connection got
DEBUG 2024-07-01 02:50:56,525 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-07-01 02:50:56,528 [main] Logical connection closed
DEBUG 2024-07-01 02:50:56,528 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-07-01 02:50:56,562 [main] Physical connection got
DEBUG 2024-07-01 02:50:56,562 [main] Logical connection got
DEBUG 2024-07-01 02:50:56,563 [main] Logical connection closed
DEBUG 2024-07-01 02:50:56,563 [main] Logical connection got
DEBUG 2024-07-01 02:50:56,574 [main] Logical connection closed
DEBUG 2024-07-01 02:50:56,574 [main] Logical connection got
DEBUG 2024-07-01 02:50:56,574 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-07-01 02:50:56,576 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-01 02:50:56.376 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-01 02:50:56,577 [main] Logical connection got
DEBUG 2024-07-01 02:50:56,577 [main] Logical connection closed
DEBUG 2024-07-01 02:50:56,577 [main] Logical connection got
DEBUG 2024-07-01 02:50:56,580 [main] Logical connection closed
DEBUG 2024-07-01 02:50:56,582 [main] Logical connection got
DEBUG 2024-07-01 02:50:56,582 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-07-01 02:50:56,583 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-01 02:50:56.376 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-01 02:50:56,583 [main] Logical connection got
DEBUG 2024-07-01 02:50:56,584 [main] UPDATE EMP SET tstamp = '2024-07-01 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-07-01 02.50.56'
DEBUG 2024-07-01 02:50:56,584 [main] Logical connection closed
DEBUG 2024-07-01 02:50:56,584 [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.124 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-07-01 02:50:57,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:57,769 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:50:57,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:57,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:57,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:57,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:57,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:57,885 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:57,908 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:50:58,067 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,067 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,150 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,156 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-07-01 02:50:58,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,198 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,200 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,213 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,213 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,213 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,214 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,323 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-07-01 02:50:58,328 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,358 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,359 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,359 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,359 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,396 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,419 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,449 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,449 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,450 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,450 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,490 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,495 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,522 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,522 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,522 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,522 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,555 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,560 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,563 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,584 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,585 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,585 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,585 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,616 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,620 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,644 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,644 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,645 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,645 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,675 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-07-01 02:50:58,678 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,681 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,683 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,702 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,702 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,702 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,703 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,733 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,737 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,760 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,760 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,761 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,761 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,795 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,799 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,801 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,819 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,821 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,822 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,822 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,822 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:58,850 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:58,854 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,878 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719769858878/0, BranchId=]
DEBUG 2024-07-01 02:50:58,880 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,881 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/0, BranchId=]
DEBUG 2024-07-01 02:50:58,881 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/0, BranchId=]
DEBUG 2024-07-01 02:50:58,881 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/0, BranchId=]
DEBUG 2024-07-01 02:50:58,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/0, BranchId=]
DEBUG 2024-07-01 02:50:58,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/0, BranchId=]
DEBUG 2024-07-01 02:50:58,929 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-01 02.50.58', 99, 'hoge', 0)
DEBUG 2024-07-01 02:50:58,934 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/0, BranchId=]
DEBUG 2024-07-01 02:50:58,934 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719769858878/0, BranchId=]
DEBUG 2024-07-01 02:50:58,935 [main] Physical connection closed
DEBUG 2024-07-01 02:50:58,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:58,937 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:58,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:58,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:58,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:58,957 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:58,957 [main] Physical connection got
DEBUG 2024-07-01 02:50:58,957 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:58,957 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:58,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:58,982 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:58,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:58,992 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-07-01 02:50:58,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:59,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:59,000 [main] UPDATE EMP SET tstamp = '2024-07-01 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-07-01 02:50:59,001 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:59,001 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719769858878/1, BranchId=]
DEBUG 2024-07-01 02:50:59,001 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,021 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,023 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,024 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,024 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,024 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,024 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,048 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,058 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-07-01 02:50:59,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,060 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,060 [main] UPDATE EMP SET tstamp = '2024-07-01 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-07-01 02:50:59,061 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,061 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719769858878/2, BranchId=]
DEBUG 2024-07-01 02:50:59,061 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,076 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,076 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,088 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,088 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,089 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,089 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,121 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,121 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-07-01 02:50:59,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,124 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-07-01 02:50:59,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,125 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719769858878/3, BranchId=]
DEBUG 2024-07-01 02:50:59,125 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,148 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,148 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,148 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,148 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,172 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-07-01 02:50:59,173 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,191 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,203 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,204 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,204 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,204 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,227 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-07-01 02:50:59,236 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,259 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,259 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,259 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,259 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,282 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,291 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,308 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,312 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,312 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,313 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,313 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,339 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,348 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,357 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,368 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,368 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,368 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,369 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,390 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,399 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,401 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,403 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,415 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,416 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,419 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,419 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,419 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,420 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,441 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,449 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,449 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-07-01 02:50:59,457 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-07-01 02:50:59,458 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,462 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,478 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,478 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,478 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,478 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,500 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,508 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,508 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-07-01 02:50:59,512 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-07-01 02:50:59,513 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,517 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,533 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,533 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,533 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,534 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,553 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,565 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,566 [main] select * from emp
DEBUG 2024-07-01 02:50:59,568 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-07-01 02:50:59,569 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,571 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,590 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,590 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,590 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,590 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,610 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,617 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,617 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-07-01 02:50:59,621 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-07-01 02:50:59,622 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,641 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,642 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,642 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,642 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,661 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-07-01 02:50:59,669 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,675 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,688 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,688 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,689 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,689 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,708 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,715 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,716 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-07-01 02:50:59,718 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-07-01 02:50:59,719 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,738 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,738 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,739 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,739 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,758 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,765 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,765 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-07-01 02:50:59,770 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-07-01 02:50:59,771 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,773 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,790 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,800 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,800 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,800 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,801 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,819 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,827 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,827 [main] select * from emp
DEBUG 2024-07-01 02:50:59,829 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-07-01 02:50:59,830 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,849 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,849 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,849 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,849 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,868 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,875 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,875 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-07-01 02:50:59,877 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-07-01 02:50:59,878 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,880 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,884 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,895 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,897 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,897 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,897 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,897 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,916 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,923 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,923 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-01 02:50:59,925 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-01 02:50:59,925 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,927 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,944 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,944 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,944 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,944 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,964 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,971 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,971 [main] select count(*) from emp
DEBUG 2024-07-01 02:50:59,973 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,973 [main] Physical connection closed
DEBUG 2024-07-01 02:50:59,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:50:59,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:50:59,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:50:59,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:50:59,994 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:50:59,996 [main] Physical connection got
DEBUG 2024-07-01 02:50:59,996 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:50:59,996 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:50:59,996 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,015 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,023 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,023 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-01 02:51:00,023 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-07-01 02:51:00,024 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,037 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,041 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,041 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,041 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,041 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,059 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,066 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,066 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-01 02:51:00,067 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-07-01 02:51:00,067 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,081 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,082 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,084 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,084 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,084 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,084 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,103 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,109 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,109 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-01 02:51:00,110 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-07-01 02:51:00,110 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,132 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,132 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,133 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,133 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,151 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,157 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,157 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-07-01 02:51:00,158 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2825491d
DEBUG 2024-07-01 02:51:00,158 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,163 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,166 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,166 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,175 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,175 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,175 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,175 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,192 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,199 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,199 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-07-01 02:51:00,201 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-07-01 02:51:00,201 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,214 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,215 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,217 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,217 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,217 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,217 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,234 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-07-01 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,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 ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-07-01 02:51:00,245 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-07-01 02:51:00,246 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,263 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,265 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,265 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,265 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,265 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,286 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,290 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,290 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-01 02:51:00,291 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,291 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,310 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,310 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,310 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,310 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,331 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,335 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,335 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-01 02:51:00,335 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,335 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,352 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,356 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,356 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,356 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,357 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,370 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,371 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,371 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-07-01 02:51:00,373 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-07-01 02:51:00,373 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,375 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,397 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,397 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,397 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,398 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,408 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,409 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,409 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-07-01 02:51:00,410 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-07-01 02:51:00,410 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,426 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,427 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,427 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,427 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,427 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,443 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,450 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,450 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-01 02.51.00', 9999, 'test', 50)
DEBUG 2024-07-01 02:51:00,450 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,451 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,451 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-07-01 02:51:00,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-01 02:51:00,453 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,453 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-07-01 02:51:00,454 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-07-01 02:51:00.45 {50, null, null, 0}
DEBUG 2024-07-01 02:51:00,454 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719769858878/4, BranchId=]
DEBUG 2024-07-01 02:51:00,454 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,459 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,462 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,462 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,469 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,471 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,471 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,471 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,471 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,487 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,493 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,495 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,509 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,509 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,510 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,510 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,526 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-07-01 02:51:00,534 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,534 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-07-01 02:51:00,536 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,537 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,545 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,554 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,554 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,555 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,555 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,570 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-07-01 02:51:00,579 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,579 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-07-01 02:51:00,580 [main] Logical connection closed, tx=null
[]
DEBUG 2024-07-01 02:51:00,580 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,582 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,597 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,597 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,598 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,598 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,613 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-07-01 02:51:00,618 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,618 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-07-01 02:51:00,620 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-07-01 02:51:00,620 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,634 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,635 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,636 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,637 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,637 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,637 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,652 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-07-01 02:51:00,656 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,657 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,671 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,672 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,672 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,672 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,688 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-07-01 02:51:00,694 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,695 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-07-01 02:51:00,697 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,697 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,713 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,714 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,714 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,714 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,729 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-07-01 02:51:00,736 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,736 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-07-01 02:51:00,738 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,738 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,758 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,758 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,758 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,759 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,775 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-07-01 02:51:00,776 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,776 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-07-01 02:51:00,778 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-07-01 02:51:00,778 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,795 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,795 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,795 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,795 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,811 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-07-01 02:51:00,812 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,826 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,828 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,828 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,828 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,829 [main] Logical connection got, tx=null
WARN  2024-07-01 02:51:00,831 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-07-01 02:51:00,836 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-07-01 02:51:00,837 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,837 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-07-01 02:51:00,839 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-07-01 02:51:00,840 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,855 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,856 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,856 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,856 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,872 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-07-01 02:51:00,878 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,880 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,882 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,883 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,895 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,895 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,896 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,896 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,911 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-07-01 02:51:00,915 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,915 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-07-01 02:51:00,916 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,916 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,916 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-07-01 02:51:00,917 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,917 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,919 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,923 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,931 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,933 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,933 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,934 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,934 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,950 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-07-01 02:51:00,953 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,953 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-07-01 02:51:00,956 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,956 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,956 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-07-01 02:51:00,957 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,957 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,957 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-07-01 02:51:00,959 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,959 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,959 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-07-01 02:51:00,960 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,960 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:00,961 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-07-01 02:51:00,961 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:00,961 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:00,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:00,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:00,975 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,976 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,977 [main] Physical connection got
DEBUG 2024-07-01 02:51:00,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-07-01 02:51:00,994 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,994 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-01 02:51:00,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,995 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,995 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-07-01 02:51:00,995 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,995 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,995 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-01 02:51:00,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,996 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719769858878/5, BranchId=]
DEBUG 2024-07-01 02:51:00,996 [main] Physical connection closed
DEBUG 2024-07-01 02:51:00,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:00,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:00,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,012 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,012 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,012 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,012 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,027 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,030 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,044 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,046 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,046 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,046 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,046 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,062 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,066 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,081 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,081 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,081 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,081 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,087 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-07-01 02:51:01,089 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,103 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,104 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,104 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,104 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,110 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-07-01 02:51:01,112 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,113 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,119 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,125 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,127 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,128 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,128 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,128 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,135 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-07-01 02:51:01,137 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,151 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,153 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,153 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,153 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,154 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,159 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-07-01 02:51:01,161 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,175 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,177 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,178 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,178 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,178 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,195 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,196 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,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
DEBUG 2024-07-01 02:51:01,200 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,200 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,209 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,219 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,219 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,220 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,220 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,237 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,238 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,256 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,256 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,256 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,256 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,273 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-01 02:51:01,274 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,288 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-01 02:51:01,291 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,291 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,291 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,292 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,309 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-01 02:51:01,310 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.153 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-07-01 02:51:01,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,365 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,377 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,379 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,379 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,382 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,384 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,385 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,394 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,397 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,399 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,399 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,401 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,402 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,403 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,414 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,416 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,416 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,419 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,419 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-07-01 02:51:01,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,431 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,431 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,432 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,432 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-07-01 02:51:01,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,443 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,443 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,457 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,457 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-07-01 02:51:01,460 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,460 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,470 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,470 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,483 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,483 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,483 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,483 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,493 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,497 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,497 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-07-01 02:51:01,499 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,499 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-07-01 02:51:01,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,513 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,522 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,525 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,535 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,535 [main] Logical connection got, tx=null
WARN  2024-07-01 02:51:01,537 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-01 02:51:01,537 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-01 02:51:01,538 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,538 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,539 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,541 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,551 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,553 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,553 [main] Logical connection got, tx=null
WARN  2024-07-01 02:51:01,555 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-01 02:51:01,555 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-01 02:51:01,555 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,555 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,557 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,568 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,571 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-01 02:51:01,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,582 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-07-01 02:51:01,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,590 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,597 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,597 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,598 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,599 [main] Physical connection closed
DEBUG 2024-07-01 02:51:01,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,609 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,609 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,610 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,610 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-07-01 02:51:01,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-01 02:51:01,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-01 02:51:01,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-01 02:51:01,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-01 02:51:01,621 [main] Physical connection got
DEBUG 2024-07-01 02:51:01,621 [main] Logical connection got, tx=null
DEBUG 2024-07-01 02:51:01,621 [main] Logical connection closed, tx=null
DEBUG 2024-07-01 02:51:01,622 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.655s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.552s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.074s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Jul 01 02:51:01 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