Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-04-28 02:54:55,527 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-28 02:54:55.324 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-28 02:54:55,528 [main] Logical connection got
DEBUG 2024-04-28 02:54:55,528 [main] Logical connection closed
DEBUG 2024-04-28 02:54:55,528 [main] Logical connection got
DEBUG 2024-04-28 02:54:55,532 [main] Logical connection closed
DEBUG 2024-04-28 02:54:55,533 [main] Logical connection got
DEBUG 2024-04-28 02:54:55,533 [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-04-28 02:54:55,534 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-04-28 02:54:55.324 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-04-28 02:54:55,534 [main] Logical connection got
DEBUG 2024-04-28 02:54:55,535 [main] UPDATE EMP SET tstamp = '2024-04-28 02.54.55', 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-04-28 02.54.55'
DEBUG 2024-04-28 02:54:55,536 [main] Logical connection closed
DEBUG 2024-04-28 02:54:55,536 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.127 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-04-28 02:54:56,783 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:56,843 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-28 02:54:56,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:56,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:56,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:56,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:56,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:56,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:56,984 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-28 02:54:57,139 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,139 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,214 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,220 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-04-28 02:54:57,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,231 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,237 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,243 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,272 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,272 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,272 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,273 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,381 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-04-28 02:54:57,386 [main] Physical connection closed
DEBUG 2024-04-28 02:54:57,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,389 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,408 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,416 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,416 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,416 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,416 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,454 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,476 [main] Physical connection closed
DEBUG 2024-04-28 02:54:57,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,501 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,505 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,505 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,506 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,506 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,547 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,552 [main] Physical connection closed
DEBUG 2024-04-28 02:54:57,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,574 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,576 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,579 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,580 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,580 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,580 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,615 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,620 [main] Physical connection closed
DEBUG 2024-04-28 02:54:57,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,622 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,641 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,644 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,644 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,644 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,644 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,676 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,680 [main] Physical connection closed
DEBUG 2024-04-28 02:54:57,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,683 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,701 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,704 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,704 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,705 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,705 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,735 [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-04-28 02:54:57,739 [main] Physical connection closed
DEBUG 2024-04-28 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-04-28 02:54:57,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,760 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,762 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,763 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,763 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,763 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,794 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,800 [main] Physical connection closed
DEBUG 2024-04-28 02:54:57,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,807 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,811 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,823 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,823 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,823 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,823 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,859 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,864 [main] Physical connection closed
DEBUG 2024-04-28 02:54:57,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,871 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,887 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,887 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,887 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,888 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:57,919 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:57,925 [main] Physical connection closed
DEBUG 2024-04-28 02:54:57,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:57,927 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:57,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:57,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:57,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:57,950 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714240497950/0, BranchId=]
DEBUG 2024-04-28 02:54:57,952 [main] Physical connection got
DEBUG 2024-04-28 02:54:57,953 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/0, BranchId=]
DEBUG 2024-04-28 02:54:57,953 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/0, BranchId=]
DEBUG 2024-04-28 02:54:57,953 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/0, BranchId=]
DEBUG 2024-04-28 02:54:57,982 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/0, BranchId=]
DEBUG 2024-04-28 02:54:58,005 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/0, BranchId=]
DEBUG 2024-04-28 02:54:58,007 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-28 02.54.58', 99, 'hoge', 0)
DEBUG 2024-04-28 02:54:58,013 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/0, BranchId=]
DEBUG 2024-04-28 02:54:58,013 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714240497950/0, BranchId=]
DEBUG 2024-04-28 02:54:58,014 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,020 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,036 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,037 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,037 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,062 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,072 [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-04-28 02:54:58,079 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,080 [main] UPDATE EMP SET tstamp = '2024-04-28 02.54.58', 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-04-28 02:54:58,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,081 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714240497950/1, BranchId=]
DEBUG 2024-04-28 02:54:58,081 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,083 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,103 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,104 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,104 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,128 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,143 [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-04-28 02:54:58,145 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,146 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,146 [main] UPDATE EMP SET tstamp = '2024-04-28 02.54.58', 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-04-28 02:54:58,147 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,147 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714240497950/2, BranchId=]
DEBUG 2024-04-28 02:54:58,147 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,149 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,149 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,152 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,165 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,166 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,167 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,169 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,170 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,170 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,170 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,203 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,203 [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-04-28 02:54:58,205 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,206 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,206 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-04-28 02:54:58,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,207 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714240497950/3, BranchId=]
DEBUG 2024-04-28 02:54:58,207 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,209 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,217 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,217 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,227 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,230 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,230 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,231 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,231 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,255 [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-04-28 02:54:58,257 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,259 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,263 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,277 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,290 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,291 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,291 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,291 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,315 [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-04-28 02:54:58,323 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,325 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,341 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,343 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,346 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,346 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,347 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,347 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,370 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,378 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,405 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,405 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,405 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,406 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,429 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,437 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,439 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,446 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,458 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,458 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,458 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,458 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,481 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,489 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,491 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,509 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,509 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,510 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,510 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,532 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,539 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,540 [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-04-28 02:54:58,547 [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-04-28 02:54:58,548 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,550 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,558 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,564 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,566 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,568 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,568 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,569 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,569 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,590 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,597 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,597 [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-04-28 02:54:58,601 [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-04-28 02:54:58,602 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,604 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,606 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,622 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,622 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,623 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,623 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,648 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,655 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,656 [main] select * from emp
DEBUG 2024-04-28 02:54:58,659 [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-04-28 02:54:58,660 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,662 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,664 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,680 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,680 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,681 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,681 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,702 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,709 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,709 [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-04-28 02:54:58,713 [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-04-28 02:54:58,714 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,716 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,720 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,732 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,732 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,734 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,735 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,735 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,735 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,755 [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-04-28 02:54:58,763 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,772 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,772 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,782 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,782 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,782 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,782 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,806 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,813 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,813 [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-04-28 02:54:58,816 [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-04-28 02:54:58,817 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,818 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,835 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,835 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,835 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,835 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,855 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,863 [main] Logical connection got, tx=null
DEBUG 2024-04-28 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
DEBUG 2024-04-28 02:54:58,867 [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-04-28 02:54:58,868 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,870 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,872 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,877 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,886 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,886 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,887 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,887 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,907 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,914 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,914 [main] select * from emp
DEBUG 2024-04-28 02:54:58,916 [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-04-28 02:54:58,917 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,918 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,920 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,934 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,937 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,937 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,937 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,937 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,958 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,965 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,965 [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-04-28 02:54:58,967 [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-04-28 02:54:58,968 [main] Physical connection closed
DEBUG 2024-04-28 02:54:58,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:58,970 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:58,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:58,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:58,987 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:58,989 [main] Physical connection got
DEBUG 2024-04-28 02:54:58,989 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:58,989 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:58,989 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,013 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,021 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,021 [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-04-28 02:54:59,023 [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-04-28 02:54:59,023 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,033 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,042 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,044 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,044 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,045 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,045 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,068 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,082 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,082 [main] select count(*) from emp
DEBUG 2024-04-28 02:54:59,083 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,084 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,085 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,087 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,099 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,101 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,101 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,101 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,101 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,121 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,128 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,129 [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-04-28 02:54:59,129 [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-04-28 02:54:59,130 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,133 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,145 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,147 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,147 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,148 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,148 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,167 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,174 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,174 [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-04-28 02:54:59,175 [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-04-28 02:54:59,175 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,191 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,191 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,193 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,193 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,193 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,193 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,212 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,219 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,219 [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-04-28 02:54:59,220 [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-04-28 02:54:59,220 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,238 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,238 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,238 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,238 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,258 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,265 [main] Logical connection got, tx=null
DEBUG 2024-04-28 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 empno = 7788
DEBUG 2024-04-28 02:54:59,266 [main] Logical connection closed, tx=null
[Ljava.util.Map;@46da3772
DEBUG 2024-04-28 02:54:59,266 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,284 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,284 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,284 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,284 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,304 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,311 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,311 [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-04-28 02:54:59,313 [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-04-28 02:54:59,313 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,315 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,327 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,328 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,331 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,331 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,331 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,331 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,351 [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-04-28 02:54:59,357 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,358 [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-04-28 02:54:59,362 [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-04-28 02:54:59,362 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,377 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,380 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,380 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,380 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,380 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,399 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,403 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,403 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-28 02:54:59,403 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,404 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,412 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,418 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,419 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,422 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,422 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,422 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,422 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,442 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,445 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,445 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-28 02:54:59,446 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,446 [main] Physical connection closed
DEBUG 2024-04-28 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-04-28 02:54:59,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,451 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,462 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,465 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,465 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,465 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,465 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,478 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,479 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,479 [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-04-28 02:54:59,480 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-04-28 02:54:59,481 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,489 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,500 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,504 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,504 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,504 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,504 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,517 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,518 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,518 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-04-28 02:54:59,518 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-04-28 02:54:59,519 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,520 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,522 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,535 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,536 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,537 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,563 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,563 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-04-28 02.54.59', 9999, 'test', 50)
DEBUG 2024-04-28 02:54:59,564 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,564 [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-04-28 02:54:59,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/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-04-28 02:54:59,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,566 [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-04-28 02:54:59,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-04-28 02:54:59.563 {50, null, null, 0}
DEBUG 2024-04-28 02:54:59,567 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714240497950/4, BranchId=]
DEBUG 2024-04-28 02:54:59,567 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,568 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,581 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,584 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,584 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,585 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,585 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,604 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,610 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,611 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,613 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,618 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,618 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,625 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,627 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,627 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,628 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,628 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,654 [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-04-28 02:54:59,663 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,663 [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-04-28 02:54:59,665 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,665 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,681 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,683 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,683 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,683 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,683 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,702 [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-04-28 02:54:59,711 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,711 [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-04-28 02:54:59,712 [main] Logical connection closed, tx=null
[]
DEBUG 2024-04-28 02:54:59,712 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,717 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,720 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,730 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,730 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,730 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,730 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,748 [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-04-28 02:54:59,754 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,754 [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-04-28 02:54:59,755 [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-04-28 02:54:59,756 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,771 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,771 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,773 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,773 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,773 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,773 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,791 [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-04-28 02:54:59,795 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,811 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,812 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,812 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,812 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,830 [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-04-28 02:54:59,837 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,837 [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-04-28 02:54:59,839 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,839 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,841 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,853 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,854 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,856 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,857 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,857 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,857 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,875 [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-04-28 02:54:59,881 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,882 [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-04-28 02:54:59,882 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,882 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,887 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,888 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,890 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,893 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,898 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,900 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,903 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,903 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,903 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,903 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,924 [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-04-28 02:54:59,925 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,925 [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-04-28 02:54:59,927 [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-04-28 02:54:59,927 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,928 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,941 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,944 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,944 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,944 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,944 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,962 [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-04-28 02:54:59,962 [main] Physical connection closed
DEBUG 2024-04-28 02:54:59,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:54:59,964 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,967 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:54:59,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:54:59,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,981 [main] Physical connection got
DEBUG 2024-04-28 02:54:59,981 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,981 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:54:59,981 [main] Logical connection got, tx=null
WARN  2024-04-28 02:54:59,984 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-04-28 02:54:59,990 [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-04-28 02:54:59,990 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:54:59,990 [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-04-28 02:54:59,992 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-04-28 02:54:59,992 [main] Physical connection closed
DEBUG 2024-04-28 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-04-28 02:54:59,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:54:59,996 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:54:59,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,006 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,010 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,010 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,010 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,010 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,028 [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-04-28 02:55:00,035 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,050 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,051 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,051 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,054 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,054 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,054 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,054 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,073 [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-04-28 02:55:00,076 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,076 [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-04-28 02:55:00,077 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,077 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,077 [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-04-28 02:55:00,078 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,078 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,095 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,095 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,095 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,095 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,113 [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-04-28 02:55:00,116 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,116 [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-04-28 02:55:00,119 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,119 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,119 [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-04-28 02:55:00,120 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,120 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,120 [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-04-28 02:55:00,122 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,122 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,122 [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-04-28 02:55:00,123 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,123 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,123 [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-04-28 02:55:00,124 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,124 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,140 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,141 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,141 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,141 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,141 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,159 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-04-28 02:55:00,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,160 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-28 02:55:00,160 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,160 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,160 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-04-28 02:55:00,160 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,161 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,161 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-04-28 02:55:00,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,161 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714240497950/5, BranchId=]
DEBUG 2024-04-28 02:55:00,161 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,174 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,175 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,176 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,178 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,178 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,179 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,179 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,196 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,200 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,208 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,213 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,214 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,214 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,217 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,217 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,217 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,217 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,235 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,239 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,247 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,247 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,254 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,256 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,256 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,256 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,256 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,263 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-04-28 02:55:00,267 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,286 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,287 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,287 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,287 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,293 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-04-28 02:55:00,295 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,296 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,311 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,311 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,311 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,311 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,318 [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-04-28 02:55:00,319 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,324 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,333 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,335 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,335 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,335 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,335 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,342 [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-04-28 02:55:00,343 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,350 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,360 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,365 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,365 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,365 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,365 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,384 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,385 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,385 [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-04-28 02:55:00,388 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,388 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,396 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,396 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,406 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,406 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,406 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,406 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,424 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,425 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,426 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,427 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,430 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,440 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,442 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,442 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,442 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,442 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,461 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-28 02:55:00,462 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-04-28 02:55:00,479 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,479 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,479 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,479 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,497 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-04-28 02:55:00,498 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.278 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-04-28 02:55:00,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,547 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,564 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,567 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,567 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,571 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,574 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,575 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,591 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,594 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,594 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,598 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,598 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,599 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,615 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,617 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,617 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,621 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,621 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-04-28 02:55:00,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,642 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,642 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,643 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,643 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-04-28 02:55:00,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,658 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,658 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,675 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,675 [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-04-28 02:55:00,678 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,678 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,691 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,691 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,707 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,708 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,708 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,708 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,719 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,724 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,725 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-04-28 02:55:00,727 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,727 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 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.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-04-28 02:55:00,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,745 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,760 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,771 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,771 [main] Logical connection got, tx=null
WARN  2024-04-28 02:55:00,774 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-28 02:55:00,775 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-28 02:55:00,775 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,775 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,777 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,780 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,792 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,794 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,794 [main] Logical connection got, tx=null
WARN  2024-04-28 02:55:00,797 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-04-28 02:55:00,797 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-04-28 02:55:00,798 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,798 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,799 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,814 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,818 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-04-28 02:55:00,820 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,830 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,833 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-04-28 02:55:00,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,845 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,845 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,852 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,852 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,853 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,853 [main] Physical connection closed
DEBUG 2024-04-28 02:55:00,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,866 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,866 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,867 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,867 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-04-28 02:55:00,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-04-28 02:55:00,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-04-28 02:55:00,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-04-28 02:55:00,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-04-28 02:55:00,882 [main] Physical connection got
DEBUG 2024-04-28 02:55:00,882 [main] Logical connection got, tx=null
DEBUG 2024-04-28 02:55:00,883 [main] Logical connection closed, tx=null
DEBUG 2024-04-28 02:55:00,883 [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.328s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.578s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.603s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.377s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Apr 28 02:55:00 JST 2024
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS