Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-15 02:54:57,979 [main] Physical connection got
DEBUG 2024-11-15 02:54:57,980 [main] Logical connection got
DEBUG 2024-11-15 02:54:57,980 [main] Logical connection closed
DEBUG 2024-11-15 02:54:57,980 [main] Logical connection got
DEBUG 2024-11-15 02:54:57,992 [main] Logical connection closed
DEBUG 2024-11-15 02:54:57,993 [main] Logical connection got
DEBUG 2024-11-15 02:54:57,993 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-15 02:54:57,995 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-15 02:54:57.774 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-15 02:54:57,995 [main] Logical connection got
DEBUG 2024-11-15 02:54:57,996 [main] Logical connection closed
DEBUG 2024-11-15 02:54:57,996 [main] Logical connection got
DEBUG 2024-11-15 02:54:58,000 [main] Logical connection closed
DEBUG 2024-11-15 02:54:58,001 [main] Logical connection got
DEBUG 2024-11-15 02:54:58,001 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-15 02:54:58,002 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-15 02:54:57.774 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-15 02:54:58,003 [main] Logical connection got
DEBUG 2024-11-15 02:54:58,003 [main] UPDATE EMP SET tstamp = '2024-11-15 02.54.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-11-15 02.54.57'
DEBUG 2024-11-15 02:54:58,004 [main] Logical connection closed
DEBUG 2024-11-15 02:54:58,004 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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-snapshot/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-snapshot/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-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[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-snapshot/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-snapshot/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.126 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-15 02:54:59,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:54:59,609 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:54:59,642 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:54:59,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:54:59,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:54:59,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:54:59,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:54:59,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:54:59,752 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:54:59,916 [main] Physical connection got
DEBUG 2024-11-15 02:54:59,916 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:54:59,994 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,000 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-15 02:55:00,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,012 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,019 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,055 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,055 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,055 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,056 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,172 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-15 02:55:00,177 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,180 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,205 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,210 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,211 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,211 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,211 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,287 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,330 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,362 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,362 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,362 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,363 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,410 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,415 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,441 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,441 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,441 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,442 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,477 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,483 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,506 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,509 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,509 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,509 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,510 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,545 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,550 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,574 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,577 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,577 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,577 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,577 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,614 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-15 02:55:00,618 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,644 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,644 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,644 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,645 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,681 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,686 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,710 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,712 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,713 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,713 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,713 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,751 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,756 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,759 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,768 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,768 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,791 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,791 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,791 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,791 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:00,820 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:00,825 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,852 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606900852/0, BranchId=]
DEBUG 2024-11-15 02:55:00,854 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,855 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/0, BranchId=]
DEBUG 2024-11-15 02:55:00,855 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/0, BranchId=]
DEBUG 2024-11-15 02:55:00,855 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/0, BranchId=]
DEBUG 2024-11-15 02:55:00,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/0, BranchId=]
DEBUG 2024-11-15 02:55:00,948 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/0, BranchId=]
DEBUG 2024-11-15 02:55:00,950 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-15 02.55.00', 99, 'hoge', 0)
DEBUG 2024-11-15 02:55:00,956 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/0, BranchId=]
DEBUG 2024-11-15 02:55:00,956 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606900852/0, BranchId=]
DEBUG 2024-11-15 02:55:00,957 [main] Physical connection closed
DEBUG 2024-11-15 02:55:00,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:00,959 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,963 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:00,968 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:00,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:00,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:00,981 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:00,981 [main] Physical connection got
DEBUG 2024-11-15 02:55:00,981 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:00,981 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:00,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:01,009 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:01,021 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:01,021 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-15 02:55:01,030 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:01,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:01,031 [main] UPDATE EMP SET tstamp = '2024-11-15 02.55.01', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-15 02:55:01,032 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:01,032 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606900852/1, BranchId=]
DEBUG 2024-11-15 02:55:01,033 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,056 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,056 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,094 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,103 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,103 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-15 02:55:01,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,106 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,106 [main] UPDATE EMP SET tstamp = '2024-11-15 02.55.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-11-15 02:55:01,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,107 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606900852/2, BranchId=]
DEBUG 2024-11-15 02:55:01,107 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,114 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,127 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,134 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,134 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,184 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,193 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-15 02:55:01,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,195 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-15 02:55:01,196 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,196 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606900852/3, BranchId=]
DEBUG 2024-11-15 02:55:01,196 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,198 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,217 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,221 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,221 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,221 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,221 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,291 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-15 02:55:01,293 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,321 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,335 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,336 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,336 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,336 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,362 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-15 02:55:01,372 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,374 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,396 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,396 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,396 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,396 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,421 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,430 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,452 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,452 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,452 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,453 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,479 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,488 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,512 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,512 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,512 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,512 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,544 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,553 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,572 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,575 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,575 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,575 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,576 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,600 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,608 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,608 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-15 02:55:01,616 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-15 02:55:01,617 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,619 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,621 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,632 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,645 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,645 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,645 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,646 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,669 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,677 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,678 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-15 02:55:01,686 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-15 02:55:01,688 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,690 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,702 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,714 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,714 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,715 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,715 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,742 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,750 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,750 [main] select * from emp
DEBUG 2024-11-15 02:55:01,753 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-15 02:55:01,755 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,780 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,780 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,780 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,780 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,803 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,814 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,814 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-15 02:55:01,818 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-15 02:55:01,819 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,841 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,842 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,842 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,842 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,866 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-15 02:55:01,874 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,876 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,878 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,884 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,896 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,896 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,897 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,897 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,921 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,932 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,933 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-15 02:55:01,936 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-15 02:55:01,938 [main] Physical connection closed
DEBUG 2024-11-15 02:55:01,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:01,940 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:01,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:01,958 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:01,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:01,962 [main] Physical connection got
DEBUG 2024-11-15 02:55:01,962 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,962 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,963 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,984 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:01,992 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:01,992 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-15 02:55:01,998 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-15 02:55:01,999 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,001 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,018 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,019 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,021 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,021 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,022 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,022 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,043 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,051 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,051 [main] select * from emp
DEBUG 2024-11-15 02:55:02,053 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-15 02:55:02,054 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,056 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,064 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,071 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,074 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,074 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,074 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,074 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,114 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,122 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,122 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-15 02:55:02,124 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-15 02:55:02,125 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,135 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,145 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,147 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,147 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,147 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,148 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,169 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,176 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,176 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-15 02:55:02,178 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-15 02:55:02,179 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,198 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,199 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,199 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,199 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,235 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,243 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,243 [main] select count(*) from emp
DEBUG 2024-11-15 02:55:02,244 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,244 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,248 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,263 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,263 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,263 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,263 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,286 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,322 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,323 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-15 02:55:02,331 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-15 02:55:02,331 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,348 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,363 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,364 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,364 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,364 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,385 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,404 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,404 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-15 02:55:02,405 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-15 02:55:02,405 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,407 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,415 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,430 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,452 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,455 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,455 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,456 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,456 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,476 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,484 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,484 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-15 02:55:02,484 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-15 02:55:02,485 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,490 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,515 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,515 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,515 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,516 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,549 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,563 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,570 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-15 02:55:02,571 [main] Logical connection closed, tx=null
[Ljava.util.Map;@269be2b5
DEBUG 2024-11-15 02:55:02,571 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,573 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,575 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,597 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,597 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,598 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,598 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,617 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,624 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,625 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-15 02:55:02,627 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-15 02:55:02,628 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,726 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,727 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,736 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,736 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,777 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-15 02:55:02,791 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,791 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-15 02:55:02,794 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-15 02:55:02,801 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,803 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,824 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,827 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,827 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,827 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,828 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,846 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,849 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,849 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-15 02:55:02,850 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,850 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,859 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,868 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,868 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,868 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,869 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,888 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,891 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,891 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-15 02:55:02,891 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,892 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,924 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,926 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,927 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,927 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,927 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,946 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,947 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,947 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-15 02:55:02,948 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-15 02:55:02,948 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,967 [main] Physical connection got
DEBUG 2024-11-15 02:55:02,967 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,967 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,967 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,978 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:02,979 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:02,979 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-15 02:55:02,980 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-15 02:55:02,980 [main] Physical connection closed
DEBUG 2024-11-15 02:55:02,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:02,982 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:02,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:02,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,996 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:02,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:02,998 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,000 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,000 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,000 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,001 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,018 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,024 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,025 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-15 02.55.03', 9999, 'test', 50)
DEBUG 2024-11-15 02:55:03,025 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,026 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-15 02:55:03,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-15 02:55:03,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,028 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-15 02:55:03,029 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-15 02:55:03.025 {50, null, null, 0}
DEBUG 2024-11-15 02:55:03,029 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606900852/4, BranchId=]
DEBUG 2024-11-15 02:55:03,029 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,043 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,044 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,044 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,046 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,047 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,047 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,047 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,066 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,072 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,090 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,090 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,090 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,091 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,107 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-15 02:55:03,119 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,119 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-15 02:55:03,122 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,122 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,130 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,138 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,140 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,140 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,140 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,140 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,157 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-15 02:55:03,169 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,169 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-15 02:55:03,170 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-15 02:55:03,170 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,185 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,188 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,189 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,189 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,189 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,205 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-15 02:55:03,211 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,211 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-15 02:55:03,213 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-15 02:55:03,213 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,215 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,217 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,230 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,231 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,231 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,231 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,246 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-15 02:55:03,250 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,251 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,253 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,255 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,267 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,267 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,268 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,268 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,284 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-15 02:55:03,292 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,292 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-15 02:55:03,294 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,294 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,309 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,310 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,312 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,312 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,313 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,313 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,333 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-15 02:55:03,342 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,342 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-15 02:55:03,343 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,343 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,361 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,361 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,361 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,361 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,379 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-15 02:55:03,380 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,380 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-15 02:55:03,382 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-15 02:55:03,382 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,401 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,401 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,401 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,402 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,418 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-15 02:55:03,419 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,436 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,437 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,437 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,437 [main] Logical connection got, tx=null
WARN 2024-11-15 02:55:03,440 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-15 02:55:03,445 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-15 02:55:03,446 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,446 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-15 02:55:03,448 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-15 02:55:03,449 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,471 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,471 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,471 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,472 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,489 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-15 02:55:03,495 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,497 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,511 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,513 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,513 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,513 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,513 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,533 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-15 02:55:03,537 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,537 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-15 02:55:03,538 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,538 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,538 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-15 02:55:03,539 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,539 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,541 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,557 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,557 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,557 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,557 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,574 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-15 02:55:03,577 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,577 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-15 02:55:03,581 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,581 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,581 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-15 02:55:03,582 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,582 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,582 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-15 02:55:03,584 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,584 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,584 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-15 02:55:03,585 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,585 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,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 ename = 'a' AND job = 'b'
DEBUG 2024-11-15 02:55:03,586 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,586 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,603 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,604 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-15 02:55:03,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,622 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-15 02:55:03,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,623 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-15 02:55:03,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,624 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-15 02:55:03,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,624 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731606900852/5, BranchId=]
DEBUG 2024-11-15 02:55:03,625 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,639 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,642 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,642 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,642 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,642 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,662 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,668 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,671 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,679 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,691 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,691 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,691 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,691 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,715 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,720 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,722 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,737 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,738 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,738 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,741 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,741 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,741 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,742 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,748 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-15 02:55:03,750 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,766 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,766 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,766 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,766 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,772 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-15 02:55:03,774 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,775 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,792 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,794 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,795 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,795 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,795 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,801 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-15 02:55:03,803 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,811 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,819 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,820 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,820 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,820 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,826 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-15 02:55:03,827 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,829 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,831 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,842 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,845 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,845 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,845 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,846 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,863 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,864 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,864 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-15 02:55:03,867 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,867 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,869 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,881 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,884 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,884 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,884 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,884 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,901 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,902 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,903 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,905 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,910 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,919 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,919 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,919 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,919 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,935 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-15 02:55:03,936 [main] Physical connection closed
DEBUG 2024-11-15 02:55:03,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:03,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:03,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:03,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:03,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-15 02:55:03,953 [main] Physical connection got
DEBUG 2024-11-15 02:55:03,953 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,954 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:03,954 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:03,970 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-15 02:55:03,971 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.971 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.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-15 02:55:04,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,022 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,037 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,040 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,040 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,044 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,046 [main] Physical connection closed
DEBUG 2024-11-15 02:55:04,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,048 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,059 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,063 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,066 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,066 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,069 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,070 [main] Physical connection closed
DEBUG 2024-11-15 02:55:04,074 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,075 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,077 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,078 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,090 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,093 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,093 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,097 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,097 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-15 02:55:04,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,113 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,114 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,114 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,115 [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-11-15 02:55:04,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,128 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,129 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,131 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,131 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,147 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,148 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-15 02:55:04,153 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,153 [main] Physical connection closed
DEBUG 2024-11-15 02:55:04,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,164 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,165 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,167 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,167 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,183 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,183 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,183 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,183 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,194 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,199 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,199 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-15 02:55:04,201 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,202 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 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.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.unit.S2DaoAssertTest
DEBUG 2024-11-15 02:55:04,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,222 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,233 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,234 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,238 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,250 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,250 [main] Logical connection got, tx=null
WARN 2024-11-15 02:55:04,252 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-15 02:55:04,253 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-15 02:55:04,253 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,254 [main] Physical connection closed
DEBUG 2024-11-15 02:55:04,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,255 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,267 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,271 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,274 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,274 [main] Logical connection got, tx=null
WARN 2024-11-15 02:55:04,276 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-15 02:55:04,277 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-15 02:55:04,277 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,277 [main] Physical connection closed
DEBUG 2024-11-15 02:55:04,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,279 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,295 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,300 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-15 02:55:04,301 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,303 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,306 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,314 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-15 02:55:04,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,334 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,334 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,336 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,336 [main] Physical connection closed
DEBUG 2024-11-15 02:55:04,337 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,349 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,349 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,351 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,351 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-15 02:55:04,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-15 02:55:04,355 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-15 02:55:04,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-15 02:55:04,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-15 02:55:04,367 [main] Physical connection got
DEBUG 2024-11-15 02:55:04,367 [main] Logical connection got, tx=null
DEBUG 2024-11-15 02:55:04,367 [main] Logical connection closed, tx=null
DEBUG 2024-11-15 02:55:04,368 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.333s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.979s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.647s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.366s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Nov 15 02:55:04 JST 2024
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS