Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-05-28 02:54:52,456 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-28 02:54:52.251 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-28 02:54:52,456 [main] Logical connection got
DEBUG 2024-05-28 02:54:52,457 [main] Logical connection closed
DEBUG 2024-05-28 02:54:52,457 [main] Logical connection got
DEBUG 2024-05-28 02:54:52,460 [main] Logical connection closed
DEBUG 2024-05-28 02:54:52,462 [main] Logical connection got
DEBUG 2024-05-28 02:54:52,462 [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-05-28 02:54:52,463 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-28 02:54:52.251 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-28 02:54:52,463 [main] Logical connection got
DEBUG 2024-05-28 02:54:52,464 [main] UPDATE EMP SET tstamp = '2024-05-28 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-05-28 02.54.52'
DEBUG 2024-05-28 02:54:52,464 [main] Logical connection closed
DEBUG 2024-05-28 02:54:52,464 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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 maven.seasar.org
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: maven.seasar.org due to an error: Error transferring file
[INFO] Repository 'maven.seasar.org' will be blacklisted
[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.187 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-28 02:54:53,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:53,848 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:54:53,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:53,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:53,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:53,912 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:53,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:53,964 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:53,986 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:54:54,151 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,152 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,232 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,240 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-28 02:54:54,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,253 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,265 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,296 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,296 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,296 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,297 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,414 [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-05-28 02:54:54,420 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,443 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,446 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,451 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,451 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,451 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,451 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,492 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,516 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,547 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,547 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,547 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,548 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,592 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,598 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,622 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,625 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,625 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,626 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,626 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,664 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,669 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,695 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,695 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,695 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,695 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,730 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,734 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,737 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,745 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,759 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,759 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,759 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,759 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,794 [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-05-28 02:54:54,798 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,800 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,819 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,822 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,822 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,822 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,822 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,855 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,860 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,862 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,881 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,884 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,884 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,884 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,885 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,925 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,930 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,932 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,934 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:54,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:54,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,950 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,953 [main] Physical connection got
DEBUG 2024-05-28 02:54:54,953 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,953 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,954 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:54,984 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:54,989 [main] Physical connection closed
DEBUG 2024-05-28 02:54:54,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:54,991 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:54,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:54,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,015 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832495015/0, BranchId=]
DEBUG 2024-05-28 02:54:55,017 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,018 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/0, BranchId=]
DEBUG 2024-05-28 02:54:55,018 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/0, BranchId=]
DEBUG 2024-05-28 02:54:55,018 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/0, BranchId=]
DEBUG 2024-05-28 02:54:55,045 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/0, BranchId=]
DEBUG 2024-05-28 02:54:55,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/0, BranchId=]
DEBUG 2024-05-28 02:54:55,070 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-28 02.54.55', 99, 'hoge', 0)
DEBUG 2024-05-28 02:54:55,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/0, BranchId=]
DEBUG 2024-05-28 02:54:55,076 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832495015/0, BranchId=]
DEBUG 2024-05-28 02:54:55,076 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,079 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,095 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,097 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,099 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,100 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,100 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,100 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,100 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,128 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,139 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,139 [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-05-28 02:54:55,147 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,147 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,148 [main] UPDATE EMP SET tstamp = '2024-05-28 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-05-28 02:54:55,148 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,149 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832495015/1, BranchId=]
DEBUG 2024-05-28 02:54:55,149 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,172 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,173 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,173 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,173 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,173 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,207 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,217 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,218 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-28 02:54:55,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,220 [main] UPDATE EMP SET tstamp = '2024-05-28 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-05-28 02:54:55,221 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,221 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832495015/2, BranchId=]
DEBUG 2024-05-28 02:54:55,221 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,238 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,240 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,242 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,243 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,277 [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-05-28 02:54:55,279 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,279 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,280 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-28 02:54:55,280 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,280 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832495015/3, BranchId=]
DEBUG 2024-05-28 02:54:55,280 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,299 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,302 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,302 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,303 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,303 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,327 [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-05-28 02:54:55,329 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,330 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,334 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,338 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,361 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,361 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,361 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,361 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,385 [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-05-28 02:54:55,394 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,400 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,412 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,415 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,415 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,415 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,416 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,439 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,447 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,465 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,467 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,467 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,468 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,468 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,491 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,500 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,516 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,520 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,521 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,521 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,521 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,546 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,556 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,575 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,580 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,580 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,581 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,581 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,606 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,615 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,615 [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-05-28 02:54:55,623 [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-05-28 02:54:55,625 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,627 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,629 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,645 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,648 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,648 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,648 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,648 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,672 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,681 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,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
DEBUG 2024-05-28 02:54:55,686 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-28 02:54:55,687 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,706 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,707 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,708 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,710 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,710 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,711 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,711 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,738 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,745 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,745 [main] select * from emp
DEBUG 2024-05-28 02:54:55,748 [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-05-28 02:54:55,750 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,766 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,769 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,769 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,769 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,769 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,790 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,798 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,798 [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-05-28 02:54:55,801 [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-05-28 02:54:55,803 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,805 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,807 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,822 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,822 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,822 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,823 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,843 [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-05-28 02:54:55,851 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,870 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,871 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,871 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,871 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,893 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,901 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,901 [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-05-28 02:54:55,903 [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-05-28 02:54:55,905 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,924 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,924 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,925 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,925 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,949 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,957 [main] Logical connection got, tx=null
DEBUG 2024-05-28 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-05-28 02:54:55,962 [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-05-28 02:54:55,963 [main] Physical connection closed
DEBUG 2024-05-28 02:54:55,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:55,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,967 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:55,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:55,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:55,980 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:55,982 [main] Physical connection got
DEBUG 2024-05-28 02:54:55,982 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:55,983 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:55,983 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,004 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,013 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,013 [main] select * from emp
DEBUG 2024-05-28 02:54:56,015 [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-05-28 02:54:56,016 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,018 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,020 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,033 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,035 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,036 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,036 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,036 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,057 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,065 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,065 [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-05-28 02:54:56,066 [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-05-28 02:54:56,068 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,069 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,073 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,087 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,087 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,087 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,087 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,107 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,115 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,115 [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-05-28 02:54:56,117 [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-05-28 02:54:56,117 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,136 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,136 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,136 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,137 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,162 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,170 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,170 [main] select count(*) from emp
DEBUG 2024-05-28 02:54:56,171 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,172 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,173 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,188 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,190 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,190 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,190 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,190 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,212 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,221 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,221 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-28 02:54:56,222 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-05-28 02:54:56,222 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,241 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,241 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,241 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,241 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,261 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,269 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,269 [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-05-28 02:54:56,270 [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-05-28 02:54:56,270 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,272 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,274 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,288 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,289 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,289 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,289 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,308 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,315 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,315 [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-05-28 02:54:56,316 [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-05-28 02:54:56,316 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,334 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,334 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,334 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,334 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,353 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,360 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,360 [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-05-28 02:54:56,361 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b784427
DEBUG 2024-05-28 02:54:56,361 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,376 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,379 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,379 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,379 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,379 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,398 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,405 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,405 [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-05-28 02:54:56,407 [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-05-28 02:54:56,407 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,409 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,411 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,423 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,425 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,425 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,425 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,425 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,444 [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-05-28 02:54:56,451 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,451 [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-05-28 02:54:56,454 [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-05-28 02:54:56,454 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,456 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,460 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,463 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,463 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,468 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,470 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,472 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,472 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,472 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,472 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,491 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,495 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,495 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-28 02:54:56,495 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,495 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,497 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,511 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,513 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,513 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,513 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,513 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,532 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,535 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,535 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-28 02:54:56,535 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,535 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,537 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,554 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,554 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,554 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,554 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,566 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,567 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,567 [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-05-28 02:54:56,568 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-28 02:54:56,569 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,570 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,572 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,577 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,586 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,586 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,586 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,586 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,598 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,599 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,599 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-28 02:54:56,600 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-28 02:54:56,600 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,605 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,615 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,617 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,617 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,636 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,644 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,644 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-28 02.54.56', 9999, 'test', 50)
DEBUG 2024-05-28 02:54:56,644 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,644 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,645 [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-05-28 02:54:56,646 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/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-05-28 02:54:56,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,647 [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-05-28 02:54:56,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-28 02:54:56.644 {50, null, null, 0}
DEBUG 2024-05-28 02:54:56,648 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832495015/4, BranchId=]
DEBUG 2024-05-28 02:54:56,648 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,650 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,665 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,667 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,667 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,667 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,668 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,689 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,696 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,698 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,713 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,716 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,716 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,716 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,716 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,737 [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-05-28 02:54:56,747 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,747 [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-05-28 02:54:56,750 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,750 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,756 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,770 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,770 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,770 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,770 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,790 [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-05-28 02:54:56,801 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,801 [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-05-28 02:54:56,802 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-28 02:54:56,802 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,811 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,817 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,819 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,819 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,822 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,822 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,822 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,822 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,842 [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-05-28 02:54:56,849 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,849 [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-05-28 02:54:56,851 [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-05-28 02:54:56,851 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,853 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,855 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,857 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,870 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,871 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,871 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,871 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,890 [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-05-28 02:54:56,894 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,911 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,913 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,913 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,913 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,913 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,934 [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-05-28 02:54:56,942 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,942 [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-05-28 02:54:56,944 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,944 [main] Physical connection closed
DEBUG 2024-05-28 02:54:56,946 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:56,946 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:56,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:56,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:56,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:56,964 [main] Physical connection got
DEBUG 2024-05-28 02:54:56,964 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,964 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:56,964 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:56,984 [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-05-28 02:54:57,001 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,001 [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-05-28 02:54:57,001 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,002 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,003 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,018 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,018 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,019 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,019 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,037 [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-05-28 02:54:57,038 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,038 [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-05-28 02:54:57,040 [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-05-28 02:54:57,040 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,057 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,057 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,057 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,057 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,074 [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-05-28 02:54:57,075 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,082 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,090 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,091 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,091 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,091 [main] Logical connection got, tx=null
WARN  2024-05-28 02:54:57,094 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-28 02:54:57,099 [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-05-28 02:54:57,099 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,099 [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-05-28 02:54:57,102 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-28 02:54:57,102 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,118 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,118 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,118 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,118 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,136 [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-05-28 02:54:57,142 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,158 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,158 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,158 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,159 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,177 [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-05-28 02:54:57,180 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,180 [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-05-28 02:54:57,181 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,181 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,182 [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-05-28 02:54:57,182 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,182 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,184 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,198 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,198 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,198 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,198 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,217 [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-05-28 02:54:57,220 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,220 [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-05-28 02:54:57,223 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,223 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,223 [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-05-28 02:54:57,224 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,224 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,224 [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-05-28 02:54:57,226 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,226 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,226 [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-05-28 02:54:57,227 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,228 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,228 [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-05-28 02:54:57,228 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,228 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,231 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,241 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,243 [main] Transaction began, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,244 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,262 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-28 02:54:57,263 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,263 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-28 02:54:57,263 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,263 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,264 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-28 02:54:57,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,264 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,264 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-28 02:54:57,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,264 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1716832495015/5, BranchId=]
DEBUG 2024-05-28 02:54:57,264 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,278 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,280 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,280 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,280 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,280 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,298 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,301 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,303 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,314 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,315 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,315 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,317 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,317 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,317 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,317 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,335 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,339 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,355 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,355 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,355 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,356 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,362 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-28 02:54:57,364 [main] Physical connection closed
DEBUG 2024-05-28 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-05-28 02:54:57,365 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,371 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,379 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,379 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,379 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,379 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,385 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-28 02:54:57,387 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,388 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,394 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,400 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,402 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,402 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,402 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,402 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,409 [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-05-28 02:54:57,410 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,422 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,424 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,425 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,426 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,426 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,426 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,432 [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-05-28 02:54:57,434 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,447 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,449 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,449 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,450 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,450 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,467 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,468 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,468 [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-05-28 02:54:57,471 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,471 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,484 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,487 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,487 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,487 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,487 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,505 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,505 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,521 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,521 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,521 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,521 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,538 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-28 02:54:57,539 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,540 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,552 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-28 02:54:57,554 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,554 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,554 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,554 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,571 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-28 02:54:57,572 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.332 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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-05-28 02:54:57,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,621 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,636 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,639 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,639 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,642 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,645 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,646 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,661 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,663 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,663 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,666 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,667 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,668 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,682 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,685 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,685 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,688 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,689 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-28 02:54:57,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,704 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,704 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,705 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,705 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-28 02:54:57,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,726 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,726 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,743 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,744 [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-05-28 02:54:57,747 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,747 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,760 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,760 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,776 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,776 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,777 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,777 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,788 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,793 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,793 [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-05-28 02:54:57,795 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,795 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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-05-28 02:54:57,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,815 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,817 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,819 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,829 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,841 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,841 [main] Logical connection got, tx=null
WARN  2024-05-28 02:54:57,844 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-28 02:54:57,844 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-28 02:54:57,845 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,845 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,846 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,860 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,863 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,863 [main] Logical connection got, tx=null
WARN  2024-05-28 02:54:57,865 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-28 02:54:57,866 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-28 02:54:57,866 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,866 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,867 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,877 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,878 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,881 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,885 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,885 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-28 02:54:57,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,891 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,899 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-28 02:54:57,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,917 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,917 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,919 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,919 [main] Physical connection closed
DEBUG 2024-05-28 02:54:57,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,928 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,931 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,931 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,932 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,932 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-28 02:54:57,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-28 02:54:57,936 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-28 02:54:57,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-28 02:54:57,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-28 02:54:57,946 [main] Physical connection got
DEBUG 2024-05-28 02:54:57,946 [main] Logical connection got, tx=null
DEBUG 2024-05-28 02:54:57,947 [main] Logical connection closed, tx=null
DEBUG 2024-05-28 02:54:57,947 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

Tests run: 197, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.310s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.489s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.617s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.494s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue May 28 02:54:57 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS