Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-13 02:54:53,319 [main] Physical connection got
DEBUG 2025-01-13 02:54:53,319 [main] Logical connection got
DEBUG 2025-01-13 02:54:53,319 [main] Logical connection closed
DEBUG 2025-01-13 02:54:53,319 [main] Logical connection got
DEBUG 2025-01-13 02:54:53,331 [main] Logical connection closed
DEBUG 2025-01-13 02:54:53,332 [main] Logical connection got
DEBUG 2025-01-13 02:54:53,332 [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 2025-01-13 02:54:53,333 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-13 02:54:53.12 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-13 02:54:53,334 [main] Logical connection got
DEBUG 2025-01-13 02:54:53,334 [main] Logical connection closed
DEBUG 2025-01-13 02:54:53,334 [main] Logical connection got
DEBUG 2025-01-13 02:54:53,338 [main] Logical connection closed
DEBUG 2025-01-13 02:54:53,340 [main] Logical connection got
DEBUG 2025-01-13 02:54:53,340 [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 2025-01-13 02:54:53,341 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-13 02:54:53.12 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-13 02:54:53,341 [main] Logical connection got
DEBUG 2025-01-13 02:54:53,342 [main] UPDATE EMP SET tstamp = '2025-01-13 02.54.53', 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 = '2025-01-13 02.54.53'
DEBUG 2025-01-13 02:54:53,343 [main] Logical connection closed
DEBUG 2025-01-13 02:54:53,343 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-13 02:54:54,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:54,796 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-13 02:54:54,826 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:54,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:54,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:54,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:54,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:54,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:54,923 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-13 02:54:55,077 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,078 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,149 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,155 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-13 02:54:55,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,206 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,206 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,206 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,206 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,315 [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 2025-01-13 02:54:55,320 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,322 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,350 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,350 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,350 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,350 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,388 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,410 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,413 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,416 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,418 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,440 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,440 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,440 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,441 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,480 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,485 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,487 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,488 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,490 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,507 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,509 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,512 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,513 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,513 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,513 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,547 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,552 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,575 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,575 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,575 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,576 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,606 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,611 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,613 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,633 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,633 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,634 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,634 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,664 [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 2025-01-13 02:54:55,667 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,669 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,690 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,690 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,690 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,690 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,720 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,725 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,727 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,729 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,748 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,748 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,749 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,749 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,781 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,786 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,788 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,790 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,808 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,808 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,809 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,809 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:55,834 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:55,839 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,845 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,859 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,863 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736704495863/0, BranchId=]
DEBUG 2025-01-13 02:54:55,865 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,865 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/0, BranchId=]
DEBUG 2025-01-13 02:54:55,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/0, BranchId=]
DEBUG 2025-01-13 02:54:55,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/0, BranchId=]
DEBUG 2025-01-13 02:54:55,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/0, BranchId=]
DEBUG 2025-01-13 02:54:55,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/0, BranchId=]
DEBUG 2025-01-13 02:54:55,913 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-13 02.54.55', 99, 'hoge', 0)
DEBUG 2025-01-13 02:54:55,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/0, BranchId=]
DEBUG 2025-01-13 02:54:55,918 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736704495863/0, BranchId=]
DEBUG 2025-01-13 02:54:55,919 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,921 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,929 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,929 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:55,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,939 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,941 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,941 [main] Physical connection got
DEBUG 2025-01-13 02:54:55,942 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,942 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,942 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,966 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,976 [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 2025-01-13 02:54:55,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,984 [main] UPDATE EMP SET tstamp = '2025-01-13 02.54.55', 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 2025-01-13 02:54:55,984 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,985 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736704495863/1, BranchId=]
DEBUG 2025-01-13 02:54:55,985 [main] Physical connection closed
DEBUG 2025-01-13 02:54:55,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:55,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:55,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:55,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:55,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,005 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,007 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,008 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,032 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,052 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,052 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-01-13 02:54:56,054 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,055 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,055 [main] UPDATE EMP SET tstamp = '2025-01-13 02.54.56', 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 2025-01-13 02:54:56,056 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,056 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736704495863/2, BranchId=]
DEBUG 2025-01-13 02:54:56,056 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,058 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,076 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,078 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,078 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,079 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,103 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,112 [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 2025-01-13 02:54:56,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,114 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,114 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-13 02:54:56,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,115 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736704495863/3, BranchId=]
DEBUG 2025-01-13 02:54:56,115 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,117 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,138 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,138 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,138 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,138 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,162 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-01-13 02:54:56,164 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,192 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,192 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,193 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,193 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,216 [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 2025-01-13 02:54:56,224 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,245 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,245 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,245 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,246 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,267 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,274 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,298 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,298 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,298 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,299 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,319 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,327 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,328 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,332 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,346 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,347 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,347 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,347 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,367 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,375 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,381 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,384 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,392 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,394 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,394 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,394 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,395 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,414 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,422 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,422 [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 2025-01-13 02:54:56,429 [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 2025-01-13 02:54:56,430 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,449 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,450 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,450 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,450 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,470 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,477 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,477 [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 2025-01-13 02:54:56,481 [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 2025-01-13 02:54:56,482 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,486 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,488 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,499 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,502 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,502 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,502 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,502 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,526 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,533 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,534 [main] select * from emp
DEBUG 2025-01-13 02:54:56,537 [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 2025-01-13 02:54:56,538 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,557 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,557 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,558 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,558 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,577 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,584 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,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 order by empno
DEBUG 2025-01-13 02:54:56,588 [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 2025-01-13 02:54:56,589 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,611 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,613 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,613 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,614 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,614 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,633 [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 2025-01-13 02:54:56,640 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,642 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,659 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,659 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,659 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,659 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,678 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,686 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,686 [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 2025-01-13 02:54:56,689 [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 2025-01-13 02:54:56,690 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,692 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,709 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,709 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,710 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,710 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,729 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,736 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,736 [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 2025-01-13 02:54:56,740 [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 2025-01-13 02:54:56,741 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,760 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,760 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,760 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,760 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,779 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,786 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,786 [main] select * from emp
DEBUG 2025-01-13 02:54:56,788 [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 2025-01-13 02:54:56,789 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,808 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,808 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,808 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,808 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,827 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,835 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,835 [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 2025-01-13 02:54:56,837 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-01-13 02:54:56,838 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,839 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,843 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,846 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,856 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,856 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,856 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,857 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,876 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,883 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,883 [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 2025-01-13 02:54:56,885 [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 2025-01-13 02:54:56,885 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,894 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,901 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,904 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,904 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,904 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,904 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,924 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,937 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,937 [main] select count(*) from emp
DEBUG 2025-01-13 02:54:56,939 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,939 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,948 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:56,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,957 [main] Physical connection got
DEBUG 2025-01-13 02:54:56,957 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,958 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,958 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,977 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:56,984 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:56,985 [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 2025-01-13 02:54:56,985 [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 2025-01-13 02:54:56,986 [main] Physical connection closed
DEBUG 2025-01-13 02:54:56,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:56,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:56,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:56,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:56,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,004 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,004 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,005 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,005 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,024 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,032 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,032 [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 2025-01-13 02:54:57,033 [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 2025-01-13 02:54:57,033 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,052 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,052 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,052 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,052 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,071 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,078 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,078 [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 2025-01-13 02:54:57,079 [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 2025-01-13 02:54:57,080 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,081 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,081 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,083 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,085 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,088 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,088 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,098 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,098 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,098 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,098 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,118 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,125 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,125 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-01-13 02:54:57,125 [main] Logical connection closed, tx=null
[Ljava.util.Map;@a6a435f
DEBUG 2025-01-13 02:54:57,126 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,142 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,144 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,144 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,144 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,144 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,163 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,170 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,170 [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 2025-01-13 02:54:57,173 [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 2025-01-13 02:54:57,173 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,182 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,182 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,189 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,191 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,191 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,192 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,192 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,211 [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 2025-01-13 02:54:57,218 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,218 [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 2025-01-13 02:54:57,222 [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 2025-01-13 02:54:57,223 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,239 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,241 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,241 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,241 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,241 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,260 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,264 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,264 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-13 02:54:57,265 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,265 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,270 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,281 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,283 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,283 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,283 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,283 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,305 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,308 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,308 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-13 02:54:57,309 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,309 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,328 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,329 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,329 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,329 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,346 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,347 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,347 [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 2025-01-13 02:54:57,348 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-13 02:54:57,349 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,357 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,365 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,367 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,367 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,367 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,367 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,379 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,380 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,380 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-13 02:54:57,381 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-13 02:54:57,381 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,399 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,399 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,424 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,425 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-13 02.54.57', 9999, 'test', 50)
DEBUG 2025-01-13 02:54:57,425 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,425 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,425 [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 2025-01-13 02:54:57,427 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/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 2025-01-13 02:54:57,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,428 [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 2025-01-13 02:54:57,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-13 02:54:57.424 {50, null, null, 0}
DEBUG 2025-01-13 02:54:57,429 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736704495863/4, BranchId=]
DEBUG 2025-01-13 02:54:57,429 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,434 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,446 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,446 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,447 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,447 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,464 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,470 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,484 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,486 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,487 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,488 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,488 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,488 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,507 [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 2025-01-13 02:54:57,515 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,515 [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 2025-01-13 02:54:57,518 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,518 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,526 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,526 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,533 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,533 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,535 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,535 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,536 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,536 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,553 [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 2025-01-13 02:54:57,562 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,562 [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 2025-01-13 02:54:57,563 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-13 02:54:57,563 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,578 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,578 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,581 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,581 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,581 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,581 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,598 [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 2025-01-13 02:54:57,603 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,603 [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 2025-01-13 02:54:57,605 [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 2025-01-13 02:54:57,605 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,607 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,614 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,623 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,623 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,623 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,623 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,640 [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 2025-01-13 02:54:57,643 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,659 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,659 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,659 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,660 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,676 [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 2025-01-13 02:54:57,682 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,682 [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 2025-01-13 02:54:57,685 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,685 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,686 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,688 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,690 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,700 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,702 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,702 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,702 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,702 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,719 [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 2025-01-13 02:54:57,725 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,725 [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 2025-01-13 02:54:57,726 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,726 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,727 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,730 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,731 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,734 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,734 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,743 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,743 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,743 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,744 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,762 [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 2025-01-13 02:54:57,763 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,763 [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 2025-01-13 02:54:57,765 [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 2025-01-13 02:54:57,766 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,782 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,782 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,783 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,783 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,800 [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 2025-01-13 02:54:57,801 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,803 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,818 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,818 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,819 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,819 [main] Logical connection got, tx=null
WARN 2025-01-13 02:54:57,822 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-13 02:54:57,827 [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 2025-01-13 02:54:57,828 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,828 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-13 02:54:57,830 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-13 02:54:57,831 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,847 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,847 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,848 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,848 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,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 LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-13 02:54:57,872 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,885 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,889 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,889 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,889 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,889 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,908 [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 2025-01-13 02:54:57,912 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,912 [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 2025-01-13 02:54:57,912 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,913 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,913 [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 2025-01-13 02:54:57,914 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,914 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,915 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,917 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,931 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,931 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,931 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,931 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,949 [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 2025-01-13 02:54:57,952 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,952 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-01-13 02:54:57,956 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,956 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,956 [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 2025-01-13 02:54:57,957 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,957 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,957 [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 2025-01-13 02:54:57,959 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,959 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,959 [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 2025-01-13 02:54:57,960 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,960 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:57,960 [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 2025-01-13 02:54:57,961 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:57,961 [main] Physical connection closed
DEBUG 2025-01-13 02:54:57,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:57,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:57,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:57,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:57,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:57,978 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:57,978 [main] Physical connection got
DEBUG 2025-01-13 02:54:57,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:57,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:57,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:57,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-13 02:54:57,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:57,999 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-13 02:54:57,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:57,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:58,000 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-13 02:54:58,000 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:58,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:58,000 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-13 02:54:58,001 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:58,001 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736704495863/5, BranchId=]
DEBUG 2025-01-13 02:54:58,001 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,018 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,018 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,019 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,019 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,037 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,041 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,046 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,058 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,058 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,058 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,058 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,076 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,081 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,082 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,084 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,095 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,098 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,098 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,098 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,098 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,108 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-13 02:54:58,110 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,123 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,126 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,126 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,126 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,126 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,133 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-13 02:54:58,143 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,144 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,158 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,158 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,158 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,158 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,165 [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 2025-01-13 02:54:58,166 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,179 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,180 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,180 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,181 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,181 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,187 [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 2025-01-13 02:54:58,188 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,200 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,201 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,201 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,203 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,203 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,203 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,203 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,220 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,221 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,221 [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 2025-01-13 02:54:58,224 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,224 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,228 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,236 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,237 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,240 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,240 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,240 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,240 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,257 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,258 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,263 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,271 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,271 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,273 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,273 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,273 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,273 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,290 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-13 02:54:58,291 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,304 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-13 02:54:58,307 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,307 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,307 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,307 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,324 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-13 02:54:58,325 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.169 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.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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 2025-01-13 02:54:58,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,373 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,376 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,387 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,389 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,389 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,392 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,395 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,396 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,408 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,410 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,413 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,413 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,416 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,417 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,418 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,424 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,432 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,435 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,435 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,438 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,439 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-13 02:54:58,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,444 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,457 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,457 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,458 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,458 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-13 02:54:58,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,473 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,473 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,489 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,489 [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 2025-01-13 02:54:58,492 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,492 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,505 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,505 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,521 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,521 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,522 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,522 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,533 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,537 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,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 WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-13 02:54:58,540 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,540 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.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 2025-01-13 02:54:58,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,559 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,570 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,571 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,573 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,586 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,586 [main] Logical connection got, tx=null
WARN 2025-01-13 02:54:58,588 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-13 02:54:58,589 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-13 02:54:58,589 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,589 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,591 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,605 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,607 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,607 [main] Logical connection got, tx=null
WARN 2025-01-13 02:54:58,609 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-13 02:54:58,610 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-13 02:54:58,610 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,611 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,612 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,618 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,618 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,629 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,634 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-13 02:54:58,636 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,644 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,648 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-13 02:54:58,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,667 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,667 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,668 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,668 [main] Physical connection closed
DEBUG 2025-01-13 02:54:58,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,680 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,680 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,681 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,681 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-13 02:54:58,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-13 02:54:58,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-13 02:54:58,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-13 02:54:58,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-13 02:54:58,695 [main] Physical connection got
DEBUG 2025-01-13 02:54:58,696 [main] Logical connection got, tx=null
DEBUG 2025-01-13 02:54:58,696 [main] Logical connection closed, tx=null
DEBUG 2025-01-13 02:54:58,696 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.319s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.358s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.650s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.343s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Jan 13 02:54:58 JST 2025
[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