Skip to content

Console Output

Skipping 90 KB.. Full Log
WHERE empno = 7788
DEBUG 2024-06-26 02:50:57,462 [main] Logical connection closed
updatedRows:1
DEBUG 2024-06-26 02:50:57,463 [main] Logical connection got
DEBUG 2024-06-26 02:50:57,463 [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-06-26 02:50:57,466 [main] Logical connection closed
DEBUG 2024-06-26 02:50:57,467 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-06-26 02:50:57,501 [main] Physical connection got
DEBUG 2024-06-26 02:50:57,501 [main] Logical connection got
DEBUG 2024-06-26 02:50:57,501 [main] Logical connection closed
DEBUG 2024-06-26 02:50:57,502 [main] Logical connection got
DEBUG 2024-06-26 02:50:57,512 [main] Logical connection closed
DEBUG 2024-06-26 02:50:57,513 [main] Logical connection got
DEBUG 2024-06-26 02:50:57,513 [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-06-26 02:50:57,515 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-26 02:50:57.313 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-26 02:50:57,515 [main] Logical connection got
DEBUG 2024-06-26 02:50:57,515 [main] Logical connection closed
DEBUG 2024-06-26 02:50:57,516 [main] Logical connection got
DEBUG 2024-06-26 02:50:57,519 [main] Logical connection closed
DEBUG 2024-06-26 02:50:57,520 [main] Logical connection got
DEBUG 2024-06-26 02:50:57,521 [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-06-26 02:50:57,521 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-26 02:50:57.313 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-26 02:50:57,522 [main] Logical connection got
DEBUG 2024-06-26 02:50:57,522 [main] UPDATE EMP SET tstamp = '2024-06-26 02.50.57', 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-06-26 02.50.57'
DEBUG 2024-06-26 02:50:57,523 [main] Logical connection closed
DEBUG 2024-06-26 02:50:57,523 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-26 02:50:58,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:58,708 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:50:58,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:58,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:58,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:58,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:58,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:58,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:58,844 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:50:59,003 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,003 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,083 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,089 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-26 02:50:59,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,128 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,143 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,143 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,143 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,144 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,252 [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-06-26 02:50:59,257 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,270 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,287 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,287 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,287 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,287 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,326 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,349 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,375 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,376 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,380 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,380 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,380 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,380 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,423 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,428 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,430 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,452 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,455 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,455 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,455 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,455 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,490 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,495 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,497 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,506 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,519 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,519 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,520 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,520 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,552 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,557 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,582 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,583 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,583 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,583 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,615 [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-06-26 02:50:59,619 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,621 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,643 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,643 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,643 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,643 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,676 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,680 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,683 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,705 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,705 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,705 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,705 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,747 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,752 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,775 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,775 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,776 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,776 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:50:59,805 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:50:59,810 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,829 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,834 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719337859834/0, BranchId=]
DEBUG 2024-06-26 02:50:59,836 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/0, BranchId=]
DEBUG 2024-06-26 02:50:59,837 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/0, BranchId=]
DEBUG 2024-06-26 02:50:59,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/0, BranchId=]
DEBUG 2024-06-26 02:50:59,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/0, BranchId=]
DEBUG 2024-06-26 02:50:59,885 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/0, BranchId=]
DEBUG 2024-06-26 02:50:59,888 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-26 02.50.59', 99, 'hoge', 0)
DEBUG 2024-06-26 02:50:59,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/0, BranchId=]
DEBUG 2024-06-26 02:50:59,893 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719337859834/0, BranchId=]
DEBUG 2024-06-26 02:50:59,894 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,904 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,916 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,916 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,942 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,953 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,953 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-26 02:50:59,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,960 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,961 [main] UPDATE EMP SET tstamp = '2024-06-26 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-26 02:50:59,962 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,962 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719337859834/1, BranchId=]
DEBUG 2024-06-26 02:50:59,962 [main] Physical connection closed
DEBUG 2024-06-26 02:50:59,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:50:59,964 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:50:59,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:50:59,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:50:59,981 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:50:59,984 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:50:59,984 [main] Physical connection got
DEBUG 2024-06-26 02:50:59,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:50:59,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:50:59,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:51:00,010 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:51:00,020 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:51:00,020 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-26 02:51:00,022 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:51:00,023 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:51:00,023 [main] UPDATE EMP SET tstamp = '2024-06-26 02.51.00', 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-06-26 02:51:00,024 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:51:00,024 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719337859834/2, BranchId=]
DEBUG 2024-06-26 02:51:00,024 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,026 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,057 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,057 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,058 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,092 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,092 [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-06-26 02:51:00,094 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,095 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-26 02:51:00,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,095 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719337859834/3, BranchId=]
DEBUG 2024-06-26 02:51:00,096 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,098 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,119 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,119 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,120 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,120 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,145 [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-06-26 02:51:00,147 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,149 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,151 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,153 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,164 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,166 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,180 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,180 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,180 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,181 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,206 [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-06-26 02:51:00,215 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,222 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,238 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,238 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,238 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,238 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,262 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,270 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,272 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,288 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,291 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,291 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,291 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,291 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,319 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,327 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,329 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,348 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,348 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,348 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,348 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,372 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,381 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,401 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,402 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,402 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,402 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,424 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,432 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,432 [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-06-26 02:51:00,441 [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-06-26 02:51:00,442 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,459 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,462 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,463 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,463 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,463 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,485 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,493 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,493 [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-06-26 02:51:00,498 [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-06-26 02:51:00,499 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,518 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,519 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,519 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,519 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,541 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,554 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,554 [main] select * from emp
DEBUG 2024-06-26 02:51:00,557 [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-06-26 02:51:00,558 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,560 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,575 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,578 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,578 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,578 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,578 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,601 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,608 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,608 [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-06-26 02:51:00,612 [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-06-26 02:51:00,613 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,633 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,633 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,633 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,633 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,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, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-06-26 02:51:00,662 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,664 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,682 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,682 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,682 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,683 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,703 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,711 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,711 [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-06-26 02:51:00,714 [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-06-26 02:51:00,715 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,717 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,719 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,721 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,732 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,732 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,734 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,734 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,734 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,735 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,755 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,762 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,762 [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-06-26 02:51:00,767 [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-06-26 02:51:00,768 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,769 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,785 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,787 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,787 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,787 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,787 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,807 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,814 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,814 [main] select * from emp
DEBUG 2024-06-26 02:51:00,816 [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-06-26 02:51:00,817 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,821 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,836 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,836 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,836 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,836 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,856 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,863 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,863 [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-06-26 02:51:00,865 [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-06-26 02:51:00,866 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,868 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,883 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,885 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,885 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,886 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,886 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,907 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,916 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,916 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-26 02:51:00,918 [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-06-26 02:51:00,918 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:00,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,938 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,941 [main] Physical connection got
DEBUG 2024-06-26 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,941 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,941 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,964 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,973 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:00,973 [main] select count(*) from emp
DEBUG 2024-06-26 02:51:00,975 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:00,975 [main] Physical connection closed
DEBUG 2024-06-26 02:51:00,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:00,977 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:00,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:00,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:00,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,007 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,007 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,007 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,007 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,026 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,034 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,034 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-26 02:51:01,035 [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-06-26 02:51:01,035 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,053 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,053 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,054 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,054 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,072 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,080 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,080 [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-06-26 02:51:01,081 [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-06-26 02:51:01,081 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,083 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,085 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,090 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,090 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,095 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,097 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,099 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,099 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,099 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,099 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,118 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,125 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,125 [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-06-26 02:51:01,126 [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-06-26 02:51:01,126 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,145 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,145 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,145 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,145 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,164 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,171 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,171 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-26 02:51:01,172 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1d382926
DEBUG 2024-06-26 02:51:01,172 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,189 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,189 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,190 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,190 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,208 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,215 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,215 [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-06-26 02:51:01,217 [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-06-26 02:51:01,217 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,219 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,233 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,235 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,235 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,235 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,235 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,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 ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-06-26 02:51:01,260 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,260 [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-06-26 02:51:01,264 [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-06-26 02:51:01,265 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,282 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,282 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,283 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,283 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,301 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,304 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,305 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-26 02:51:01,305 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,305 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,310 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,320 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,324 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,324 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,324 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,324 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,343 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,346 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,346 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-26 02:51:01,346 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,346 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,355 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,364 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,365 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,365 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,365 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,378 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,378 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,378 [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-06-26 02:51:01,380 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-26 02:51:01,380 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,397 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,397 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,397 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,397 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,414 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,414 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,414 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-26 02:51:01,415 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-26 02:51:01,416 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,424 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,431 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,432 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,433 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,433 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,433 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,433 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,450 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,457 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,457 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-26 02.51.01', 9999, 'test', 50)
DEBUG 2024-06-26 02:51:01,457 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,458 [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-06-26 02:51:01,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/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-06-26 02:51:01,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,460 [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-06-26 02:51:01,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-26 02:51:01.457 {50, null, null, 0}
DEBUG 2024-06-26 02:51:01,462 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719337859834/4, BranchId=]
DEBUG 2024-06-26 02:51:01,462 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,479 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,479 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,479 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,479 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,497 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,503 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,520 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,520 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,520 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,520 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,537 [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-06-26 02:51:01,545 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,545 [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-06-26 02:51:01,547 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,548 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,557 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,563 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,565 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,565 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,565 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,565 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,582 [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-06-26 02:51:01,591 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,591 [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-06-26 02:51:01,591 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-26 02:51:01,591 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,593 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,606 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,606 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,609 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,609 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,609 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,609 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,625 [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-06-26 02:51:01,630 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,630 [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-06-26 02:51:01,631 [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-06-26 02:51:01,632 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,646 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,649 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,649 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,650 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,650 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,665 [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-06-26 02:51:01,668 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,670 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,673 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,684 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,684 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,685 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,685 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,701 [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-06-26 02:51:01,707 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,707 [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-06-26 02:51:01,709 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,710 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,711 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,726 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,726 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,726 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,726 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,742 [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-06-26 02:51:01,748 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,748 [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-06-26 02:51:01,749 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,749 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,766 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,766 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,767 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,767 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,785 [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-06-26 02:51:01,786 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,786 [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-06-26 02:51:01,788 [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-06-26 02:51:01,788 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,808 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,808 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,808 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,809 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,824 [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-06-26 02:51:01,825 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,841 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,841 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,841 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,841 [main] Logical connection got, tx=null
WARN  2024-06-26 02:51:01,844 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-26 02:51:01,850 [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-06-26 02:51:01,851 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,851 [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-06-26 02:51:01,853 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-26 02:51:01,854 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,871 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,874 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,874 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,874 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,874 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,896 [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-06-26 02:51:01,904 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,924 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,924 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,924 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,924 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,946 [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-06-26 02:51:01,950 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,951 [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-06-26 02:51:01,951 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,952 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,952 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-26 02:51:01,953 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,953 [main] Physical connection closed
DEBUG 2024-06-26 02:51:01,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:01,955 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,957 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:01,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:01,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:01,968 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:01,972 [main] Physical connection got
DEBUG 2024-06-26 02:51:01,972 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,972 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:01,972 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,992 [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-06-26 02:51:01,996 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:01,997 [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-06-26 02:51:02,000 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,000 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,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  WHERE  ename = 'SMITH' 
DEBUG 2024-06-26 02:51:02,001 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,001 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,001 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-06-26 02:51:02,003 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,003 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,003 [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-06-26 02:51:02,004 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,004 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,004 [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-06-26 02:51:02,004 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,005 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,014 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,014 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,024 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,024 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,024 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,025 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,046 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-26 02:51:02,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,046 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-26 02:51:02,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,047 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-26 02:51:02,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,047 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,047 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-26 02:51:02,048 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,048 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719337859834/5, BranchId=]
DEBUG 2024-06-26 02:51:02,048 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,066 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,066 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,066 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,066 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,088 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,092 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,109 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,111 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,111 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,112 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,112 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,133 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,138 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,157 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,157 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,158 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,158 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,165 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-26 02:51:02,167 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,169 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,171 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,186 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,186 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,186 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,186 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,193 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-26 02:51:02,195 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,212 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,214 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,214 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,214 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,214 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,226 [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-06-26 02:51:02,228 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,241 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,242 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,242 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,242 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,248 [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-06-26 02:51:02,249 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,250 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,263 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,263 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,263 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,263 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,279 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,279 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,279 [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-06-26 02:51:02,282 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,282 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,284 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,289 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,289 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,297 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,297 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,297 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,297 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,312 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,313 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,327 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,327 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,327 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,328 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,342 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-26 02:51:02,343 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,347 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,350 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,355 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:51:02,357 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,357 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,357 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,357 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,372 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-26 02:51:02,373 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.283 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.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-26 02:51:02,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,419 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,432 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,434 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,434 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,438 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,440 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,441 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,451 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,454 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,457 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,457 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,460 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,460 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,461 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,474 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,476 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,476 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,479 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,479 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-26 02:51:02,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,493 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,493 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,494 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,494 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-26 02:51:02,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,507 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,507 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,521 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,521 [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-06-26 02:51:02,524 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,524 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,535 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,535 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,549 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,549 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,549 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,549 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,559 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,564 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,564 [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-06-26 02:51:02,566 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,566 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-26 02:51:02,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,584 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,596 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,607 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,607 [main] Logical connection got, tx=null
WARN  2024-06-26 02:51:02,609 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-26 02:51:02,610 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-26 02:51:02,610 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,611 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,612 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,623 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,626 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,626 [main] Logical connection got, tx=null
WARN  2024-06-26 02:51:02,628 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-26 02:51:02,628 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-26 02:51:02,629 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,629 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,630 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,633 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,644 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,648 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:51:02,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,660 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-26 02:51:02,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,673 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,675 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,675 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,676 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,676 [main] Physical connection closed
DEBUG 2024-06-26 02:51:02,677 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,685 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,687 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,687 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,688 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,688 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-26 02:51:02,690 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:51:02,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:51:02,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:51:02,698 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:51:02,699 [main] Physical connection got
DEBUG 2024-06-26 02:51:02,699 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:51:02,700 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:51:02,700 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.316s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.609s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.532s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.224s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Jun 26 02:51:02 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