Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-01 02:54:52,370 [main] Physical connection got
DEBUG 2024-11-01 02:54:52,370 [main] Logical connection got
DEBUG 2024-11-01 02:54:52,370 [main] Logical connection closed
DEBUG 2024-11-01 02:54:52,370 [main] Logical connection got
DEBUG 2024-11-01 02:54:52,383 [main] Logical connection closed
DEBUG 2024-11-01 02:54:52,384 [main] Logical connection got
DEBUG 2024-11-01 02:54:52,384 [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-01 02:54:52,386 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-01 02:54:52.17 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-01 02:54:52,386 [main] Logical connection got
DEBUG 2024-11-01 02:54:52,386 [main] Logical connection closed
DEBUG 2024-11-01 02:54:52,386 [main] Logical connection got
DEBUG 2024-11-01 02:54:52,390 [main] Logical connection closed
DEBUG 2024-11-01 02:54:52,392 [main] Logical connection got
DEBUG 2024-11-01 02:54:52,392 [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-01 02:54:52,392 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-01 02:54:52.17 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-01 02:54:52,393 [main] Logical connection got
DEBUG 2024-11-01 02:54:52,394 [main] UPDATE EMP SET tstamp = '2024-11-01 02.54.52', 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-01 02.54.52'
DEBUG 2024-11-01 02:54:52,395 [main] Logical connection closed
DEBUG 2024-11-01 02:54:52,395 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-01 02:54:53,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:53,888 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-01 02:54:53,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:53,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:53,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:53,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,031 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-01 02:54:54,187 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,187 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,268 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,275 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-01 02:54:54,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,317 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,329 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,330 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,330 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,330 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,440 [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-01 02:54:54,446 [main] Physical connection closed
DEBUG 2024-11-01 02:54:54,447 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,477 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,477 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,477 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,477 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,516 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,542 [main] Physical connection closed
DEBUG 2024-11-01 02:54:54,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,544 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,567 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,572 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,572 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,572 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,573 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,614 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,620 [main] Physical connection closed
DEBUG 2024-11-01 02:54:54,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,648 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,648 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,648 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,649 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,687 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,692 [main] Physical connection closed
DEBUG 2024-11-01 02:54:54,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,716 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,720 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,720 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,720 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,720 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,756 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,761 [main] Physical connection closed
DEBUG 2024-11-01 02:54:54,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,788 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,788 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,788 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,788 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,824 [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-01 02:54:54,828 [main] Physical connection closed
DEBUG 2024-11-01 02:54:54,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,850 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,853 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,853 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,854 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,854 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,889 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,895 [main] Physical connection closed
DEBUG 2024-11-01 02:54:54,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,907 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,918 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,921 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,921 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,921 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,922 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,961 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,967 [main] Physical connection closed
DEBUG 2024-11-01 02:54:54,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:54,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,971 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:54,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:54,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:54,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:54,992 [main] Physical connection got
DEBUG 2024-11-01 02:54:54,992 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:54,992 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:54,993 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,027 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,032 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,059 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730397295059/0, BranchId=]
DEBUG 2024-11-01 02:54:55,061 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,062 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/0, BranchId=]
DEBUG 2024-11-01 02:54:55,062 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/0, BranchId=]
DEBUG 2024-11-01 02:54:55,062 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/0, BranchId=]
DEBUG 2024-11-01 02:54:55,092 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/0, BranchId=]
DEBUG 2024-11-01 02:54:55,115 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/0, BranchId=]
DEBUG 2024-11-01 02:54:55,117 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-01 02.54.55', 99, 'hoge', 0)
DEBUG 2024-11-01 02:54:55,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/0, BranchId=]
DEBUG 2024-11-01 02:54:55,123 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730397295059/0, BranchId=]
DEBUG 2024-11-01 02:54:55,123 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,135 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,146 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,147 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,147 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,147 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,147 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,177 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,188 [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-01 02:54:55,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,195 [main] UPDATE EMP SET tstamp = '2024-11-01 02.54.55', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-01 02:54:55,196 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,196 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730397295059/1, BranchId=]
DEBUG 2024-11-01 02:54:55,196 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,198 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,219 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,219 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,219 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,259 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,268 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,268 [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-01 02:54:55,270 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,270 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,271 [main] UPDATE EMP SET tstamp = '2024-11-01 02.54.55', 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-01 02:54:55,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,271 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730397295059/2, BranchId=]
DEBUG 2024-11-01 02:54:55,271 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,292 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,294 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,295 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,295 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,295 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,295 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,323 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,331 [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-01 02:54:55,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,334 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-01 02:54:55,334 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,334 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730397295059/3, BranchId=]
DEBUG 2024-11-01 02:54:55,335 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,337 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,354 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,357 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,358 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,358 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,358 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,387 [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-01 02:54:55,388 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,398 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,398 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,405 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,420 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,421 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,421 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,421 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,449 [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-01 02:54:55,458 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,482 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,482 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,482 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,482 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,507 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,515 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,518 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,540 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,540 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,543 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,543 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,543 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,543 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,567 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,575 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,593 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,595 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,597 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,598 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,598 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,598 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,622 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,631 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,653 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,653 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,653 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,654 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,677 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,684 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,684 [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-01 02:54:55,692 [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-01 02:54:55,694 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,715 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,715 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,715 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,715 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,746 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,746 [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-01 02:54:55,750 [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-01 02:54:55,751 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,771 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,771 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,772 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,772 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,799 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,806 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,806 [main] select * from emp
DEBUG 2024-11-01 02:54:55,809 [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-01 02:54:55,810 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,829 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,829 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,829 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,830 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,852 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,859 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,859 [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-01 02:54:55,862 [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-01 02:54:55,863 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,864 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,879 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,881 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,881 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,881 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,881 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,903 [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-01 02:54:55,910 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,914 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,919 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,928 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,928 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,928 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,928 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,949 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,957 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,957 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-01 02:54:55,959 [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-01 02:54:55,960 [main] Physical connection closed
DEBUG 2024-11-01 02:54:55,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:55,962 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:55,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:55,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:55,976 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:55,978 [main] Physical connection got
DEBUG 2024-11-01 02:54:55,978 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,978 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:55,978 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:55,999 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,007 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,007 [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-01 02:54:56,011 [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-01 02:54:56,012 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,013 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,020 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,028 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,029 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,030 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,030 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,030 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,050 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,058 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,058 [main] select * from emp
DEBUG 2024-11-01 02:54:56,059 [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-01 02:54:56,060 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,062 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,077 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,079 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,079 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,079 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,079 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,100 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,108 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,108 [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-01 02:54:56,110 [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-01 02:54:56,111 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,114 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,128 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,128 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,129 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,129 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,149 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,156 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,156 [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-01 02:54:56,158 [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-01 02:54:56,158 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,164 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,176 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,176 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,176 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,176 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,213 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,220 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,220 [main] select count(*) from emp
DEBUG 2024-11-01 02:54:56,221 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,221 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,238 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,238 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,238 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,238 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,258 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,265 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,265 [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-01 02:54:56,266 [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-01 02:54:56,266 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,274 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,281 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,283 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,283 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,283 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,283 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,302 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,309 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,309 [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-01 02:54:56,310 [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-01 02:54:56,310 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,318 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,327 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,327 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,328 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,328 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,346 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,353 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,353 [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-01 02:54:56,354 [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-01 02:54:56,354 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,356 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,357 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,359 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,362 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,362 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,369 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,371 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,371 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,372 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,372 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,390 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,397 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,397 [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-01 02:54:56,398 [main] Logical connection closed, tx=null
[Ljava.util.Map;@3041876
DEBUG 2024-11-01 02:54:56,398 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,415 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,415 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,415 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,434 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,441 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,441 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-01 02:54:56,443 [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-01 02:54:56,443 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,446 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,448 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,456 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,458 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,460 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,460 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,460 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,460 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,480 [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-01 02:54:56,486 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,487 [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-01 02:54:56,490 [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-01 02:54:56,491 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,496 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,506 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,508 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,508 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,508 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,508 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,527 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,530 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,530 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-01 02:54:56,531 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,531 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,548 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,548 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,548 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,548 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,567 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,570 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,570 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-01 02:54:56,571 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,571 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,586 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,589 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,589 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,589 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,589 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,606 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,607 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,607 [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-01 02:54:56,608 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-01 02:54:56,608 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,609 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,610 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,622 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,625 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,625 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,625 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,625 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,638 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,638 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,638 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-01 02:54:56,639 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-01 02:54:56,639 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,656 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,656 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,656 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,656 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,656 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,680 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-01 02.54.56', 9999, 'test', 50)
DEBUG 2024-11-01 02:54:56,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,681 [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-01 02:54:56,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/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-01 02:54:56,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,683 [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-01 02:54:56,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-01 02:54:56.68 {50, null, null, 0}
DEBUG 2024-11-01 02:54:56,684 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730397295059/4, BranchId=]
DEBUG 2024-11-01 02:54:56,684 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,687 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,689 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,698 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,698 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,700 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,700 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,700 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,700 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,717 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,723 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,725 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,738 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,740 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,740 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,740 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,740 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,756 [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-01 02:54:56,764 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,764 [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-01 02:54:56,766 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,766 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,769 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,771 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,779 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,782 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,782 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,782 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,782 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,798 [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-01 02:54:56,807 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,807 [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-01 02:54:56,807 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-01 02:54:56,807 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,821 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,823 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,823 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,824 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,824 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,839 [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-01 02:54:56,844 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,844 [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-01 02:54:56,845 [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-01 02:54:56,846 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,859 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,861 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,861 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,861 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,861 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,876 [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-01 02:54:56,879 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,881 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,884 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,895 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,895 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,895 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,895 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,910 [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-01 02:54:56,917 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,917 [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-01 02:54:56,919 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,919 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,920 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,934 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,934 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,934 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,935 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,950 [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-01 02:54:56,956 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,956 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-01 02:54:56,957 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,957 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,959 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:56,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,969 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:56,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,971 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,973 [main] Physical connection got
DEBUG 2024-11-01 02:54:56,973 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,973 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:56,973 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,990 [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-01 02:54:56,991 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:56,991 [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-01 02:54:56,992 [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-01 02:54:56,993 [main] Physical connection closed
DEBUG 2024-11-01 02:54:56,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:56,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:56,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:56,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,008 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,008 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,008 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,008 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,023 [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-01 02:54:57,024 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,039 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,039 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,040 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,040 [main] Logical connection got, tx=null
WARN 2024-11-01 02:54:57,043 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-01 02:54:57,047 [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-01 02:54:57,048 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,048 [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-01 02:54:57,050 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-01 02:54:57,050 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,052 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,065 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,065 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,065 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,066 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,082 [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-01 02:54:57,088 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,090 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,101 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,102 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,104 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,104 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,104 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,104 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,121 [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-01 02:54:57,124 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,125 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-01 02:54:57,125 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,126 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,126 [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-01 02:54:57,126 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,126 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,128 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,139 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,142 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,142 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,142 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,142 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,158 [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-01 02:54:57,161 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,161 [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-01 02:54:57,164 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,164 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,164 [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-01 02:54:57,165 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,165 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,165 [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-01 02:54:57,167 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,167 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,167 [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-01 02:54:57,168 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,168 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,168 [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-01 02:54:57,168 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,168 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,170 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,176 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,184 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,184 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,185 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,185 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,185 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,201 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-01 02:54:57,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,202 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-01 02:54:57,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,202 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-01 02:54:57,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,203 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,203 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-01 02:54:57,203 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,203 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730397295059/5, BranchId=]
DEBUG 2024-11-01 02:54:57,203 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,204 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,206 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,208 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,211 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,218 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,218 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,218 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,218 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,235 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,238 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,241 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,253 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,253 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,253 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,253 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,269 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,273 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,289 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,289 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,289 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,289 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,295 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-01 02:54:57,296 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,299 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,301 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,313 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,315 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,315 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,315 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,315 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,321 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-01 02:54:57,322 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,337 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,337 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,337 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,337 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,343 [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-01 02:54:57,344 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,356 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,357 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,357 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,358 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,358 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,363 [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-01 02:54:57,365 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,371 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,379 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,379 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,379 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,379 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,395 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,396 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,396 [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-01 02:54:57,399 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,399 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,410 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,411 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,414 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,414 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,414 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,414 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,430 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,431 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,432 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,434 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,437 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,437 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,441 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,444 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,445 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,445 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,445 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,460 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-01 02:54:57,461 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,462 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-01 02:54:57,475 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,475 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,475 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,475 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,491 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-01 02:54:57,491 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.216 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-01 02:54:57,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,537 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,543 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,550 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,553 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,553 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,556 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,558 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,559 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,572 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,574 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,575 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,578 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,578 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,579 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,592 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,595 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,595 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,598 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,598 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-01 02:54:57,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,613 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,613 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,614 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,614 [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-01 02:54:57,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,628 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,628 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,643 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,643 [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-01 02:54:57,647 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,647 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,659 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,659 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,674 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,674 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,674 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,674 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,685 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,689 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,689 [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-01 02:54:57,691 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,692 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-01 02:54:57,710 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,711 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,723 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,735 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,735 [main] Logical connection got, tx=null
WARN 2024-11-01 02:54:57,737 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-01 02:54:57,738 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-01 02:54:57,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,738 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,740 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,753 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,756 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,756 [main] Logical connection got, tx=null
WARN 2024-11-01 02:54:57,757 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-01 02:54:57,758 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-01 02:54:57,758 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,758 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,760 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,770 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,776 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,780 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-01 02:54:57,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,792 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-01 02:54:57,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,807 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,808 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,809 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,810 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,810 [main] Physical connection closed
DEBUG 2024-11-01 02:54:57,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,820 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,820 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,821 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,822 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-01 02:54:57,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-01 02:54:57,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-01 02:54:57,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-01 02:54:57,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-01 02:54:57,834 [main] Physical connection got
DEBUG 2024-11-01 02:54:57,835 [main] Logical connection got, tx=null
DEBUG 2024-11-01 02:54:57,835 [main] Logical connection closed, tx=null
DEBUG 2024-11-01 02:54:57,835 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.304s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.453s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.600s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.441s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Nov 01 02:54:57 JST 2024
[INFO] Final Memory: 30M/406M
[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