Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-07-02 02:54:54,583 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-02 02:54:54.372 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-02 02:54:54,583 [main] Logical connection got
DEBUG 2024-07-02 02:54:54,583 [main] Logical connection closed
DEBUG 2024-07-02 02:54:54,583 [main] Logical connection got
DEBUG 2024-07-02 02:54:54,587 [main] Logical connection closed
DEBUG 2024-07-02 02:54:54,589 [main] Logical connection got
DEBUG 2024-07-02 02:54:54,589 [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-07-02 02:54:54,590 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-07-02 02:54:54.372 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-07-02 02:54:54,590 [main] Logical connection got
DEBUG 2024-07-02 02:54:54,591 [main] UPDATE EMP SET tstamp = '2024-07-02 02.54.54', 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-07-02 02.54.54'
DEBUG 2024-07-02 02:54:54,591 [main] Logical connection closed
DEBUG 2024-07-02 02:54:54,592 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 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.153 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-07-02 02:54:55,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:55,959 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:54:55,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:55,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,096 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:54:56,256 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,256 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,333 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,339 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-07-02 02:54:56,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,357 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,363 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,363 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,375 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,378 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,379 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,392 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,392 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,392 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,393 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,504 [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-07-02 02:54:56,510 [main] Physical connection closed
DEBUG 2024-07-02 02:54:56,511 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,512 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,515 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,523 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,532 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,535 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,539 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,539 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,540 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,540 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,578 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,600 [main] Physical connection closed
DEBUG 2024-07-02 02:54:56,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,623 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,626 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,629 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,629 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,630 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,630 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,671 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,677 [main] Physical connection closed
DEBUG 2024-07-02 02:54:56,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,679 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,690 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,705 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,705 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,705 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,705 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,741 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,746 [main] Physical connection closed
DEBUG 2024-07-02 02:54:56,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,771 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,772 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,772 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,772 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,804 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,809 [main] Physical connection closed
DEBUG 2024-07-02 02:54:56,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,811 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,815 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,820 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,833 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,834 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,834 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,834 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,864 [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-07-02 02:54:56,869 [main] Physical connection closed
DEBUG 2024-07-02 02:54:56,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,880 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,888 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,890 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,893 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,893 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,894 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,894 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,923 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,928 [main] Physical connection closed
DEBUG 2024-07-02 02:54:56,930 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,930 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:56,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:56,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,950 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,952 [main] Physical connection got
DEBUG 2024-07-02 02:54:56,953 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,953 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,953 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:56,987 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:56,992 [main] Physical connection closed
DEBUG 2024-07-02 02:54:56,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:56,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:56,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:56,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,012 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,015 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,015 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,016 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,016 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,043 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,047 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,068 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,073 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856497073/0, BranchId=]
DEBUG 2024-07-02 02:54:57,075 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/0, BranchId=]
DEBUG 2024-07-02 02:54:57,076 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/0, BranchId=]
DEBUG 2024-07-02 02:54:57,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/0, BranchId=]
DEBUG 2024-07-02 02:54:57,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/0, BranchId=]
DEBUG 2024-07-02 02:54:57,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/0, BranchId=]
DEBUG 2024-07-02 02:54:57,125 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-02 02.54.57', 99, 'hoge', 0)
DEBUG 2024-07-02 02:54:57,130 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/0, BranchId=]
DEBUG 2024-07-02 02:54:57,131 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856497073/0, BranchId=]
DEBUG 2024-07-02 02:54:57,131 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,155 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,156 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,156 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,156 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,156 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,182 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,193 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,193 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-07-02 02:54:57,201 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,201 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,202 [main] UPDATE EMP SET tstamp = '2024-07-02 02.54.57', 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-07-02 02:54:57,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,203 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856497073/1, BranchId=]
DEBUG 2024-07-02 02:54:57,203 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,204 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,205 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,207 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,222 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,224 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,227 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,227 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,228 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,253 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,268 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,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  EMP.empno = 7788
DEBUG 2024-07-02 02:54:57,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,272 [main] UPDATE EMP SET tstamp = '2024-07-02 02.54.57', 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-07-02 02:54:57,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,273 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856497073/2, BranchId=]
DEBUG 2024-07-02 02:54:57,273 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,295 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,298 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,298 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,334 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-07-02 02:54:57,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,337 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-07-02 02:54:57,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,338 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856497073/3, BranchId=]
DEBUG 2024-07-02 02:54:57,338 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,367 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,371 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,371 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,371 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,372 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,396 [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-07-02 02:54:57,398 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,409 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,409 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,430 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,430 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,431 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,431 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,455 [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-07-02 02:54:57,465 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,488 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,488 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,489 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,489 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,516 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,525 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,529 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,531 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,547 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,547 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,550 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,550 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,550 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,550 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,572 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,581 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,582 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,596 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,598 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,600 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,600 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,600 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,600 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,622 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,630 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,634 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,636 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,639 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,647 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,647 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,649 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,649 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,649 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,650 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,671 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,678 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,678 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-07-02 02:54:57,685 [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-07-02 02:54:57,686 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,688 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,705 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,705 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,705 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,705 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,726 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,735 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,735 [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-07-02 02:54:57,739 [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-07-02 02:54:57,740 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,758 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,759 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,759 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,759 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,782 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,789 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,789 [main] select * from emp
DEBUG 2024-07-02 02:54:57,792 [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-07-02 02:54:57,793 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,794 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,796 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,810 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,811 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,811 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,811 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,830 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,837 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,838 [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-07-02 02:54:57,841 [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-07-02 02:54:57,842 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,844 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,860 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,860 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,860 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,860 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,880 [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-07-02 02:54:57,887 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,889 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,891 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,892 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,905 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,905 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,905 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,905 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,925 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,932 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,932 [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-07-02 02:54:57,934 [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-07-02 02:54:57,936 [main] Physical connection closed
DEBUG 2024-07-02 02:54:57,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:57,937 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,939 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,941 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:57,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:57,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:57,951 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:57,954 [main] Physical connection got
DEBUG 2024-07-02 02:54:57,954 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,954 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,954 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,984 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:57,992 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:57,992 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-07-02 02:54:57,998 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-07-02 02:54:57,999 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,001 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,008 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,016 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,018 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,018 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,018 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,018 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,038 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,045 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,046 [main] select * from emp
DEBUG 2024-07-02 02:54:58,047 [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-07-02 02:54:58,049 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,050 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,055 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,058 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,069 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,069 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,069 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,069 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,089 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,097 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,097 [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-07-02 02:54:58,099 [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-07-02 02:54:58,100 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,102 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,116 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,117 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,117 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,119 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,120 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,120 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,120 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,151 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,158 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,158 [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-07-02 02:54:58,160 [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-07-02 02:54:58,160 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,162 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,179 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,180 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,180 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,180 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,200 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,212 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,212 [main] select count(*) from emp
DEBUG 2024-07-02 02:54:58,214 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,214 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,215 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,216 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,218 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,223 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,223 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,231 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,233 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,233 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,234 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,234 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,253 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,261 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,261 [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-07-02 02:54:58,262 [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-07-02 02:54:58,263 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,271 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,279 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,281 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,281 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,282 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,282 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,302 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,310 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,310 [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-07-02 02:54:58,311 [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-07-02 02:54:58,311 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,317 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,330 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,330 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,330 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,331 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,349 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,356 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,356 [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-07-02 02:54:58,357 [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-07-02 02:54:58,358 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,375 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,376 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,376 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,376 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,394 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,402 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,402 [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-07-02 02:54:58,403 [main] Logical connection closed, tx=null
[Ljava.util.Map;@176f5261
DEBUG 2024-07-02 02:54:58,403 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,421 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,422 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,422 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,422 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,441 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,448 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,448 [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-07-02 02:54:58,450 [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-07-02 02:54:58,451 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,466 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,467 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,470 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,470 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,470 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,471 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,491 [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-07-02 02:54:58,499 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,500 [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-07-02 02:54:58,503 [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-07-02 02:54:58,503 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,522 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,522 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,523 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,523 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,543 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,548 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,548 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-02 02:54:58,549 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,549 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,571 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,571 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,571 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,571 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,594 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,598 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,599 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-02 02:54:58,599 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,599 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,621 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,622 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,622 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,622 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,638 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,639 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,639 [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-07-02 02:54:58,641 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-07-02 02:54:58,641 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,666 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,666 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,666 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,666 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,678 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,679 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,679 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-07-02 02:54:58,680 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-07-02 02:54:58,680 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,681 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,698 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,698 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,723 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,724 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-07-02 02.54.58', 9999, 'test', 50)
DEBUG 2024-07-02 02:54:58,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,724 [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-07-02 02:54:58,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/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-07-02 02:54:58,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,727 [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-07-02 02:54:58,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-07-02 02:54:58.723 {50, null, null, 0}
DEBUG 2024-07-02 02:54:58,728 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856497073/4, BranchId=]
DEBUG 2024-07-02 02:54:58,728 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,744 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,746 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,747 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,747 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,747 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,765 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,771 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,772 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,785 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,788 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,789 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,789 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,789 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,807 [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-07-02 02:54:58,815 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,815 [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-07-02 02:54:58,818 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,818 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,834 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,836 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,836 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,836 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,836 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,854 [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-07-02 02:54:58,862 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,863 [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-07-02 02:54:58,863 [main] Logical connection closed, tx=null
[]
DEBUG 2024-07-02 02:54:58,863 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,865 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,865 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,879 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,882 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,882 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,882 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,882 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,900 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-07-02 02:54:58,905 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,906 [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-07-02 02:54:58,907 [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-07-02 02:54:58,908 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,912 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,913 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,923 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,925 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,925 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,926 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,926 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,942 [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-07-02 02:54:58,945 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,947 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,960 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:58,961 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,961 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,963 [main] Physical connection got
DEBUG 2024-07-02 02:54:58,963 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,964 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,964 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,981 [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-07-02 02:54:58,987 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:58,988 [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-07-02 02:54:58,990 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:58,990 [main] Physical connection closed
DEBUG 2024-07-02 02:54:58,991 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:58,992 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:58,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:58,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:58,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,005 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,007 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,008 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,008 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,008 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,024 [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-07-02 02:54:59,033 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,034 [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-07-02 02:54:59,034 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,035 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,052 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,053 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,053 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,053 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,072 [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-07-02 02:54:59,073 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,073 [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-07-02 02:54:59,075 [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-07-02 02:54:59,075 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,090 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,092 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,092 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,093 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,093 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,109 [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-07-02 02:54:59,110 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,123 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,125 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,127 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,127 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,127 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,127 [main] Logical connection got, tx=null
WARN  2024-07-02 02:54:59,130 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-07-02 02:54:59,135 [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-07-02 02:54:59,136 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,137 [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-07-02 02:54:59,139 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-07-02 02:54:59,139 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,156 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,156 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,156 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,156 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,174 [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-07-02 02:54:59,181 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,182 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,194 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,196 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,198 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,198 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,198 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,199 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,216 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 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-07-02 02:54:59,220 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-07-02 02:54:59,221 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,221 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-07-02 02:54:59,222 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,222 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,224 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,236 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,237 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,237 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,240 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,240 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,240 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,241 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,258 [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-07-02 02:54:59,261 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,262 [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-07-02 02:54:59,265 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,265 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,265 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-07-02 02:54:59,266 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,266 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,266 [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-07-02 02:54:59,269 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,269 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,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  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-07-02 02:54:59,270 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,270 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,271 [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-07-02 02:54:59,271 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,271 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,285 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,286 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,288 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,289 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,307 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-07-02 02:54:59,308 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,308 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-02 02:54:59,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,309 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,309 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-07-02 02:54:59,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,310 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-07-02 02:54:59,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,311 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719856497073/5, BranchId=]
DEBUG 2024-07-02 02:54:59,311 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,319 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,319 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,325 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,328 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,328 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,328 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,328 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,346 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,349 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,353 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,355 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,363 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,364 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,366 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,366 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,366 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,367 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,385 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,389 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,406 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,406 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,407 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,407 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,416 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-07-02 02:54:59,418 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,438 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,438 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,438 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,438 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,445 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-07-02 02:54:59,446 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,447 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,463 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,463 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,463 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,463 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,470 [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-07-02 02:54:59,471 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,473 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,479 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,479 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,484 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,486 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,488 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,488 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,488 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,488 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,495 [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-07-02 02:54:59,496 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,498 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,510 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,513 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,513 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,513 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,513 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,531 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,532 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,532 [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-07-02 02:54:59,536 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,536 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,539 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,541 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,550 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,552 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,552 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,552 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,553 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,569 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,570 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,572 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,575 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,584 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,587 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,587 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,587 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,587 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,604 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-02 02:54:59,605 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-07-02 02:54:59,621 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,621 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,621 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,621 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,638 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-07-02 02:54:59,639 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.3 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.014 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.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-07-02 02:54:59,689 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,690 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,692 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,693 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,705 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,708 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,708 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,712 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,714 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,716 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,722 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,731 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,734 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,734 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,738 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,738 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,740 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,755 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,758 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,758 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,766 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,767 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-07-02 02:54:59,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,776 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,776 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,780 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,783 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,783 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,784 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,784 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-07-02 02:54:59,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,801 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,801 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,818 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,818 [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-07-02 02:54:59,823 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,823 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,832 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,839 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,840 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,856 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,857 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,857 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,857 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,868 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,872 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:54:59,872 [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-07-02 02:54:59,874 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,875 [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-07-02 02:54:59,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,894 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,910 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,921 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,921 [main] Logical connection got, tx=null
WARN  2024-07-02 02:54:59,924 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-02 02:54:59,924 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-02 02:54:59,925 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,926 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,927 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,942 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,945 [main] Physical connection got
DEBUG 2024-07-02 02:54:59,945 [main] Logical connection got, tx=null
WARN  2024-07-02 02:54:59,947 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-07-02 02:54:59,948 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-07-02 02:54:59,948 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:54:59,949 [main] Physical connection closed
DEBUG 2024-07-02 02:54:59,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,950 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,954 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,966 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,970 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-07-02 02:54:59,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:54:59,982 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,985 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-07-02 02:54:59,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:54:59,993 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:54:59,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:54:59,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:55:00,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:55:00,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:55:00,005 [main] Physical connection got
DEBUG 2024-07-02 02:55:00,005 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:55:00,007 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:55:00,007 [main] Physical connection closed
DEBUG 2024-07-02 02:55:00,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:55:00,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:55:00,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:55:00,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:55:00,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:55:00,018 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:55:00,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:55:00,020 [main] Physical connection got
DEBUG 2024-07-02 02:55:00,020 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:55:00,021 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:55:00,022 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-07-02 02:55:00,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-07-02 02:55:00,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-07-02 02:55:00,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-07-02 02:55:00,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-07-02 02:55:00,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-07-02 02:55:00,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-07-02 02:55:00,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-07-02 02:55:00,037 [main] Physical connection got
DEBUG 2024-07-02 02:55:00,037 [main] Logical connection got, tx=null
DEBUG 2024-07-02 02:55:00,038 [main] Logical connection closed, tx=null
DEBUG 2024-07-02 02:55:00,038 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.309s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.609s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.644s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.431s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Jul 02 02:55:00 JST 2024
[INFO] Final Memory: 29M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS