Skipping 89 KB..
Full LogWHERE empno = 7788
DEBUG 2024-11-16 02:50:56,388 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-16 02:50:56,389 [main] Logical connection got
DEBUG 2024-11-16 02:50:56,389 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-16 02:50:56,392 [main] Logical connection closed
DEBUG 2024-11-16 02:50:56,393 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-16 02:50:56,430 [main] Physical connection got
DEBUG 2024-11-16 02:50:56,430 [main] Logical connection got
DEBUG 2024-11-16 02:50:56,430 [main] Logical connection closed
DEBUG 2024-11-16 02:50:56,430 [main] Logical connection got
DEBUG 2024-11-16 02:50:56,442 [main] Logical connection closed
DEBUG 2024-11-16 02:50:56,443 [main] Logical connection got
DEBUG 2024-11-16 02:50:56,443 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-16 02:50:56,445 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-16 02:50:56.223 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-16 02:50:56,445 [main] Logical connection got
DEBUG 2024-11-16 02:50:56,446 [main] Logical connection closed
DEBUG 2024-11-16 02:50:56,446 [main] Logical connection got
DEBUG 2024-11-16 02:50:56,450 [main] Logical connection closed
DEBUG 2024-11-16 02:50:56,451 [main] Logical connection got
DEBUG 2024-11-16 02:50:56,451 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-16 02:50:56,452 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-16 02:50:56.223 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-16 02:50:56,453 [main] Logical connection got
DEBUG 2024-11-16 02:50:56,453 [main] UPDATE EMP SET tstamp = '2024-11-16 02.50.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-16 02.50.56'
DEBUG 2024-11-16 02:50:56,454 [main] Logical connection closed
DEBUG 2024-11-16 02:50:56,454 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-16 02:50:57,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:57,787 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:50:57,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:57,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:57,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:57,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:57,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:57,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:57,946 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:50:58,122 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,122 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,202 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,209 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-16 02:50:58,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,233 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,233 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,245 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,249 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,263 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,263 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,263 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,263 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,381 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-16 02:50:58,387 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,401 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,401 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,414 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,419 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,419 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,419 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,419 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,458 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,483 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,492 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,512 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,516 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,516 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,517 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,517 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,561 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,567 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,595 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,596 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,596 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,596 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,633 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,638 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,662 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,666 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,666 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,666 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,666 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,700 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,706 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,708 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,730 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,733 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,733 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,734 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,734 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,767 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-16 02:50:58,771 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,773 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,774 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,791 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,792 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,793 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,796 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,796 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,797 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,797 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,829 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,834 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,836 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,858 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,858 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,859 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,859 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,899 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,904 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,929 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,929 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,929 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,929 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:58,956 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:58,961 [main] Physical connection closed
DEBUG 2024-11-16 02:50:58,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:58,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:58,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:58,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:58,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:58,987 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693058987/0, BranchId=]
DEBUG 2024-11-16 02:50:58,989 [main] Physical connection got
DEBUG 2024-11-16 02:50:58,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/0, BranchId=]
DEBUG 2024-11-16 02:50:58,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/0, BranchId=]
DEBUG 2024-11-16 02:50:58,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/0, BranchId=]
DEBUG 2024-11-16 02:50:59,017 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/0, BranchId=]
DEBUG 2024-11-16 02:50:59,038 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/0, BranchId=]
DEBUG 2024-11-16 02:50:59,041 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-16 02.50.59', 99, 'hoge', 0)
DEBUG 2024-11-16 02:50:59,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/0, BranchId=]
DEBUG 2024-11-16 02:50:59,047 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693058987/0, BranchId=]
DEBUG 2024-11-16 02:50:59,048 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,059 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,069 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,072 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,072 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,073 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,099 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,110 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-16 02:50:59,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,118 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,119 [main] UPDATE EMP SET tstamp = '2024-11-16 02.50.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-16 02:50:59,120 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,120 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693058987/1, BranchId=]
DEBUG 2024-11-16 02:50:59,120 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,144 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,144 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,144 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,145 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,145 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,190 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,190 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-16 02:50:59,192 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,193 [main] UPDATE EMP SET tstamp = '2024-11-16 02.50.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-16 02:50:59,193 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,194 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693058987/2, BranchId=]
DEBUG 2024-11-16 02:50:59,194 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,214 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,215 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,218 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,218 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,218 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,219 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,245 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,255 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-16 02:50:59,257 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,257 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,258 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-16 02:50:59,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,258 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693058987/3, BranchId=]
DEBUG 2024-11-16 02:50:59,258 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,261 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,270 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,283 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,283 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,283 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,284 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,310 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-16 02:50:59,312 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,344 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,344 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,344 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,345 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,371 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-16 02:50:59,380 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,383 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,385 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,405 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,405 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,405 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,406 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,431 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,441 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,452 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,452 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,462 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,465 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,465 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,465 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,465 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,490 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,500 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,523 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,523 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,523 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,524 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,549 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,559 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,584 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,584 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,584 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,584 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,622 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,622 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-16 02:50:59,630 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-16 02:50:59,632 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,634 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,653 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,656 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,656 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,656 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,657 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,683 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,693 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,693 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-16 02:50:59,698 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-16 02:50:59,700 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,702 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,720 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,723 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,723 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,723 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,724 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,749 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,764 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,764 [main] select * from emp
DEBUG 2024-11-16 02:50:59,767 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-16 02:50:59,768 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,788 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,789 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,789 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,789 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,811 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,818 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,818 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-16 02:50:59,822 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-16 02:50:59,823 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,842 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,844 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,844 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,845 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,865 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-16 02:50:59,873 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,894 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,894 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,894 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,895 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,915 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,923 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,923 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-16 02:50:59,926 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-16 02:50:59,927 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,937 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,948 [main] Physical connection got
DEBUG 2024-11-16 02:50:59,948 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,948 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,948 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,968 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:50:59,976 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:50:59,977 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-16 02:50:59,982 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-16 02:50:59,984 [main] Physical connection closed
DEBUG 2024-11-16 02:50:59,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:50:59,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:50:59,988 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:50:59,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,993 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:50:59,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:50:59,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,003 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,003 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,003 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,004 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,025 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,033 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,033 [main] select * from emp
DEBUG 2024-11-16 02:51:00,035 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-16 02:51:00,036 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,053 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,055 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,055 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,055 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,056 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,076 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,084 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,084 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-16 02:51:00,086 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-16 02:51:00,087 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,089 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,097 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,103 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,104 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,105 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,107 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,107 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,107 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,107 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,128 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,135 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,136 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-16 02:51:00,137 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-16 02:51:00,138 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,140 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,155 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,157 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,157 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,157 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,157 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,177 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,185 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,185 [main] select count(*) from emp
DEBUG 2024-11-16 02:51:00,187 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,187 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,213 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,213 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,213 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,213 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,233 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,241 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,241 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-16 02:51:00,242 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-16 02:51:00,243 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,244 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,251 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,261 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,261 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,261 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,262 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,281 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,288 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,288 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-16 02:51:00,289 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-16 02:51:00,289 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,291 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,308 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,308 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,308 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,308 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,327 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,334 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,334 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-16 02:51:00,335 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-16 02:51:00,335 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,344 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,344 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,353 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,353 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,354 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,354 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,372 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,379 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,379 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-16 02:51:00,380 [main] Logical connection closed, tx=null
[Ljava.util.Map;@46da3772
DEBUG 2024-11-16 02:51:00,380 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,382 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,398 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,399 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,399 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,399 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,417 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,424 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,424 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-16 02:51:00,427 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-16 02:51:00,427 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,445 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,445 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,445 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,446 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,463 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-16 02:51:00,470 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,470 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-16 02:51:00,473 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-16 02:51:00,474 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,476 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,482 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,492 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,492 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,492 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,493 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,510 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,514 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,514 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-16 02:51:00,514 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,514 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,528 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,530 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,532 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,532 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,532 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,533 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,550 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,553 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,554 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-16 02:51:00,554 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,554 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,568 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,570 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,573 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,573 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,573 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,573 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,585 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,586 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,586 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-16 02:51:00,587 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-16 02:51:00,588 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,606 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,606 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,606 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,606 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,618 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,618 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,619 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-16 02:51:00,620 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-16 02:51:00,620 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,635 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,636 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,638 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,638 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,638 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,639 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,639 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,657 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,664 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-16 02.51.00', 9999, 'test', 50)
DEBUG 2024-11-16 02:51:00,664 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,665 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,665 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-16 02:51:00,667 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-16 02:51:00,667 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,667 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-16 02:51:00,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-16 02:51:00.664 {50, null, null, 0}
DEBUG 2024-11-16 02:51:00,669 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693058987/4, BranchId=]
DEBUG 2024-11-16 02:51:00,669 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,671 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,673 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,689 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,689 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,689 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,689 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,710 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,719 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,740 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,740 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,740 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,741 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,762 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-16 02:51:00,773 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,773 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-16 02:51:00,776 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,777 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,779 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,797 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,798 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,798 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,798 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,820 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-16 02:51:00,831 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,832 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-16 02:51:00,832 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-16 02:51:00,833 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,877 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,878 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,878 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,878 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,900 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-16 02:51:00,907 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,907 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-16 02:51:00,909 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-16 02:51:00,909 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,912 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,926 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,931 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,931 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,931 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,931 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,952 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-16 02:51:00,957 [main] Physical connection closed
DEBUG 2024-11-16 02:51:00,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:00,959 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,963 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:00,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:00,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:00,975 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:00,978 [main] Physical connection got
DEBUG 2024-11-16 02:51:00,978 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,978 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:00,978 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:00,999 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-16 02:51:01,008 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,008 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-16 02:51:01,011 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,011 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,012 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,013 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,015 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,029 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,032 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,032 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,032 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,032 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,054 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-16 02:51:01,063 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,063 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-16 02:51:01,064 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,064 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,098 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,098 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,098 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,098 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,116 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-16 02:51:01,118 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,118 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-16 02:51:01,119 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-16 02:51:01,120 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,121 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,122 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,133 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,135 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,137 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,137 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,138 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,138 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,153 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-16 02:51:01,154 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,166 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,170 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,170 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,170 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,170 [main] Logical connection got, tx=null
WARN 2024-11-16 02:51:01,173 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-16 02:51:01,178 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-16 02:51:01,179 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,179 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-16 02:51:01,181 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-16 02:51:01,182 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,183 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,196 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,197 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,197 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,197 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,213 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-16 02:51:01,222 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,238 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,238 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,238 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,239 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,254 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-16 02:51:01,258 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,258 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-16 02:51:01,259 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,259 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,259 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-16 02:51:01,260 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,260 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,261 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,273 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,275 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,275 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,275 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,275 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,289 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-16 02:51:01,292 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,293 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-16 02:51:01,295 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,296 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,296 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-16 02:51:01,296 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,296 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,296 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-16 02:51:01,298 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,298 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,298 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-16 02:51:01,299 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,299 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,299 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-16 02:51:01,300 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,300 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,301 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,301 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,303 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,314 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,314 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,315 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,330 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-16 02:51:01,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,331 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-16 02:51:01,331 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,332 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-16 02:51:01,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,332 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-16 02:51:01,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,332 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693058987/5, BranchId=]
DEBUG 2024-11-16 02:51:01,332 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,348 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,348 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,348 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,348 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,363 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,366 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,378 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,378 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,379 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,381 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,381 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,381 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,381 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,396 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,400 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,402 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,415 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,415 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,415 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,420 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-16 02:51:01,422 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,435 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,436 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,436 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,436 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,441 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-16 02:51:01,442 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,444 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,447 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,456 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,456 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,457 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,457 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,462 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-16 02:51:01,463 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,477 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,477 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,478 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,478 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,483 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-16 02:51:01,484 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,486 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,491 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,496 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,498 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,498 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,498 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,499 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,513 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,514 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,514 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-16 02:51:01,517 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,518 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,529 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,530 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,532 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,532 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,532 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,532 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,547 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,548 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,562 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,562 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,562 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,563 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,578 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-16 02:51:01,578 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:51:01,593 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,593 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,593 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,608 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-16 02:51:01,609 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.401 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-16 02:51:01,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,657 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,670 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,673 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,673 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,677 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,679 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,681 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,694 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,696 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,696 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,700 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,701 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,702 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,715 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,718 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,718 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,721 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,722 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-16 02:51:01,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,736 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,736 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,737 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,737 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-16 02:51:01,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,753 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,753 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,768 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,768 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-16 02:51:01,771 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,771 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,776 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,783 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,783 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,804 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,805 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,805 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,805 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,816 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,821 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,822 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-16 02:51:01,824 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,824 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-16 02:51:01,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,842 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,844 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,848 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,849 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,856 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,867 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,867 [main] Logical connection got, tx=null
WARN 2024-11-16 02:51:01,869 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-16 02:51:01,870 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-16 02:51:01,870 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,871 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,872 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,885 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,887 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,887 [main] Logical connection got, tx=null
WARN 2024-11-16 02:51:01,889 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-16 02:51:01,890 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-16 02:51:01,890 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,890 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,892 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,897 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,905 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,909 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:51:01,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,922 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-16 02:51:01,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,932 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,939 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,939 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,940 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,940 [main] Physical connection closed
DEBUG 2024-11-16 02:51:01,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,952 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,952 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,953 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,953 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-16 02:51:01,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:51:01,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:51:01,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:51:01,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:51:01,967 [main] Physical connection got
DEBUG 2024-11-16 02:51:01,967 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:51:01,967 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:51:01,968 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.353s]
[INFO] S2Dao Tiger ........................................... SUCCESS [6.264s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.741s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.518s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat Nov 16 02:51:02 JST 2024
[INFO] Final Memory: 29M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS