Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-09-26 02:51:00,522 [main] Logical connection closed
updatedRows:1
DEBUG 2024-09-26 02:51:00,524 [main] Logical connection got
DEBUG 2024-09-26 02:51:00,524 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-09-26 02:51:00,527 [main] Logical connection closed
DEBUG 2024-09-26 02:51:00,527 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-09-26 02:51:00,561 [main] Physical connection got
DEBUG 2024-09-26 02:51:00,561 [main] Logical connection got
DEBUG 2024-09-26 02:51:00,561 [main] Logical connection closed
DEBUG 2024-09-26 02:51:00,561 [main] Logical connection got
DEBUG 2024-09-26 02:51:00,572 [main] Logical connection closed
DEBUG 2024-09-26 02:51:00,573 [main] Logical connection got
DEBUG 2024-09-26 02:51:00,573 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-09-26 02:51:00,575 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-26 02:51:00.37 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-26 02:51:00,575 [main] Logical connection got
DEBUG 2024-09-26 02:51:00,575 [main] Logical connection closed
DEBUG 2024-09-26 02:51:00,576 [main] Logical connection got
DEBUG 2024-09-26 02:51:00,579 [main] Logical connection closed
DEBUG 2024-09-26 02:51:00,581 [main] Logical connection got
DEBUG 2024-09-26 02:51:00,581 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-26 02:51:00,581 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-09-26 02:51:00.37 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-26 02:51:00,582 [main] Logical connection got
DEBUG 2024-09-26 02:51:00,582 [main] UPDATE EMP SET tstamp = '2024-09-26 02.51.00', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-09-26 02.51.00'
DEBUG 2024-09-26 02:51:00,583 [main] Logical connection closed
DEBUG 2024-09-26 02:51:00,583 [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.119 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-09-26 02:51:01,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:01,773 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-26 02:51:01,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:01,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:01,831 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:01,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:01,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:01,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:01,907 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-26 02:51:02,067 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,068 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,145 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,151 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-09-26 02:51:02,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,205 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,206 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,206 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,206 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,317 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-09-26 02:51:02,322 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,335 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,335 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,351 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,351 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,352 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,352 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,391 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,413 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,443 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,443 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,443 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,443 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,486 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,491 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,517 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,517 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,517 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,518 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,551 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,556 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,558 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,580 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,580 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,580 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,580 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,612 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,616 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,637 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,641 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,641 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,641 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,641 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,673 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-09-26 02:51:02,677 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,681 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,683 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,697 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,700 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,700 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,700 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,700 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,731 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,735 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,745 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,758 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,758 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,758 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,758 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,794 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,799 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,801 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,818 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,821 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,821 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,821 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,821 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:02,847 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:02,851 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,853 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,870 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,875 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727286662875/0, BranchId=]
DEBUG 2024-09-26 02:51:02,877 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/0, BranchId=]
DEBUG 2024-09-26 02:51:02,878 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/0, BranchId=]
DEBUG 2024-09-26 02:51:02,878 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/0, BranchId=]
DEBUG 2024-09-26 02:51:02,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/0, BranchId=]
DEBUG 2024-09-26 02:51:02,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/0, BranchId=]
DEBUG 2024-09-26 02:51:02,926 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-26 02.51.02', 99, 'hoge', 0)
DEBUG 2024-09-26 02:51:02,931 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/0, BranchId=]
DEBUG 2024-09-26 02:51:02,931 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727286662875/0, BranchId=]
DEBUG 2024-09-26 02:51:02,932 [main] Physical connection closed
DEBUG 2024-09-26 02:51:02,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:02,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:02,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:02,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:02,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:02,953 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:02,954 [main] Physical connection got
DEBUG 2024-09-26 02:51:02,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:02,954 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:02,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:02,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:02,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:02,990 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-26 02:51:02,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:02,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:02,999 [main] UPDATE EMP SET tstamp = '2024-09-26 02.51.02', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-26 02:51:02,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:03,000 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727286662875/1, BranchId=]
DEBUG 2024-09-26 02:51:03,000 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,021 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,022 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,022 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,022 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,022 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,048 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,065 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-26 02:51:03,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,067 [main] UPDATE EMP SET tstamp = '2024-09-26 02.51.03', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-09-26 02:51:03,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,068 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727286662875/2, BranchId=]
DEBUG 2024-09-26 02:51:03,068 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,070 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,090 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,090 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,090 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,090 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,090 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,117 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,127 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,127 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-09-26 02:51:03,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,129 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-09-26 02:51:03,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,130 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727286662875/3, BranchId=]
DEBUG 2024-09-26 02:51:03,130 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,172 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,172 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,172 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,172 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,197 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-09-26 02:51:03,199 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,227 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,242 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,242 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,242 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,242 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,277 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-09-26 02:51:03,286 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,302 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,303 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,306 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,306 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,306 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,306 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,331 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,339 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,359 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,359 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,359 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,360 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,387 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,396 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,405 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,416 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,416 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,417 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,417 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,441 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,449 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,453 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,469 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,469 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,469 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,469 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,502 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,509 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,509 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-26 02:51:03,516 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-26 02:51:03,517 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,534 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,536 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,536 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,536 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,537 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,560 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,567 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,567 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-26 02:51:03,571 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-26 02:51:03,572 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,587 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,589 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,591 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,591 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,591 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,591 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,614 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,626 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,627 [main] select * from emp
DEBUG 2024-09-26 02:51:03,629 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-26 02:51:03,630 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,636 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,647 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,649 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,650 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,650 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,650 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,671 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,678 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,678 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-26 02:51:03,682 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-09-26 02:51:03,683 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,702 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,702 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,702 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,702 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,723 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-09-26 02:51:03,730 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,749 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,749 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,749 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,749 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,772 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,780 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,780 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-26 02:51:03,783 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-26 02:51:03,784 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,785 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,787 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,801 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,803 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,803 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,803 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,803 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,826 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,833 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,833 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-26 02:51:03,838 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-26 02:51:03,839 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,858 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,858 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,858 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,859 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,880 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,887 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,888 [main] select * from emp
DEBUG 2024-09-26 02:51:03,889 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-26 02:51:03,890 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,905 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,907 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,909 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,910 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,910 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,910 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,944 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,952 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,952 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-09-26 02:51:03,954 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-09-26 02:51:03,955 [main] Physical connection closed
DEBUG 2024-09-26 02:51:03,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:03,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:03,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:03,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:03,972 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:03,974 [main] Physical connection got
DEBUG 2024-09-26 02:51:03,974 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,974 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:03,974 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:03,993 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,001 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,001 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-26 02:51:04,003 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-26 02:51:04,003 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,004 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,005 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,009 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,021 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,021 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,022 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,022 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,041 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,048 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,048 [main] select count(*) from emp
DEBUG 2024-09-26 02:51:04,050 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,050 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,073 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,075 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,075 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,075 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,075 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,094 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,102 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,102 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-26 02:51:04,103 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-09-26 02:51:04,103 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,121 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,121 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,121 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,121 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,141 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,154 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,155 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-26 02:51:04,155 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-09-26 02:51:04,156 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,157 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,173 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,174 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,174 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,174 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,193 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,200 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,200 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-26 02:51:04,200 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-09-26 02:51:04,201 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,203 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,205 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,219 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,219 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,219 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,219 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,238 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,245 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,245 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-09-26 02:51:04,245 [main] Logical connection closed, tx=null
[Ljava.util.Map;@6ec5122f
DEBUG 2024-09-26 02:51:04,246 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,263 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,263 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,264 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,264 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,284 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,290 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,290 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-09-26 02:51:04,292 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-09-26 02:51:04,293 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,310 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,310 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,311 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,311 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,329 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-09-26 02:51:04,335 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,335 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-09-26 02:51:04,339 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-26 02:51:04,340 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,341 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,344 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,355 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,357 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,357 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,358 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,358 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,375 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,379 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,379 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-26 02:51:04,379 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,379 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,397 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,398 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,398 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,398 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,415 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,418 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,418 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-26 02:51:04,419 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,419 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,437 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,437 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,437 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,437 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,450 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,450 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,450 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-09-26 02:51:04,452 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-09-26 02:51:04,452 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,454 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,469 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,469 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,474 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,474 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,486 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,486 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,487 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-09-26 02:51:04,488 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-09-26 02:51:04,488 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,505 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,505 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,505 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,505 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,522 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,528 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,529 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-09-26 02.51.04', 9999, 'test', 50)
DEBUG 2024-09-26 02:51:04,529 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,529 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-09-26 02:51:04,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-09-26 02:51:04,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,532 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-09-26 02:51:04,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-09-26 02:51:04.528 {50, null, null, 0}
DEBUG 2024-09-26 02:51:04,533 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727286662875/4, BranchId=]
DEBUG 2024-09-26 02:51:04,533 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,546 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,550 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,550 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,550 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,550 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,566 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,572 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,574 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,576 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,587 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,596 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,596 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,596 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,597 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,613 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-09-26 02:51:04,621 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,621 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-26 02:51:04,624 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,624 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,640 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,640 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,641 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,641 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,662 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-09-26 02:51:04,670 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,670 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-09-26 02:51:04,671 [main] Logical connection closed, tx=null
[]
DEBUG 2024-09-26 02:51:04,671 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,679 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,680 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,688 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,688 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,689 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,689 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,704 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-09-26 02:51:04,711 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,711 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-09-26 02:51:04,713 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-09-26 02:51:04,714 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,731 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,733 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,737 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,737 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,737 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,754 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-09-26 02:51:04,757 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,771 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,773 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,773 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,774 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,774 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,789 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-26 02:51:04,795 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,795 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-09-26 02:51:04,797 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,797 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,811 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,814 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,814 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,814 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,814 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,830 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-09-26 02:51:04,836 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,836 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-09-26 02:51:04,837 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,837 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,839 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,853 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,853 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,854 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,854 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,871 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-26 02:51:04,872 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,872 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-09-26 02:51:04,874 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-09-26 02:51:04,874 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,890 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,890 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,891 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,891 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,905 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-26 02:51:04,906 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,923 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,924 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,924 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,924 [main] Logical connection got, tx=null
WARN  2024-09-26 02:51:04,927 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-09-26 02:51:04,933 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-26 02:51:04,933 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,934 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-09-26 02:51:04,936 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-09-26 02:51:04,936 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,943 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,951 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,951 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,952 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,952 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,968 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-09-26 02:51:04,982 [main] Physical connection closed
DEBUG 2024-09-26 02:51:04,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:04,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,986 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:04,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:04,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:04,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:04,997 [main] Physical connection got
DEBUG 2024-09-26 02:51:04,997 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:04,998 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:04,998 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,015 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-09-26 02:51:05,018 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,018 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-09-26 02:51:05,019 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,019 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,020 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-09-26 02:51:05,020 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,021 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,049 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,049 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,049 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,049 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,080 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-09-26 02:51:05,083 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,083 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-09-26 02:51:05,086 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,086 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,086 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-09-26 02:51:05,087 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,087 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,088 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-09-26 02:51:05,089 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,089 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,089 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-09-26 02:51:05,090 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,090 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,090 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-09-26 02:51:05,091 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,091 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,104 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,105 [main] Transaction began, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,106 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-09-26 02:51:05,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,125 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-26 02:51:05,125 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,125 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-09-26 02:51:05,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,126 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,126 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-09-26 02:51:05,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,126 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1727286662875/5, BranchId=]
DEBUG 2024-09-26 02:51:05,126 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,143 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,143 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,143 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,143 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,160 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,164 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,182 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,182 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,182 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,182 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,201 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,205 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,217 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,219 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,221 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,221 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,222 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,222 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,228 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-09-26 02:51:05,230 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,231 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,232 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,244 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,244 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,244 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,244 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,255 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-09-26 02:51:05,256 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,267 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,270 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,270 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,271 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,271 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,277 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-09-26 02:51:05,278 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,279 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,290 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,292 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,292 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,292 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,292 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,298 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-09-26 02:51:05,299 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,300 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,300 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,302 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,303 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,313 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,313 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,313 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,313 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,330 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,330 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,330 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-09-26 02:51:05,333 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,333 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,348 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,348 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,348 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,348 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,364 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,365 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,380 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,380 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,380 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,380 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,396 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-26 02:51:05,397 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,399 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,408 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,409 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-09-26 02:51:05,411 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,411 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,411 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,412 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,428 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-09-26 02:51:05,428 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.276 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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-09-26 02:51:05,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,476 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,487 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,488 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,490 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,493 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,493 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,496 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,499 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,500 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,513 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,515 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,516 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,519 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,520 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,521 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,531 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,532 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,535 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,537 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,537 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,540 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,541 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-09-26 02:51:05,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,555 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,555 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,556 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,556 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-09-26 02:51:05,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,570 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,570 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,586 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,586 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-09-26 02:51:05,589 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,589 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,601 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,601 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,616 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,616 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,616 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,617 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,627 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,631 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,631 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-09-26 02:51:05,633 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,633 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-09-26 02:51:05,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,651 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,665 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,677 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,677 [main] Logical connection got, tx=null
WARN  2024-09-26 02:51:05,679 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-26 02:51:05,680 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-26 02:51:05,680 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,680 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,682 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,692 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,695 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,698 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,698 [main] Logical connection got, tx=null
WARN  2024-09-26 02:51:05,700 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-09-26 02:51:05,700 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-09-26 02:51:05,701 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,701 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,702 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,715 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,719 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-09-26 02:51:05,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,733 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-09-26 02:51:05,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,749 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,751 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,751 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,752 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,752 [main] Physical connection closed
DEBUG 2024-09-26 02:51:05,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,764 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,764 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,765 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,765 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-09-26 02:51:05,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-09-26 02:51:05,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-09-26 02:51:05,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-09-26 02:51:05,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-09-26 02:51:05,779 [main] Physical connection got
DEBUG 2024-09-26 02:51:05,779 [main] Logical connection got, tx=null
DEBUG 2024-09-26 02:51:05,780 [main] Logical connection closed, tx=null
DEBUG 2024-09-26 02:51:05,780 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.333s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.636s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.601s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.227s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Sep 26 02:51:05 JST 2024
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS