Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-10 02:54:53,403 [main] Physical connection got
DEBUG 2024-11-10 02:54:53,403 [main] Logical connection got
DEBUG 2024-11-10 02:54:53,403 [main] Logical connection closed
DEBUG 2024-11-10 02:54:53,403 [main] Logical connection got
DEBUG 2024-11-10 02:54:53,416 [main] Logical connection closed
DEBUG 2024-11-10 02:54:53,417 [main] Logical connection got
DEBUG 2024-11-10 02:54:53,417 [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 ename LIKE '%CO%'
DEBUG 2024-11-10 02:54:53,418 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-10 02:54:53.205 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-10 02:54:53,419 [main] Logical connection got
DEBUG 2024-11-10 02:54:53,419 [main] Logical connection closed
DEBUG 2024-11-10 02:54:53,419 [main] Logical connection got
DEBUG 2024-11-10 02:54:53,423 [main] Logical connection closed
DEBUG 2024-11-10 02:54:53,425 [main] Logical connection got
DEBUG 2024-11-10 02:54:53,425 [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-11-10 02:54:53,426 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-10 02:54:53.205 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-10 02:54:53,426 [main] Logical connection got
DEBUG 2024-11-10 02:54:53,427 [main] UPDATE EMP SET tstamp = '2024-11-10 02.54.53', 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-11-10 02.54.53'
DEBUG 2024-11-10 02:54:53,427 [main] Logical connection closed
DEBUG 2024-11-10 02:54:53,428 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 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 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.137 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-10 02:54:54,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:55,013 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:54:55,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,083 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,083 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,130 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,137 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,158 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:54:55,316 [main] Physical connection got
DEBUG 2024-11-10 02:54:55,316 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,396 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,403 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-10 02:54:55,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:55,415 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,443 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,456 [main] Physical connection got
DEBUG 2024-11-10 02:54:55,456 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,456 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,457 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,569 [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-11-10 02:54:55,575 [main] Physical connection closed
DEBUG 2024-11-10 02:54:55,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:55,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,588 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,588 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,601 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,606 [main] Physical connection got
DEBUG 2024-11-10 02:54:55,606 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,606 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,606 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,646 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,669 [main] Physical connection closed
DEBUG 2024-11-10 02:54:55,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:55,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,682 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,693 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,700 [main] Physical connection got
DEBUG 2024-11-10 02:54:55,700 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,700 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,700 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,744 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,749 [main] Physical connection closed
DEBUG 2024-11-10 02:54:55,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:55,752 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,774 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,778 [main] Physical connection got
DEBUG 2024-11-10 02:54:55,778 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,778 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,778 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,817 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,823 [main] Physical connection closed
DEBUG 2024-11-10 02:54:55,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:55,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,850 [main] Physical connection got
DEBUG 2024-11-10 02:54:55,850 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,850 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,851 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,889 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,894 [main] Physical connection closed
DEBUG 2024-11-10 02:54:55,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:55,897 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,907 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,918 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,922 [main] Physical connection got
DEBUG 2024-11-10 02:54:55,922 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,922 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,922 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,958 [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-11-10 02:54:55,962 [main] Physical connection closed
DEBUG 2024-11-10 02:54:55,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:55,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,967 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:55,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,982 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:55,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:55,985 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:55,988 [main] Physical connection got
DEBUG 2024-11-10 02:54:55,988 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:55,989 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:55,989 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,025 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,031 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,033 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,057 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,058 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,058 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,058 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,104 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,106 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,116 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,116 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,130 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,131 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,131 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,131 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,167 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,173 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,180 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,201 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174896200/0, BranchId=]
DEBUG 2024-11-10 02:54:56,202 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,203 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/0, BranchId=]
DEBUG 2024-11-10 02:54:56,203 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/0, BranchId=]
DEBUG 2024-11-10 02:54:56,204 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/0, BranchId=]
DEBUG 2024-11-10 02:54:56,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/0, BranchId=]
DEBUG 2024-11-10 02:54:56,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/0, BranchId=]
DEBUG 2024-11-10 02:54:56,260 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-10 02.54.56', 99, 'hoge', 0)
DEBUG 2024-11-10 02:54:56,266 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/0, BranchId=]
DEBUG 2024-11-10 02:54:56,266 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174896200/0, BranchId=]
DEBUG 2024-11-10 02:54:56,266 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,269 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,286 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,289 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,289 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,321 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,333 [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-11-10 02:54:56,340 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,341 [main] UPDATE EMP SET tstamp = '2024-11-10 02.54.56', 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-11-10 02:54:56,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,342 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174896200/1, BranchId=]
DEBUG 2024-11-10 02:54:56,342 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,353 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,364 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,365 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,365 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,406 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,415 [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-11-10 02:54:56,417 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,418 [main] UPDATE EMP SET tstamp = '2024-11-10 02.54.56', 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-11-10 02:54:56,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,418 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174896200/2, BranchId=]
DEBUG 2024-11-10 02:54:56,419 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,421 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,425 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,441 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,442 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,442 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,442 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,442 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,478 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,478 [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-11-10 02:54:56,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,480 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-10 02:54:56,481 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,481 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174896200/3, BranchId=]
DEBUG 2024-11-10 02:54:56,481 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,483 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,487 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,501 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,505 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,505 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,505 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,505 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,532 [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-11-10 02:54:56,534 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,545 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,554 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,567 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,567 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,568 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,568 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,592 [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-11-10 02:54:56,601 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,624 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,624 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,624 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,625 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,649 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,657 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,663 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,677 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,689 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,689 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,689 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,689 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,712 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,721 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,723 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,731 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,740 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,743 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,743 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,743 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,743 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,767 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,776 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,778 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,786 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,792 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,794 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,797 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,797 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,797 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,797 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,821 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,828 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,828 [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-11-10 02:54:56,837 [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-11-10 02:54:56,838 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,840 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,842 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,858 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,858 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,858 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,858 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,881 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,888 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,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
DEBUG 2024-11-10 02:54:56,892 [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-11-10 02:54:56,893 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,895 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,897 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,913 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,913 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,913 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,913 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,943 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,951 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,951 [main] select * from emp
DEBUG 2024-11-10 02:54:56,954 [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-11-10 02:54:56,955 [main] Physical connection closed
DEBUG 2024-11-10 02:54:56,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:56,957 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:56,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:56,972 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:56,972 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:56,975 [main] Physical connection got
DEBUG 2024-11-10 02:54:56,975 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,975 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:56,975 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:56,997 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,004 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,004 [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-11-10 02:54:57,008 [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-11-10 02:54:57,009 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,011 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,018 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,019 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,026 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,028 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,029 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,029 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,029 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,050 [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-11-10 02:54:57,058 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,077 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,077 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,077 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,077 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,107 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,107 [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-11-10 02:54:57,109 [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-11-10 02:54:57,111 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,112 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,115 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,116 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,129 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,129 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,130 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,130 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,151 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,158 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,158 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-10 02:54:57,163 [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-11-10 02:54:57,164 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,180 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,183 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,183 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,183 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,183 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,204 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,212 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,212 [main] select * from emp
DEBUG 2024-11-10 02:54:57,213 [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-11-10 02:54:57,215 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,216 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,217 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,225 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,232 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,234 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,234 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,234 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,235 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,256 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,264 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,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 order by empno
DEBUG 2024-11-10 02:54:57,266 [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-11-10 02:54:57,267 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,282 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,283 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,285 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,285 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,285 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,285 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,306 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,313 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,313 [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-11-10 02:54:57,315 [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-11-10 02:54:57,315 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,324 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,333 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,333 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,334 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,334 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,355 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,368 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,368 [main] select count(*) from emp
DEBUG 2024-11-10 02:54:57,370 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,370 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,371 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,387 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,387 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,388 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,388 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,408 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,415 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,415 [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-11-10 02:54:57,416 [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-11-10 02:54:57,416 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,418 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,430 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,431 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,432 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,434 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,434 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,434 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,434 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,461 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,461 [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-11-10 02:54:57,462 [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-11-10 02:54:57,462 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,463 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,479 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,479 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,479 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,479 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,506 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,506 [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-11-10 02:54:57,507 [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-11-10 02:54:57,507 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,524 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,524 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,524 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,524 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,544 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,551 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,551 [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-11-10 02:54:57,551 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1f758cd1
DEBUG 2024-11-10 02:54:57,552 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,555 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,557 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,567 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,569 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,569 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,569 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,569 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,588 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,595 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,595 [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-11-10 02:54:57,597 [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-11-10 02:54:57,598 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,599 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,615 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,615 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,615 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,615 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,635 [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-11-10 02:54:57,642 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,642 [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-11-10 02:54:57,646 [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-11-10 02:54:57,646 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,661 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,663 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,663 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,664 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,664 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,683 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,686 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,687 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-10 02:54:57,687 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,687 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,688 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,689 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,704 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,704 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,704 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,704 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,723 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,727 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,727 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-10 02:54:57,727 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,727 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,743 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,746 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,746 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,746 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,746 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,759 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,760 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,760 [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-11-10 02:54:57,768 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-10 02:54:57,768 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,776 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,786 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,786 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,786 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,786 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,799 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,799 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,799 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-10 02:54:57,800 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-10 02:54:57,800 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,802 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,817 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,818 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,844 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,844 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-10 02.54.57', 9999, 'test', 50)
DEBUG 2024-11-10 02:54:57,845 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,845 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,845 [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-11-10 02:54:57,847 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/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-11-10 02:54:57,847 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,847 [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-11-10 02:54:57,848 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-10 02:54:57.844 {50, null, null, 0}
DEBUG 2024-11-10 02:54:57,848 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174896200/4, BranchId=]
DEBUG 2024-11-10 02:54:57,848 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,853 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,856 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,862 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,863 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,863 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,865 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,865 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,866 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,866 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,885 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,891 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,892 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,905 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,908 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,908 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,908 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,908 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,926 [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-11-10 02:54:57,935 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,935 [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-11-10 02:54:57,937 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,937 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,939 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,954 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,954 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,954 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,954 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,972 [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-11-10 02:54:57,981 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,981 [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-11-10 02:54:57,982 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-10 02:54:57,982 [main] Physical connection closed
DEBUG 2024-11-10 02:54:57,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:57,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,987 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,990 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:57,990 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:57,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:57,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:57,999 [main] Physical connection got
DEBUG 2024-11-10 02:54:57,999 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:57,999 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:57,999 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,016 [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-11-10 02:54:58,021 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,022 [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-11-10 02:54:58,023 [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-11-10 02:54:58,023 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,025 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,031 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,037 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,038 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,040 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,040 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,040 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,040 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,057 [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-11-10 02:54:58,061 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,062 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,069 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,077 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,078 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,078 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,078 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,095 [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-11-10 02:54:58,101 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,101 [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-11-10 02:54:58,103 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,103 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,121 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,121 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,121 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,121 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,138 [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-11-10 02:54:58,144 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,145 [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-11-10 02:54:58,145 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,145 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,160 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,163 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,163 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,166 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,166 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,185 [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-11-10 02:54:58,186 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,186 [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-11-10 02:54:58,188 [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-11-10 02:54:58,188 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,190 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,205 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,205 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,205 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,205 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,223 [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-11-10 02:54:58,224 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,225 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,241 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,241 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,241 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,241 [main] Logical connection got, tx=null
WARN 2024-11-10 02:54:58,244 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-10 02:54:58,250 [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-11-10 02:54:58,251 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,251 [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-11-10 02:54:58,253 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-10 02:54:58,253 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,255 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,267 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,269 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,271 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,271 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,271 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,271 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,290 [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-11-10 02:54:58,296 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,298 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,300 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,305 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,305 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,312 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,314 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,314 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,314 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,314 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,333 [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-11-10 02:54:58,337 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,337 [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-11-10 02:54:58,337 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,338 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,338 [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-11-10 02:54:58,338 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,339 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,355 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,355 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,356 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,356 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,374 [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-11-10 02:54:58,377 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,377 [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-11-10 02:54:58,380 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,380 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,380 [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-11-10 02:54:58,381 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,381 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,381 [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-11-10 02:54:58,383 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,383 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,383 [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-11-10 02:54:58,384 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,384 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,384 [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-11-10 02:54:58,384 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,384 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,401 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,401 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,401 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,401 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,402 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,419 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-10 02:54:58,420 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,420 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-10 02:54:58,420 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,420 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,420 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-10 02:54:58,421 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,421 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-10 02:54:58,421 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,421 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731174896200/5, BranchId=]
DEBUG 2024-11-10 02:54:58,421 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,423 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,435 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,438 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,438 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,439 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,439 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,457 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,460 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,462 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,464 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,474 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,477 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,477 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,477 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,477 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,495 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,499 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,516 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,516 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,516 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,516 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,523 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-10 02:54:58,524 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,532 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,532 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,540 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,540 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,540 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,541 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,552 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-10 02:54:58,553 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,554 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,566 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,568 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,568 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,568 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,569 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,575 [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-11-10 02:54:58,576 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,592 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,592 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,592 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,592 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,598 [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-11-10 02:54:58,599 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,613 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,615 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,615 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,615 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,616 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,633 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,634 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,634 [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-11-10 02:54:58,647 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,647 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,659 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,673 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,675 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,675 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,675 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,675 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,693 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,694 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,707 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,709 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,709 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,709 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,709 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,726 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-10 02:54:58,727 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,741 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-10 02:54:58,743 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,743 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,743 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,743 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,760 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-10 02:54:58,761 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.358 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.013 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-10 02:54:58,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,810 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:54:58,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,824 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:54:58,827 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,827 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,831 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,834 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,835 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:54:58,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,849 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:54:58,851 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,852 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,855 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,856 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,857 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:54:58,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,868 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,872 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:54:58,874 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,874 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,878 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,879 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-10 02:54:58,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,883 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,884 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,894 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,894 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,895 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,895 [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-11-10 02:54:58,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,907 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,908 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,910 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,910 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,927 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,927 [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-11-10 02:54:58,931 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,931 [main] Physical connection closed
DEBUG 2024-11-10 02:54:58,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:58,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,941 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:58,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:58,944 [main] Physical connection got
DEBUG 2024-11-10 02:54:58,944 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,960 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,960 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,961 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,961 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,972 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,976 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:58,976 [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-11-10 02:54:58,979 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:58,979 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-10 02:54:58,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:58,998 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:54:59,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,012 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:54:59,024 [main] Physical connection got
DEBUG 2024-11-10 02:54:59,024 [main] Logical connection got, tx=null
WARN 2024-11-10 02:54:59,026 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-10 02:54:59,027 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-10 02:54:59,027 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:59,027 [main] Physical connection closed
DEBUG 2024-11-10 02:54:59,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:59,029 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:54:59,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,035 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,042 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:54:59,045 [main] Physical connection got
DEBUG 2024-11-10 02:54:59,045 [main] Logical connection got, tx=null
WARN 2024-11-10 02:54:59,047 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-10 02:54:59,048 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-10 02:54:59,048 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:59,048 [main] Physical connection closed
DEBUG 2024-11-10 02:54:59,049 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:59,050 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:54:59,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,060 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,063 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-10 02:54:59,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:59,067 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-10 02:54:59,069 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,071 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,078 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,081 [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-11-10 02:54:59,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:59,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,090 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,093 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,099 [main] Physical connection got
DEBUG 2024-11-10 02:54:59,099 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:59,100 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:59,101 [main] Physical connection closed
DEBUG 2024-11-10 02:54:59,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:59,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,111 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,112 [main] Physical connection got
DEBUG 2024-11-10 02:54:59,112 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:59,114 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:59,114 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-10 02:54:59,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-10 02:54:59,117 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-10 02:54:59,122 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-10 02:54:59,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-10 02:54:59,128 [main] Physical connection got
DEBUG 2024-11-10 02:54:59,128 [main] Logical connection got, tx=null
DEBUG 2024-11-10 02:54:59,129 [main] Logical connection closed, tx=null
DEBUG 2024-11-10 02:54:59,129 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.302s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.490s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.594s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.736s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Sun Nov 10 02:54:59 JST 2024
[INFO] Final Memory: 31M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS