Skip to content

Console Output

Skipping 91 KB.. Full Log
DEBUG 2024-06-26 02:54:57,468 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-26 02:54:57.26 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-26 02:54:57,468 [main] Logical connection got
DEBUG 2024-06-26 02:54:57,468 [main] Logical connection closed
DEBUG 2024-06-26 02:54:57,469 [main] Logical connection got
DEBUG 2024-06-26 02:54:57,472 [main] Logical connection closed
DEBUG 2024-06-26 02:54:57,474 [main] Logical connection got
DEBUG 2024-06-26 02:54:57,474 [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-06-26 02:54:57,475 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-06-26 02:54:57.26 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-06-26 02:54:57,475 [main] Logical connection got
DEBUG 2024-06-26 02:54:57,476 [main] UPDATE EMP SET tstamp = '2024-06-26 02.54.57', 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-06-26 02.54.57'
DEBUG 2024-06-26 02:54:57,476 [main] Logical connection closed
DEBUG 2024-06-26 02:54:57,477 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from maven.seasar.org
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: maven.seasar.org due to an error: Error transferring file
[INFO] Repository 'maven.seasar.org' will be blacklisted
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-06-26 02:54:58,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:58,832 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:54:58,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:58,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:58,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:58,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:58,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:58,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:58,975 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:54:59,135 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,135 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,217 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,223 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-06-26 02:54:59,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,234 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,261 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,274 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,274 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,274 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,275 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,384 [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-06-26 02:54:59,390 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,392 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,395 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,415 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,420 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,420 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,420 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,420 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,459 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,481 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,484 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,494 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,494 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,507 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,510 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,510 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,511 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,511 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,554 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,559 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,582 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,583 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,586 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,586 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,586 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,587 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,624 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,630 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,632 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,653 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,656 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,656 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,657 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,657 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,693 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,698 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,720 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,724 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,724 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,724 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,724 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,759 [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-06-26 02:54:59,764 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,766 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,770 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,789 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,789 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,789 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,789 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,825 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,830 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,850 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,852 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,856 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,856 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,856 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,856 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,898 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,903 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,905 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,928 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,928 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,929 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,929 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:54:59,964 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:54:59,969 [main] Physical connection closed
DEBUG 2024-06-26 02:54:59,971 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:54:59,971 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,974 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:54:59,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:54:59,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:54:59,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:54:59,996 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719338099996/0, BranchId=]
DEBUG 2024-06-26 02:54:59,997 [main] Physical connection got
DEBUG 2024-06-26 02:54:59,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/0, BranchId=]
DEBUG 2024-06-26 02:54:59,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/0, BranchId=]
DEBUG 2024-06-26 02:54:59,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/0, BranchId=]
DEBUG 2024-06-26 02:55:00,030 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/0, BranchId=]
DEBUG 2024-06-26 02:55:00,053 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/0, BranchId=]
DEBUG 2024-06-26 02:55:00,055 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-26 02.55.00', 99, 'hoge', 0)
DEBUG 2024-06-26 02:55:00,061 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/0, BranchId=]
DEBUG 2024-06-26 02:55:00,061 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719338099996/0, BranchId=]
DEBUG 2024-06-26 02:55:00,062 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,064 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,081 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,082 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,084 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,084 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,085 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,125 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-06-26 02:55:00,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,133 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,133 [main] UPDATE EMP SET tstamp = '2024-06-26 02.55.00', 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-06-26 02:55:00,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,134 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719338099996/1, BranchId=]
DEBUG 2024-06-26 02:55:00,134 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,154 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,157 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,157 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,157 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,157 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,157 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,185 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,200 [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-06-26 02:55:00,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,203 [main] UPDATE EMP SET tstamp = '2024-06-26 02.55.00', 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-06-26 02:55:00,203 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,203 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719338099996/2, BranchId=]
DEBUG 2024-06-26 02:55:00,203 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,206 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,208 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,210 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,214 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,214 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,226 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,226 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,226 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,226 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,226 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,263 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,263 [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-06-26 02:55:00,265 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,265 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,265 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-06-26 02:55:00,265 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,266 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719338099996/3, BranchId=]
DEBUG 2024-06-26 02:55:00,266 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,285 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,289 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,289 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,289 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,289 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,317 [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-06-26 02:55:00,318 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,320 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,339 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,349 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,349 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,350 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,350 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,383 [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-06-26 02:55:00,395 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,425 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,428 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,428 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,428 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,428 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,463 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,474 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,477 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,488 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,504 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,509 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,515 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,515 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,515 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,515 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,553 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,561 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,563 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,566 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,568 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,584 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,584 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,585 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,585 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,609 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,618 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,637 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,640 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,640 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,640 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,640 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,664 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,672 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,672 [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-06-26 02:55:00,680 [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-06-26 02:55:00,681 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,683 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,687 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,691 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,697 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,702 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,702 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,702 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,702 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,726 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,733 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,733 [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-06-26 02:55:00,738 [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-06-26 02:55:00,739 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,757 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,760 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,760 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,760 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,760 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,786 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,794 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,794 [main] select * from emp
DEBUG 2024-06-26 02:55:00,797 [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-06-26 02:55:00,798 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,800 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,818 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,818 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,819 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,819 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,841 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,849 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,849 [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-06-26 02:55:00,853 [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-06-26 02:55:00,854 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,856 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,871 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,872 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,874 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,874 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,874 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,874 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,896 [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-06-26 02:55:00,904 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,910 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,921 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,924 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,924 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,924 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,924 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,945 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,952 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,953 [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-06-26 02:55:00,955 [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-06-26 02:55:00,956 [main] Physical connection closed
DEBUG 2024-06-26 02:55:00,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:00,958 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,960 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,962 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:00,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:00,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:00,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:00,975 [main] Physical connection got
DEBUG 2024-06-26 02:55:00,975 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:00,975 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:00,976 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,004 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,012 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,012 [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-06-26 02:55:01,017 [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-06-26 02:55:01,018 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,020 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,027 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,027 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,037 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,037 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,037 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,037 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,058 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,065 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,065 [main] select * from emp
DEBUG 2024-06-26 02:55:01,067 [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-06-26 02:55:01,068 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,069 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,070 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,072 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,074 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,077 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,077 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,087 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,087 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,087 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,087 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,107 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,114 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,114 [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-06-26 02:55:01,116 [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-06-26 02:55:01,117 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,136 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,136 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,136 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,136 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,156 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,163 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,163 [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-06-26 02:55:01,165 [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-06-26 02:55:01,165 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,181 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,183 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,183 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,183 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,184 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,209 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,216 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,216 [main] select count(*) from emp
DEBUG 2024-06-26 02:55:01,218 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,218 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,220 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,222 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,234 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,236 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,236 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,236 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,236 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,256 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,264 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,264 [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-06-26 02:55:01,265 [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-06-26 02:55:01,266 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,267 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,271 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,274 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,281 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,283 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,284 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,284 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,284 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,304 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,311 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,311 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-26 02:55:01,312 [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-06-26 02:55:01,312 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,316 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,317 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,321 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,326 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,327 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,328 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,330 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,330 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,330 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,330 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,349 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,356 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,356 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-06-26 02:55:01,357 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-06-26 02:55:01,357 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,373 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,375 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,375 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,375 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,375 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,394 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,401 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,401 [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-06-26 02:55:01,402 [main] Logical connection closed, tx=null
[Ljava.util.Map;@64c272bc
DEBUG 2024-06-26 02:55:01,402 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,417 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,419 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,419 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,420 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,420 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,453 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,459 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,466 [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-06-26 02:55:01,468 [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-06-26 02:55:01,469 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,471 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,474 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,497 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,499 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,505 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,506 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,506 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,534 [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-06-26 02:55:01,541 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,541 [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-06-26 02:55:01,545 [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-06-26 02:55:01,546 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,563 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,564 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,564 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,564 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,582 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,586 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,586 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-26 02:55:01,587 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,587 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,589 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,603 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,603 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,606 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,606 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,606 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,606 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,628 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,632 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,632 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-26 02:55:01,633 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,633 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,643 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,643 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,651 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,651 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,657 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,657 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,658 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,658 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,670 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,671 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,671 [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-06-26 02:55:01,672 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-06-26 02:55:01,673 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,674 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,676 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,688 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,691 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,691 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,691 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,691 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,703 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,704 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,704 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-06-26 02:55:01,705 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-06-26 02:55:01,706 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,721 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,723 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,723 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,723 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,742 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,749 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-06-26 02.55.01', 9999, 'test', 50)
DEBUG 2024-06-26 02:55:01,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,750 [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-06-26 02:55:01,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/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-06-26 02:55:01,752 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,752 [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-06-26 02:55:01,753 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-06-26 02:55:01.749 {50, null, null, 0}
DEBUG 2024-06-26 02:55:01,753 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719338099996/4, BranchId=]
DEBUG 2024-06-26 02:55:01,754 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,755 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,769 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,771 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,772 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,772 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,772 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,790 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,796 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,798 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,812 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,814 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,814 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,814 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,814 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,832 [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-06-26 02:55:01,841 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,841 [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-06-26 02:55:01,843 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,844 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,845 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,859 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,861 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,861 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,862 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,862 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,879 [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-06-26 02:55:01,888 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,888 [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-06-26 02:55:01,889 [main] Logical connection closed, tx=null
[]
DEBUG 2024-06-26 02:55:01,889 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,890 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,891 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,898 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,907 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,907 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,908 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,908 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,924 [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-06-26 02:55:01,929 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,929 [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-06-26 02:55:01,931 [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-06-26 02:55:01,931 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,946 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,948 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,948 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,948 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,949 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,964 [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-06-26 02:55:01,967 [main] Physical connection closed
DEBUG 2024-06-26 02:55:01,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:01,969 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:01,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:01,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:01,982 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:01,983 [main] Physical connection got
DEBUG 2024-06-26 02:55:01,983 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:01,984 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:01,984 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,000 [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-06-26 02:55:02,007 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,007 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-06-26 02:55:02,009 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,009 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,011 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,024 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,026 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,026 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,026 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,026 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,046 [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-06-26 02:55:02,052 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,053 [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-06-26 02:55:02,053 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,053 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,058 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,068 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,070 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,071 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,071 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,071 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,089 [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-06-26 02:55:02,090 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,090 [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-06-26 02:55:02,092 [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-06-26 02:55:02,092 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,109 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,109 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,109 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,109 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,125 [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-06-26 02:55:02,126 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,127 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,129 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,134 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,143 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,143 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,143 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,143 [main] Logical connection got, tx=null
WARN  2024-06-26 02:55:02,146 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-06-26 02:55:02,151 [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-06-26 02:55:02,152 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,152 [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-06-26 02:55:02,154 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-06-26 02:55:02,155 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,163 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,171 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,171 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,171 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,172 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,189 [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-06-26 02:55:02,196 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,197 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,204 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,204 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,212 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,213 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,213 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,213 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,230 [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-06-26 02:55:02,234 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,234 [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-06-26 02:55:02,234 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,235 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,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 AND EMP.ename = department.dname WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-06-26 02:55:02,235 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,236 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,248 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,250 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,252 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,252 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,253 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,253 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,269 [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-06-26 02:55:02,272 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,272 [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-06-26 02:55:02,275 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,275 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,275 [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-06-26 02:55:02,276 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,276 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,276 [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-06-26 02:55:02,278 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,278 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,278 [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-06-26 02:55:02,279 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,279 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,279 [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-06-26 02:55:02,280 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,280 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,282 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,296 [main] Transaction began, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,296 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,314 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-06-26 02:55:02,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,315 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-26 02:55:02,315 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,315 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-06-26 02:55:02,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,316 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,316 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-06-26 02:55:02,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,316 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1719338099996/5, BranchId=]
DEBUG 2024-06-26 02:55:02,317 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,318 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,323 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,334 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,336 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,337 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,337 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,337 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,354 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,357 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,370 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,371 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,373 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,373 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,373 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,373 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,390 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,394 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,396 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,402 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,402 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,410 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,410 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,411 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,411 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,418 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-06-26 02:55:02,420 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,425 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,438 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,438 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,438 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,438 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,445 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-06-26 02:55:02,447 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,451 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,460 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,462 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,462 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,462 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,462 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,469 [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-06-26 02:55:02,471 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,472 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,480 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,480 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,487 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,489 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,489 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,489 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,489 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,497 [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-06-26 02:55:02,498 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,516 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,516 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,516 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,517 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,536 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,537 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,537 [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-06-26 02:55:02,545 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,546 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,562 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,565 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,565 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,565 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,565 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,584 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,585 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,587 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,600 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,601 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,604 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,604 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,604 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,604 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,624 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-26 02:55:02,625 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-06-26 02:55:02,642 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,643 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,643 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,643 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,670 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-06-26 02:55:02,671 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.449 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.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-06-26 02:55:02,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,718 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,732 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,735 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,735 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,738 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,741 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,742 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,745 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,756 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,758 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,759 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,762 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,763 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,764 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,774 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,775 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,778 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,780 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,781 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,784 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,785 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-06-26 02:55:02,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,799 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,800 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,800 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,801 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-06-26 02:55:02,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,805 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,806 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,813 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,816 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,816 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,832 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,832 [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-06-26 02:55:02,837 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,837 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,850 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,850 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,865 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,866 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,866 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,866 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,876 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,880 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:02,881 [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-06-26 02:55:02,883 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,883 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-06-26 02:55:02,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,902 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,917 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,928 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,928 [main] Logical connection got, tx=null
WARN  2024-06-26 02:55:02,930 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-26 02:55:02,931 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-26 02:55:02,931 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,932 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,933 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,933 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,947 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,950 [main] Physical connection got
DEBUG 2024-06-26 02:55:02,950 [main] Logical connection got, tx=null
WARN  2024-06-26 02:55:02,952 [main] Table(S2DaoAssertTest$Hoge) not found
WARN  2024-06-26 02:55:02,953 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-06-26 02:55:02,953 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:02,953 [main] Physical connection closed
DEBUG 2024-06-26 02:55:02,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,955 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,957 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,961 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,961 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,969 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,973 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-06-26 02:55:02,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:02,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,987 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-06-26 02:55:02,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:02,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:02,996 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:02,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:03,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:03,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:03,005 [main] Physical connection got
DEBUG 2024-06-26 02:55:03,005 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:03,007 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:03,007 [main] Physical connection closed
DEBUG 2024-06-26 02:55:03,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:03,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:03,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:03,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:03,015 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:03,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:03,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:03,021 [main] Physical connection got
DEBUG 2024-06-26 02:55:03,022 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:03,023 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:03,023 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-06-26 02:55:03,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-06-26 02:55:03,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:03,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-06-26 02:55:03,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-06-26 02:55:03,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:03,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-06-26 02:55:03,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-06-26 02:55:03,037 [main] Physical connection got
DEBUG 2024-06-26 02:55:03,037 [main] Logical connection got, tx=null
DEBUG 2024-06-26 02:55:03,038 [main] Logical connection closed, tx=null
DEBUG 2024-06-26 02:55:03,038 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.301s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.520s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.657s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.539s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Wed Jun 26 02:55:03 JST 2024
[INFO] Final Memory: 30M/404M
[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