Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-05-03 02:54:55,662 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-03 02:54:55.443 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-03 02:54:55,663 [main] Logical connection got
DEBUG 2024-05-03 02:54:55,663 [main] Logical connection closed
DEBUG 2024-05-03 02:54:55,663 [main] Logical connection got
DEBUG 2024-05-03 02:54:55,667 [main] Logical connection closed
DEBUG 2024-05-03 02:54:55,668 [main] Logical connection got
DEBUG 2024-05-03 02:54:55,668 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-03 02:54:55,669 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-05-03 02:54:55.443 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-03 02:54:55,669 [main] Logical connection got
DEBUG 2024-05-03 02:54:55,670 [main] UPDATE EMP SET tstamp = '2024-05-03 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-05-03 02.54.55'
DEBUG 2024-05-03 02:54:55,670 [main] Logical connection closed
DEBUG 2024-05-03 02:54:55,671 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-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.122 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-05-03 02:54:56,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:56,939 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-03 02:54:56,971 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:56,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,000 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,076 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-03 02:54:57,239 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,239 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,315 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,322 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-05-03 02:54:57,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,375 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,375 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,376 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,376 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,486 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-05-03 02:54:57,491 [main] Physical connection closed
DEBUG 2024-05-03 02:54:57,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,493 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,520 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,520 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,520 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,521 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,558 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,581 [main] Physical connection closed
DEBUG 2024-05-03 02:54:57,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,584 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,607 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,611 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,611 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,611 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,611 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,653 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,658 [main] Physical connection closed
DEBUG 2024-05-03 02:54:57,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,661 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,663 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,682 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,682 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,685 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,686 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,686 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,686 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,721 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,726 [main] Physical connection closed
DEBUG 2024-05-03 02:54:57,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,728 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,751 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,751 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,751 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,751 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,782 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,787 [main] Physical connection closed
DEBUG 2024-05-03 02:54:57,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,808 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,811 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,811 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,811 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,812 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,844 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-05-03 02:54:57,848 [main] Physical connection closed
DEBUG 2024-05-03 02:54:57,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,859 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,868 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,871 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,871 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,871 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,871 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,903 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,908 [main] Physical connection closed
DEBUG 2024-05-03 02:54:57,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,910 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,913 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,919 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,919 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,929 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,929 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,932 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,932 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,932 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,932 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,969 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,974 [main] Physical connection closed
DEBUG 2024-05-03 02:54:57,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:57,977 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:57,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:57,995 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:57,995 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:57,998 [main] Physical connection got
DEBUG 2024-05-03 02:54:57,998 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:57,998 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:57,998 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,030 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,035 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,037 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,046 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,056 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,060 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714672498060/0, BranchId=]
DEBUG 2024-05-03 02:54:58,061 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,062 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/0, BranchId=]
DEBUG 2024-05-03 02:54:58,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/0, BranchId=]
DEBUG 2024-05-03 02:54:58,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/0, BranchId=]
DEBUG 2024-05-03 02:54:58,090 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/0, BranchId=]
DEBUG 2024-05-03 02:54:58,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/0, BranchId=]
DEBUG 2024-05-03 02:54:58,115 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-03 02.54.58', 99, 'hoge', 0)
DEBUG 2024-05-03 02:54:58,120 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/0, BranchId=]
DEBUG 2024-05-03 02:54:58,120 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714672498060/0, BranchId=]
DEBUG 2024-05-03 02:54:58,121 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,122 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,123 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,140 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,141 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,143 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,143 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,144 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,181 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-03 02:54:58,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,189 [main] UPDATE EMP SET tstamp = '2024-05-03 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-05-03 02:54:58,190 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,190 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714672498060/1, BranchId=]
DEBUG 2024-05-03 02:54:58,190 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,212 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,212 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,213 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,252 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,252 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-03 02:54:58,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,255 [main] UPDATE EMP SET tstamp = '2024-05-03 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-05-03 02:54:58,256 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,256 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714672498060/2, BranchId=]
DEBUG 2024-05-03 02:54:58,256 [main] Physical connection closed
DEBUG 2024-05-03 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-05-03 02:54:58,258 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,261 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,263 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,267 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,267 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,274 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,276 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,278 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,279 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,279 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,279 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,279 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,303 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,312 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,312 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-05-03 02:54:58,314 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,314 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,315 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-05-03 02:54:58,315 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,315 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714672498060/3, BranchId=]
DEBUG 2024-05-03 02:54:58,315 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,338 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,339 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,339 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,339 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,363 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-05-03 02:54:58,365 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,398 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,398 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,398 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,399 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,423 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-05-03 02:54:58,431 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,433 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,434 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,449 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,451 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,454 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,454 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,454 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,454 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,477 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,485 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,486 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,487 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,491 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,509 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,510 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,512 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,512 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,512 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,512 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,535 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,543 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,559 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,564 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,564 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,564 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,564 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,588 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,596 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,598 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,614 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,616 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,616 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,616 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,616 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,638 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,645 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,645 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-03 02:54:58,653 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-03 02:54:58,654 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,656 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,671 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,674 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,674 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,674 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,674 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,695 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,703 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,703 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-03 02:54:58,707 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-03 02:54:58,708 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,710 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,727 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,727 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,728 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,728 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,753 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,761 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,761 [main] select * from emp
DEBUG 2024-05-03 02:54:58,763 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-03 02:54:58,765 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,774 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,784 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,784 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,785 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,785 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,806 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,814 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,814 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-03 02:54:58,817 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-05-03 02:54:58,819 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,824 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,828 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,836 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,838 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,838 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,838 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,838 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,859 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-05-03 02:54:58,867 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,868 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,884 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,886 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,886 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,886 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,886 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,907 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,915 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,915 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-03 02:54:58,917 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-03 02:54:58,918 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,920 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,922 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,928 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,928 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,936 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,938 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,938 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,938 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,938 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,959 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,967 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,967 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-03 02:54:58,971 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-03 02:54:58,972 [main] Physical connection closed
DEBUG 2024-05-03 02:54:58,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:58,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,982 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:58,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:58,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:58,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:58,991 [main] Physical connection got
DEBUG 2024-05-03 02:54:58,992 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:58,992 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:58,992 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,013 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,021 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,021 [main] select * from emp
DEBUG 2024-05-03 02:54:59,022 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-03 02:54:59,023 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,033 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,041 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,044 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,044 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,044 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,044 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,066 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,073 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,074 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-05-03 02:54:59,075 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-05-03 02:54:59,076 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,093 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,095 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,095 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,095 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,095 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,118 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,127 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,127 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-03 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 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-03 02:54:59,129 [main] Physical connection closed
DEBUG 2024-05-03 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-05-03 02:54:59,131 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,148 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,148 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,151 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,151 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,151 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,151 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,175 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,189 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,189 [main] select count(*) from emp
DEBUG 2024-05-03 02:54:59,191 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,191 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,206 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,209 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,210 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,210 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,210 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,230 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,237 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,238 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-03 02:54:59,238 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-05-03 02:54:59,239 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,241 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,253 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,257 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,257 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,258 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,258 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,277 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,285 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,285 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-03 02:54:59,286 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-05-03 02:54:59,286 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,288 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,305 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,305 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,305 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,305 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,325 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,332 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,332 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-03 02:54:59,333 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-05-03 02:54:59,333 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,351 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,351 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,352 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,352 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,371 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,378 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,378 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-05-03 02:54:59,379 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b784427
DEBUG 2024-05-03 02:54:59,379 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,395 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,398 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,398 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,398 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,398 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,417 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,424 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,424 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-05-03 02:54:59,427 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-05-03 02:54:59,427 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,445 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,446 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,446 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,446 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,465 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-05-03 02:54:59,472 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,473 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-05-03 02:54:59,476 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-03 02:54:59,477 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,493 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,493 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,495 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,495 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,496 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,496 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,515 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,519 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,519 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-03 02:54:59,520 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,520 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,537 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,539 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,539 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,539 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,539 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,559 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,562 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,563 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-03 02:54:59,563 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,563 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,565 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,579 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,582 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,582 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,583 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,583 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,596 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,597 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,597 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-05-03 02:54:59,598 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-05-03 02:54:59,599 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,600 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,622 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,622 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,622 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,622 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,635 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,636 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,636 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-05-03 02:54:59,637 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-05-03 02:54:59,637 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,646 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,653 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,655 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,656 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,656 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,656 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,656 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,675 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,683 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-05-03 02.54.59', 9999, 'test', 50)
DEBUG 2024-05-03 02:54:59,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,683 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-05-03 02:54:59,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-05-03 02:54:59,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,686 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-05-03 02:54:59,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-05-03 02:54:59.682 {50, null, null, 0}
DEBUG 2024-05-03 02:54:59,687 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714672498060/4, BranchId=]
DEBUG 2024-05-03 02:54:59,687 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,703 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,705 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,705 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,705 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,705 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,724 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,730 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,748 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,748 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,766 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-05-03 02:54:59,775 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,775 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-03 02:54:59,778 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,778 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,793 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,796 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,796 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,796 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,796 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,814 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-05-03 02:54:59,823 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,823 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-05-03 02:54:59,824 [main] Logical connection closed, tx=null
[]
DEBUG 2024-05-03 02:54:59,824 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,826 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,832 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,833 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,839 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,842 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,842 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,842 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,843 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,860 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-05-03 02:54:59,865 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,865 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-05-03 02:54:59,867 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-05-03 02:54:59,867 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,869 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,883 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,885 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,885 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,885 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,885 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,902 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-05-03 02:54:59,905 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,906 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,907 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,919 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,920 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,923 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,923 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,923 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,923 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,941 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-03 02:54:59,948 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,948 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-05-03 02:54:59,950 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,951 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:54:59,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:54:59,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:54:59,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:54:59,968 [main] Physical connection got
DEBUG 2024-05-03 02:54:59,968 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,968 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,968 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,986 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-05-03 02:54:59,993 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:54:59,993 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-05-03 02:54:59,994 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:54:59,994 [main] Physical connection closed
DEBUG 2024-05-03 02:54:59,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:54:59,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,012 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,013 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,015 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,016 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,016 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,016 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,036 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-03 02:55:00,037 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,037 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-05-03 02:55:00,039 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-05-03 02:55:00,039 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,056 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,057 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,057 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,057 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,074 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-03 02:55:00,075 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,077 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,090 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,093 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,093 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,093 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,093 [main] Logical connection got, tx=null
WARN  2024-05-03 02:55:00,097 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-05-03 02:55:00,102 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-03 02:55:00,103 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,103 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-05-03 02:55:00,105 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-05-03 02:55:00,106 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,123 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,123 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,124 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,124 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,142 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-05-03 02:55:00,149 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,154 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,165 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,167 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,167 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,167 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,167 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,186 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-05-03 02:55:00,190 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,190 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-05-03 02:55:00,191 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,191 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,191 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-05-03 02:55:00,192 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,192 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,193 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,207 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,207 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,210 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,210 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,210 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,210 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,228 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-05-03 02:55:00,231 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,232 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-05-03 02:55:00,235 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,235 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-05-03 02:55:00,236 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,236 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,236 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-05-03 02:55:00,238 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,238 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,238 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-05-03 02:55:00,239 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,239 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,239 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-05-03 02:55:00,240 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,240 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,245 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,248 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,248 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,254 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,255 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,257 [main] Transaction began, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,258 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-05-03 02:55:00,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,277 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-03 02:55:00,277 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,278 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,278 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-05-03 02:55:00,278 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,278 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,278 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-05-03 02:55:00,279 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,279 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1714672498060/5, BranchId=]
DEBUG 2024-05-03 02:55:00,279 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,281 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,301 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,301 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,301 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,301 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,319 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,323 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,325 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,340 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,340 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,340 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,340 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,365 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,375 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,386 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,391 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,391 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,406 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,411 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,411 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,411 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,413 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,427 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-05-03 02:55:00,430 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,435 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,436 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,458 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,462 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,467 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,467 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,469 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,469 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,489 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-05-03 02:55:00,490 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,522 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,522 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,522 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,522 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,540 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-05-03 02:55:00,548 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,555 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,564 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,577 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,577 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,579 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,579 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,579 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,579 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,586 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-05-03 02:55:00,587 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,603 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,603 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,603 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,603 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,620 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,621 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,621 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-05-03 02:55:00,624 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,624 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,625 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,640 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,640 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,640 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,640 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,657 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,658 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,662 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,665 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,665 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,670 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,671 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,674 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,674 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,674 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,674 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,691 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-03 02:55:00,692 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-05-03 02:55:00,708 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,708 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,708 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,708 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,726 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-05-03 02:55:00,726 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.404 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-05-03 02:55:00,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,775 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-03 02:55:00,777 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,790 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-03 02:55:00,793 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,793 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,797 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,799 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,801 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-03 02:55:00,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,811 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,812 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,815 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-03 02:55:00,818 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,818 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,821 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,822 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,823 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-03 02:55:00,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,838 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-03 02:55:00,841 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,841 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,845 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,845 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-05-03 02:55:00,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,865 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,866 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,866 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,866 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-05-03 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-05-03 02:55:00,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,882 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,882 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,899 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,899 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-05-03 02:55:00,903 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,903 [main] Physical connection closed
DEBUG 2024-05-03 02:55:00,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,916 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,916 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,933 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,933 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,934 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,934 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,945 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,949 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:00,949 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-05-03 02:55:00,951 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:00,952 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 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.002 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-05-03 02:55:00,971 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:00,971 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-03 02:55:00,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,978 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:00,978 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:00,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:00,986 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-03 02:55:00,998 [main] Physical connection got
DEBUG 2024-05-03 02:55:00,998 [main] Logical connection got, tx=null
WARN  2024-05-03 02:55:01,000 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-03 02:55:01,001 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-03 02:55:01,001 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:01,002 [main] Physical connection closed
DEBUG 2024-05-03 02:55:01,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:01,003 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-03 02:55:01,005 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,006 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,015 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,018 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-03 02:55:01,021 [main] Physical connection got
DEBUG 2024-05-03 02:55:01,021 [main] Logical connection got, tx=null
WARN  2024-05-03 02:55:01,023 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-05-03 02:55:01,024 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-05-03 02:55:01,024 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:01,024 [main] Physical connection closed
DEBUG 2024-05-03 02:55:01,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:01,025 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-03 02:55:01,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,040 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-05-03 02:55:01,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:01,044 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-05-03 02:55:01,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,058 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-05-03 02:55:01,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:01,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,075 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,078 [main] Physical connection got
DEBUG 2024-05-03 02:55:01,078 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:01,079 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:01,079 [main] Physical connection closed
DEBUG 2024-05-03 02:55:01,080 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:01,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,092 [main] Physical connection got
DEBUG 2024-05-03 02:55:01,092 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:01,093 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:01,093 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-05-03 02:55:01,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-05-03 02:55:01,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-05-03 02:55:01,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-05-03 02:55:01,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-05-03 02:55:01,114 [main] Physical connection got
DEBUG 2024-05-03 02:55:01,114 [main] Logical connection got, tx=null
DEBUG 2024-05-03 02:55:01,114 [main] Logical connection closed, tx=null
DEBUG 2024-05-03 02:55:01,114 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.316s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.693s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.597s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.484s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri May 03 02:55:01 JST 2024
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS