Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-10-17 02:50:58,468 [main] Logical connection closed
updatedRows:1
DEBUG 2024-10-17 02:50:58,469 [main] Logical connection got
DEBUG 2024-10-17 02:50:58,469 [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-10-17 02:50:58,472 [main] Logical connection closed
DEBUG 2024-10-17 02:50:58,472 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-17 02:50:58,506 [main] Physical connection got
DEBUG 2024-10-17 02:50:58,506 [main] Logical connection got
DEBUG 2024-10-17 02:50:58,506 [main] Logical connection closed
DEBUG 2024-10-17 02:50:58,506 [main] Logical connection got
DEBUG 2024-10-17 02:50:58,517 [main] Logical connection closed
DEBUG 2024-10-17 02:50:58,518 [main] Logical connection got
DEBUG 2024-10-17 02:50:58,518 [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-10-17 02:50:58,519 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-17 02:50:58.324 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-17 02:50:58,520 [main] Logical connection got
DEBUG 2024-10-17 02:50:58,520 [main] Logical connection closed
DEBUG 2024-10-17 02:50:58,520 [main] Logical connection got
DEBUG 2024-10-17 02:50:58,524 [main] Logical connection closed
DEBUG 2024-10-17 02:50:58,525 [main] Logical connection got
DEBUG 2024-10-17 02:50:58,525 [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-10-17 02:50:58,526 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-17 02:50:58.324 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-17 02:50:58,526 [main] Logical connection got
DEBUG 2024-10-17 02:50:58,527 [main] UPDATE EMP SET tstamp = '2024-10-17 02.50.58', 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-10-17 02.50.58'
DEBUG 2024-10-17 02:50:58,527 [main] Logical connection closed
DEBUG 2024-10-17 02:50:58,528 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.123 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-17 02:50:59,710 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:50:59,760 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:50:59,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:50:59,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:50:59,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:50:59,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:50:59,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:50:59,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:50:59,887 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:51:00,042 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,042 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,120 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,126 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-10-17 02:51:00,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,138 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,165 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,166 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,179 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,179 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,179 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,180 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,287 [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-10-17 02:51:00,292 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,305 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,315 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,320 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,320 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,320 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,320 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,358 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,380 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,403 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,405 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,409 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,410 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,410 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,410 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,452 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,457 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,459 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,484 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,484 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,484 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,484 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,519 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,524 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,545 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,548 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,549 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,549 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,549 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,580 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,584 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,586 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,587 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,606 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,610 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,610 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,610 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,610 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,641 [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-10-17 02:51:00,645 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,647 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,655 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,669 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,669 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,669 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,669 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,700 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,705 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,726 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,729 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,729 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,729 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,729 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,765 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,770 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,772 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,793 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,794 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,794 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:00,821 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:00,825 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,827 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,829 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,850 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101060850/0, BranchId=]
DEBUG 2024-10-17 02:51:00,852 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,853 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/0, BranchId=]
DEBUG 2024-10-17 02:51:00,853 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/0, BranchId=]
DEBUG 2024-10-17 02:51:00,853 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/0, BranchId=]
DEBUG 2024-10-17 02:51:00,879 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/0, BranchId=]
DEBUG 2024-10-17 02:51:00,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/0, BranchId=]
DEBUG 2024-10-17 02:51:00,903 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-17 02.51.00', 99, 'hoge', 0)
DEBUG 2024-10-17 02:51:00,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/0, BranchId=]
DEBUG 2024-10-17 02:51:00,909 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101060850/0, BranchId=]
DEBUG 2024-10-17 02:51:00,909 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,912 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,930 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,932 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,932 [main] Physical connection got
DEBUG 2024-10-17 02:51:00,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,933 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,969 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,969 [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-10-17 02:51:00,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,977 [main] UPDATE EMP SET tstamp = '2024-10-17 02.51.00', 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-10-17 02:51:00,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,978 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101060850/1, BranchId=]
DEBUG 2024-10-17 02:51:00,978 [main] Physical connection closed
DEBUG 2024-10-17 02:51:00,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:00,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:00,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:00,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,996 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:00,998 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:00,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,001 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,001 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,001 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,002 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,002 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,048 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,049 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-17 02:51:01,051 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,051 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,051 [main] UPDATE EMP SET tstamp = '2024-10-17 02.51.01', 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-10-17 02:51:01,052 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,052 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101060850/2, BranchId=]
DEBUG 2024-10-17 02:51:01,052 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,063 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,072 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,075 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,075 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,075 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,110 [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-10-17 02:51:01,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,112 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-17 02:51:01,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,113 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101060850/3, BranchId=]
DEBUG 2024-10-17 02:51:01,113 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,115 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,137 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,137 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,137 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,137 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,162 [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-10-17 02:51:01,163 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,193 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,193 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,193 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,218 [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-10-17 02:51:01,227 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,228 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,248 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,248 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,248 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,249 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,273 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,281 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,283 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,299 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,301 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,301 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,301 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,302 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,332 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,340 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,341 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,360 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,360 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,360 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,360 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,382 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,390 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,392 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,392 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,394 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,411 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,411 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,411 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,411 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,432 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,440 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,441 [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-10-17 02:51:01,448 [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-10-17 02:51:01,449 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,451 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,451 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,453 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,466 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,470 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,470 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,471 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,471 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,492 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,500 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,500 [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-10-17 02:51:01,505 [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-10-17 02:51:01,506 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,524 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,526 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,526 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,527 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,527 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,548 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,561 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,561 [main] select * from emp
DEBUG 2024-10-17 02:51:01,565 [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-10-17 02:51:01,566 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,586 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,586 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,586 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,587 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,609 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,617 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,617 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-17 02:51:01,621 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-17 02:51:01,622 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,624 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,642 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,642 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,642 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,643 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,665 [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-10-17 02:51:01,673 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,693 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,693 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,693 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,693 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,715 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,723 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,723 [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-10-17 02:51:01,726 [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-10-17 02:51:01,727 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,747 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,747 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,748 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,748 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,769 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,778 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,778 [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-10-17 02:51:01,783 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-17 02:51:01,784 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,786 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,801 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,804 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,804 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,805 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,805 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,826 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,835 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,835 [main] select * from emp
DEBUG 2024-10-17 02:51:01,837 [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-10-17 02:51:01,838 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,856 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,858 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,858 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,858 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,858 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,883 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,892 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,892 [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-10-17 02:51:01,894 [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-10-17 02:51:01,895 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,916 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,916 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,916 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,916 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,938 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,946 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,946 [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-10-17 02:51:01,948 [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-10-17 02:51:01,949 [main] Physical connection closed
DEBUG 2024-10-17 02:51:01,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:01,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:01,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:01,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:01,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:01,968 [main] Physical connection got
DEBUG 2024-10-17 02:51:01,969 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,969 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,969 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,990 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,997 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:01,997 [main] select count(*) from emp
DEBUG 2024-10-17 02:51:01,998 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:01,999 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,000 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,021 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,023 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,023 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,024 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,024 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,044 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,052 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,052 [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-10-17 02:51:02,053 [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-10-17 02:51:02,053 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,062 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,071 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,072 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,072 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,072 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,093 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,101 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,101 [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-10-17 02:51:02,101 [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-10-17 02:51:02,102 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,116 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,118 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,120 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,120 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,121 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,121 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,140 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,147 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,147 [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-10-17 02:51:02,148 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-10-17 02:51:02,149 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,150 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,157 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,165 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,167 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,167 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,167 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,168 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,187 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,194 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,194 [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-10-17 02:51:02,195 [main] Logical connection closed, tx=null
[Ljava.util.Map;@408fbecf
DEBUG 2024-10-17 02:51:02,195 [main] Physical connection closed
DEBUG 2024-10-17 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-10-17 02:51:02,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,211 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,214 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,214 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,214 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,214 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,234 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,241 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,241 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-10-17 02:51:02,243 [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-10-17 02:51:02,243 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,262 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,262 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,262 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,262 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,282 [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-10-17 02:51:02,289 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,290 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-10-17 02:51:02,294 [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-10-17 02:51:02,294 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,311 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,313 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,313 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,313 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,314 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,333 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,337 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,337 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-17 02:51:02,338 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,338 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,339 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,356 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,356 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,356 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,357 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,375 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,379 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,379 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-17 02:51:02,379 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,379 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,398 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,398 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,398 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,398 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,412 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,413 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,413 [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-10-17 02:51:02,414 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-17 02:51:02,415 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,416 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,432 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,432 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,432 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,432 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,449 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,450 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,450 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-17 02:51:02,451 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-17 02:51:02,451 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,468 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,469 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,469 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,469 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,488 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,495 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-17 02.51.02', 9999, 'test', 50)
DEBUG 2024-10-17 02:51:02,495 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,495 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,495 [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-10-17 02:51:02,497 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/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-10-17 02:51:02,497 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,497 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-10-17 02:51:02,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-17 02:51:02.494 {50, null, null, 0}
DEBUG 2024-10-17 02:51:02,499 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101060850/4, BranchId=]
DEBUG 2024-10-17 02:51:02,499 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,516 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,516 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,516 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,517 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,535 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,541 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,542 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,555 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,556 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,558 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,558 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,558 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,559 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,577 [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-10-17 02:51:02,585 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,585 [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-10-17 02:51:02,588 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,588 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,592 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,606 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,606 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,606 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,606 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,624 [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-10-17 02:51:02,633 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,633 [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-10-17 02:51:02,634 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-17 02:51:02,634 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,652 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,652 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,652 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,652 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,669 [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-10-17 02:51:02,674 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,675 [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-10-17 02:51:02,676 [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-10-17 02:51:02,676 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,678 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,678 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,680 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,685 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,693 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,694 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,694 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,694 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,710 [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-10-17 02:51:02,714 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,715 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,717 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,730 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,731 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,731 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,731 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,748 [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-10-17 02:51:02,755 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,755 [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-10-17 02:51:02,757 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,757 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,770 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,774 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,774 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,774 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,774 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,792 [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-10-17 02:51:02,798 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,799 [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-10-17 02:51:02,799 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,799 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,801 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,816 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,816 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,817 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,817 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,836 [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-10-17 02:51:02,837 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,837 [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-10-17 02:51:02,839 [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-10-17 02:51:02,840 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,848 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,856 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,856 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,856 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,856 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,873 [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-10-17 02:51:02,874 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,889 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,892 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,892 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,892 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,892 [main] Logical connection got, tx=null
WARN 2024-10-17 02:51:02,895 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-17 02:51:02,902 [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-10-17 02:51:02,902 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,903 [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-10-17 02:51:02,905 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-17 02:51:02,906 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,920 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,922 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,923 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,923 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,923 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,941 [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-10-17 02:51:02,948 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,956 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,956 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:02,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,965 [main] Physical connection got
DEBUG 2024-10-17 02:51:02,965 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,965 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,965 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,985 [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-10-17 02:51:02,988 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,989 [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-10-17 02:51:02,989 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,990 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:02,990 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-10-17 02:51:02,991 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:02,991 [main] Physical connection closed
DEBUG 2024-10-17 02:51:02,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:02,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:02,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:02,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:02,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,008 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,008 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,011 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,011 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,030 [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-10-17 02:51:03,033 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,033 [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-10-17 02:51:03,036 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,037 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,037 [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-10-17 02:51:03,038 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,038 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,038 [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-10-17 02:51:03,040 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,040 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,040 [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-10-17 02:51:03,041 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,041 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,041 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-10-17 02:51:03,042 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,042 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,056 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,058 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,059 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,078 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-17 02:51:03,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,079 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-17 02:51:03,079 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,080 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,080 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-17 02:51:03,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,080 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,080 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-17 02:51:03,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,081 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101060850/5, BranchId=]
DEBUG 2024-10-17 02:51:03,081 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,083 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,084 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,090 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,095 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,098 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,099 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,099 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,099 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,117 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,121 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,123 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,135 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,136 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,138 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,138 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,138 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,139 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,157 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,162 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,176 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,178 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,179 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,179 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,179 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,186 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-17 02:51:03,188 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,209 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,221 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,223 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,223 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,223 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,223 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,230 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-17 02:51:03,231 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,245 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,247 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,247 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,247 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,247 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,254 [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-10-17 02:51:03,260 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,261 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,275 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,275 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,276 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,276 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,282 [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-10-17 02:51:03,284 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,285 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,296 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,297 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,299 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,300 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,300 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,300 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,318 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,319 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,319 [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-10-17 02:51:03,322 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,322 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,339 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,339 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,339 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,340 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,357 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,358 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,360 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,372 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,374 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,374 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,375 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,375 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,393 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-17 02:51:03,394 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,395 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:51:03,410 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,410 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,410 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,410 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,428 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-17 02:51:03,429 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.303 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-10-17 02:51:03,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,478 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,493 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,495 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,495 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,500 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,502 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,504 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,516 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,519 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,521 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,521 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,525 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,526 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,528 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,543 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,545 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,545 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,549 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,550 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-17 02:51:03,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,566 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,566 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,567 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,567 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-10-17 02:51:03,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,576 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,583 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,583 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,601 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,601 [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-10-17 02:51:03,605 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,605 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,617 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,618 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,619 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,637 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,637 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,637 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,637 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,650 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,654 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,654 [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-10-17 02:51:03,657 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,657 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-10-17 02:51:03,677 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,677 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,692 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,703 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,703 [main] Logical connection got, tx=null
WARN 2024-10-17 02:51:03,706 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-17 02:51:03,707 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-17 02:51:03,707 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,707 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,709 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,725 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,729 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,729 [main] Logical connection got, tx=null
WARN 2024-10-17 02:51:03,732 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-17 02:51:03,733 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-17 02:51:03,733 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,733 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,734 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,749 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,753 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:51:03,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,768 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-17 02:51:03,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,780 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,787 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,787 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,788 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,788 [main] Physical connection closed
DEBUG 2024-10-17 02:51:03,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,801 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,801 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,802 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,802 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-10-17 02:51:03,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:51:03,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:51:03,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:51:03,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:51:03,817 [main] Physical connection got
DEBUG 2024-10-17 02:51:03,818 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:51:03,818 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:51:03,818 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.313s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.643s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.521s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.309s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Oct 17 02:51:03 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