Skip to content
Success

Console Output

Skipping 89 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-11-09 02:50:55,583 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-09 02:50:55,584 [main] Logical connection got
DEBUG 2024-11-09 02:50:55,584 [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-11-09 02:50:55,587 [main] Logical connection closed
DEBUG 2024-11-09 02:50:55,587 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-09 02:50:55,623 [main] Physical connection got
DEBUG 2024-11-09 02:50:55,623 [main] Logical connection got
DEBUG 2024-11-09 02:50:55,623 [main] Logical connection closed
DEBUG 2024-11-09 02:50:55,623 [main] Logical connection got
DEBUG 2024-11-09 02:50:55,634 [main] Logical connection closed
DEBUG 2024-11-09 02:50:55,635 [main] Logical connection got
DEBUG 2024-11-09 02:50:55,635 [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-11-09 02:50:55,637 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-09 02:50:55.435 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-09 02:50:55,637 [main] Logical connection got
DEBUG 2024-11-09 02:50:55,637 [main] Logical connection closed
DEBUG 2024-11-09 02:50:55,637 [main] Logical connection got
DEBUG 2024-11-09 02:50:55,641 [main] Logical connection closed
DEBUG 2024-11-09 02:50:55,642 [main] Logical connection got
DEBUG 2024-11-09 02:50:55,643 [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-11-09 02:50:55,643 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-09 02:50:55.435 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-09 02:50:55,644 [main] Logical connection got
DEBUG 2024-11-09 02:50:55,644 [main] UPDATE EMP SET tstamp = '2024-11-09 02.50.55', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-09 02.50.55'
DEBUG 2024-11-09 02:50:55,645 [main] Logical connection closed
DEBUG 2024-11-09 02:50:55,645 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-09 02:50:56,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:56,786 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-09 02:50:56,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:56,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:56,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:56,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:56,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:56,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:56,922 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-09 02:50:57,081 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,081 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,156 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,161 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-09 02:50:57,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,197 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,199 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,200 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,213 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,213 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,213 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,214 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,323 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-09 02:50:57,329 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,359 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,359 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,359 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,360 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,397 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,420 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,427 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,450 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,450 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,451 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,451 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,492 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,498 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,525 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,525 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,525 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,525 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,559 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,563 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,565 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,568 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,588 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,588 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,588 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,588 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,620 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,624 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,629 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,631 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,644 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,647 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,650 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,650 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,650 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,651 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,683 [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-11-09 02:50:57,687 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,710 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,711 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,711 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,711 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,742 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,747 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,749 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,770 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,771 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,771 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,771 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,807 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,812 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,823 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,823 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,836 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,836 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,836 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,836 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:57,864 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:57,869 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,893 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731088257893/0, BranchId=]
DEBUG 2024-11-09 02:50:57,895 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/0, BranchId=]
DEBUG 2024-11-09 02:50:57,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/0, BranchId=]
DEBUG 2024-11-09 02:50:57,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/0, BranchId=]
DEBUG 2024-11-09 02:50:57,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/0, BranchId=]
DEBUG 2024-11-09 02:50:57,943 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/0, BranchId=]
DEBUG 2024-11-09 02:50:57,946 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-09 02.50.57', 99, 'hoge', 0)
DEBUG 2024-11-09 02:50:57,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/0, BranchId=]
DEBUG 2024-11-09 02:50:57,951 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731088257893/0, BranchId=]
DEBUG 2024-11-09 02:50:57,952 [main] Physical connection closed
DEBUG 2024-11-09 02:50:57,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:57,954 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:57,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:57,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:57,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:57,974 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:57,974 [main] Physical connection got
DEBUG 2024-11-09 02:50:57,975 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:57,975 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:57,975 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:57,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:58,010 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:58,010 [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-11-09 02:50:58,017 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:58,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:58,018 [main] UPDATE EMP SET tstamp = '2024-11-09 02.50.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-09 02:50:58,018 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:58,019 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731088257893/1, BranchId=]
DEBUG 2024-11-09 02:50:58,019 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,021 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,038 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,041 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,041 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,042 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,042 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,042 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,076 [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-11-09 02:50:58,078 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,079 [main] UPDATE EMP SET tstamp = '2024-11-09 02.50.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-09 02:50:58,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,080 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731088257893/2, BranchId=]
DEBUG 2024-11-09 02:50:58,080 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,094 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,098 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,098 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,110 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,110 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,135 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,144 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,144 [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-11-09 02:50:58,146 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,147 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,147 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-09 02:50:58,147 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,148 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731088257893/3, BranchId=]
DEBUG 2024-11-09 02:50:58,148 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,168 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,171 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,172 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,172 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,172 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,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-11-09 02:50:58,199 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,228 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,228 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,228 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,228 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,253 [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-11-09 02:50:58,262 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,281 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,284 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,284 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,284 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,284 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,309 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,318 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,319 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,336 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,339 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,339 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,339 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,339 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,375 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,383 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,404 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,404 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,405 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,405 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,428 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,437 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,458 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,458 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,458 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,458 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,481 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,490 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,490 [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-11-09 02:50:58,497 [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-11-09 02:50:58,499 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,521 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,521 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,521 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,521 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,544 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,552 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,553 [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-11-09 02:50:58,556 [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-11-09 02:50:58,558 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,560 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,579 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,579 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,580 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,580 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,602 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,623 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,623 [main] select * from emp
DEBUG 2024-11-09 02:50:58,626 [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-11-09 02:50:58,627 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,629 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,633 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,637 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,644 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,648 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,648 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,648 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,649 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,671 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,680 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,681 [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-11-09 02:50:58,684 [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-11-09 02:50:58,686 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,704 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,706 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,706 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,707 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,707 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,729 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-09 02:50:58,737 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,758 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,758 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,758 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,758 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,780 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,788 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,788 [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-11-09 02:50:58,790 [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-11-09 02:50:58,792 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,793 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,793 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,811 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,811 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,812 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,812 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,833 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,841 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,841 [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-11-09 02:50:58,846 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-09 02:50:58,847 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,849 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,856 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,865 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,867 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,867 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,868 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,868 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,887 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,895 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,895 [main] select * from emp
DEBUG 2024-11-09 02:50:58,897 [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-11-09 02:50:58,898 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,902 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,903 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,907 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,916 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,917 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,917 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,917 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,936 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,944 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,944 [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-11-09 02:50:58,946 [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-11-09 02:50:58,947 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:58,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:58,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:58,964 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,966 [main] Physical connection got
DEBUG 2024-11-09 02:50:58,966 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,967 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,967 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,986 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:58,993 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:58,993 [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-11-09 02:50:58,995 [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-11-09 02:50:58,996 [main] Physical connection closed
DEBUG 2024-11-09 02:50:58,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:58,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:58,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,014 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,014 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,015 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,015 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,034 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,041 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,041 [main] select count(*) from emp
DEBUG 2024-11-09 02:50:59,043 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,043 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,045 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,052 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,060 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,074 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,074 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,075 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,075 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,094 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,102 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,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-11-09 02:50:59,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-11-09 02:50:59,104 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,118 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,122 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,122 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,122 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,122 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,140 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,147 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,148 [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-11-09 02:50:59,148 [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-11-09 02:50:59,149 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,165 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,165 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,167 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,167 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,167 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,168 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,186 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,193 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,193 [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-11-09 02:50:59,194 [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-11-09 02:50:59,194 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,198 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,213 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,213 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,213 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,213 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,232 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,238 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,239 [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-11-09 02:50:59,239 [main] Logical connection closed, tx=null
[Ljava.util.Map;@64d22462
DEBUG 2024-11-09 02:50:59,240 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,257 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,258 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,258 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,258 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,277 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,284 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,284 [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-11-09 02:50:59,287 [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-11-09 02:50:59,287 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,289 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,305 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,305 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,305 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,305 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,323 [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-11-09 02:50:59,330 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,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 WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-09 02:50:59,334 [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-11-09 02:50:59,334 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,336 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,351 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,352 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,352 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,352 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,370 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,373 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,373 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-09 02:50:59,374 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,374 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,375 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,389 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,389 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,391 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,392 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,392 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,392 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,413 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,417 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,417 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-09 02:50:59,417 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,418 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,433 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,436 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,436 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,436 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,436 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,448 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,449 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,449 [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-11-09 02:50:59,450 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-09 02:50:59,451 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,452 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,469 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,469 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,469 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,470 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,481 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,481 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,482 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-09 02:50:59,482 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-09 02:50:59,483 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,489 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,491 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,503 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,505 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,505 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,505 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,506 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,523 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,529 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-09 02.50.59', 9999, 'test', 50)
DEBUG 2024-11-09 02:50:59,530 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,530 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,530 [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-11-09 02:50:59,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/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-11-09 02:50:59,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,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-11-09 02:50:59,533 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-09 02:50:59.529 {50, null, null, 0}
DEBUG 2024-11-09 02:50:59,534 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731088257893/4, BranchId=]
DEBUG 2024-11-09 02:50:59,534 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,535 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,551 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,551 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,552 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,552 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,569 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,575 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,593 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,593 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,593 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,593 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,609 [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-11-09 02:50:59,618 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,619 [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-11-09 02:50:59,621 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,621 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,636 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,638 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,638 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,639 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,639 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,655 [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-11-09 02:50:59,664 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,665 [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-11-09 02:50:59,665 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-09 02:50:59,666 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,683 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,683 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,683 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,683 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,699 [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-11-09 02:50:59,704 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,704 [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-11-09 02:50:59,706 [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-11-09 02:50:59,706 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,720 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,722 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,722 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,723 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,723 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,738 [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-11-09 02:50:59,741 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,742 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,756 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,756 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,757 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,757 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,773 [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-11-09 02:50:59,779 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,779 [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-11-09 02:50:59,781 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,781 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,783 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,785 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,798 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,798 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,798 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,798 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,813 [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-11-09 02:50:59,819 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,820 [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-11-09 02:50:59,820 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,820 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,822 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,824 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,835 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,837 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,837 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,837 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,838 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,855 [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-11-09 02:50:59,856 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,856 [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-11-09 02:50:59,858 [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-11-09 02:50:59,858 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,872 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,875 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,875 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,875 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,875 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,890 [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-11-09 02:50:59,891 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,907 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,907 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,908 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,908 [main] Logical connection got, tx=null
WARN  2024-11-09 02:50:59,910 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-09 02:50:59,916 [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-11-09 02:50:59,917 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,917 [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-11-09 02:50:59,919 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-09 02:50:59,920 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,936 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,936 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,936 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,937 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,955 [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-11-09 02:50:59,961 [main] Physical connection closed
DEBUG 2024-11-09 02:50:59,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:50:59,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:50:59,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:50:59,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:50:59,975 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:50:59,977 [main] Physical connection got
DEBUG 2024-11-09 02:50:59,977 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,977 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:50:59,977 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,994 [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-11-09 02:50:59,998 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:50:59,998 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-11-09 02:50:59,999 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,000 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,000 [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-11-09 02:51:00,000 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,001 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,002 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,012 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,018 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,020 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,020 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,020 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,021 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,037 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-09 02:51:00,040 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,041 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-11-09 02:51:00,044 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,044 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,045 [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-11-09 02:51:00,045 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,046 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,046 [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-11-09 02:51:00,047 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,048 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,048 [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-11-09 02:51:00,049 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,049 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,049 [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-11-09 02:51:00,049 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,050 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,051 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,065 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,066 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,066 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-09 02:51:00,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,084 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-09 02:51:00,084 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,085 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-09 02:51:00,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,085 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,085 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-09 02:51:00,086 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,086 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731088257893/5, BranchId=]
DEBUG 2024-11-09 02:51:00,086 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,088 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,092 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,105 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,105 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,105 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,105 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,125 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,130 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,132 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,148 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,148 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,148 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,149 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,169 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,174 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,176 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,190 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,194 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,194 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,194 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,195 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,202 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-09 02:51:00,204 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,206 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,221 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,224 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,224 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,224 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,225 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,232 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-09 02:51:00,234 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,236 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,243 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,252 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,253 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,253 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,253 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,260 [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-11-09 02:51:00,262 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,281 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,283 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,283 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,283 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,283 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,290 [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-11-09 02:51:00,292 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,308 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,308 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,308 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,308 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,324 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,325 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,325 [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-11-09 02:51:00,328 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,328 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,342 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,344 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,345 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,345 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,345 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,360 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,361 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,377 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,377 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,377 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,378 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,394 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-09 02:51:00,395 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-09 02:51:00,410 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,410 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,410 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,410 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,434 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-09 02:51:00,435 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.273 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-09 02:51:00,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,484 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,499 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,501 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,501 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,505 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,507 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,509 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,522 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,525 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,525 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,529 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,529 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,531 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,545 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,547 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,548 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,551 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,552 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-09 02:51:00,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,567 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,567 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,568 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,568 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-09 02:51:00,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,583 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,584 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,599 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,599 [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-11-09 02:51:00,604 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,604 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,614 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,615 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,616 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,617 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,633 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,633 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,633 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,633 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,644 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,648 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,648 [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-11-09 02:51:00,650 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,650 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-09 02:51:00,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,669 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,684 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,695 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,695 [main] Logical connection got, tx=null
WARN  2024-11-09 02:51:00,697 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-09 02:51:00,698 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-09 02:51:00,698 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,699 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,700 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,713 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,716 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,716 [main] Logical connection got, tx=null
WARN  2024-11-09 02:51:00,718 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-11-09 02:51:00,719 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-09 02:51:00,719 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,719 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,721 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,726 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,734 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,739 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-09 02:51:00,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,748 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,751 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-09 02:51:00,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,775 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,775 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,776 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,777 [main] Physical connection closed
DEBUG 2024-11-09 02:51:00,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,782 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,788 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,788 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,789 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,789 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-09 02:51:00,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-09 02:51:00,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-09 02:51:00,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-09 02:51:00,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-09 02:51:00,802 [main] Physical connection got
DEBUG 2024-11-09 02:51:00,802 [main] Logical connection got, tx=null
DEBUG 2024-11-09 02:51:00,802 [main] Logical connection closed, tx=null
DEBUG 2024-11-09 02:51:00,802 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.293s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.791s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.534s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.191s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sat Nov 09 02:51:00 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS