Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-09 02:54:56,565 [main] Physical connection got
DEBUG 2025-01-09 02:54:56,566 [main] Logical connection got
DEBUG 2025-01-09 02:54:56,566 [main] Logical connection closed
DEBUG 2025-01-09 02:54:56,566 [main] Logical connection got
DEBUG 2025-01-09 02:54:56,578 [main] Logical connection closed
DEBUG 2025-01-09 02:54:56,578 [main] Logical connection got
DEBUG 2025-01-09 02:54:56,578 [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 2025-01-09 02:54:56,580 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-09 02:54:56.365 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-09 02:54:56,580 [main] Logical connection got
DEBUG 2025-01-09 02:54:56,581 [main] Logical connection closed
DEBUG 2025-01-09 02:54:56,581 [main] Logical connection got
DEBUG 2025-01-09 02:54:56,585 [main] Logical connection closed
DEBUG 2025-01-09 02:54:56,586 [main] Logical connection got
DEBUG 2025-01-09 02:54:56,586 [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 2025-01-09 02:54:56,587 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-09 02:54:56.365 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-09 02:54:56,587 [main] Logical connection got
DEBUG 2025-01-09 02:54:56,588 [main] UPDATE EMP SET tstamp = '2025-01-09 02.54.56', 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 = '2025-01-09 02.54.56'
DEBUG 2025-01-09 02:54:56,588 [main] Logical connection closed
DEBUG 2025-01-09 02:54:56,589 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.12 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-09 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 2025-01-09 02:54:58,122 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:54:58,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,239 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,267 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:54:58,428 [main] Physical connection got
DEBUG 2025-01-09 02:54:58,428 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,499 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,505 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-01-09 02:54:58,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:58,515 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,527 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,527 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,542 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,555 [main] Physical connection got
DEBUG 2025-01-09 02:54:58,555 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,555 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,555 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,666 [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 2025-01-09 02:54:58,671 [main] Physical connection closed
DEBUG 2025-01-09 02:54:58,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:58,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,698 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,699 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,704 [main] Physical connection got
DEBUG 2025-01-09 02:54:58,704 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,704 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,705 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,743 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,766 [main] Physical connection closed
DEBUG 2025-01-09 02:54:58,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:58,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,791 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,795 [main] Physical connection got
DEBUG 2025-01-09 02:54:58,795 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,795 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,795 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,838 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,843 [main] Physical connection closed
DEBUG 2025-01-09 02:54:58,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:58,845 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,867 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,870 [main] Physical connection got
DEBUG 2025-01-09 02:54:58,870 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,870 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,870 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,906 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,911 [main] Physical connection closed
DEBUG 2025-01-09 02:54:58,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:58,913 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,935 [main] Physical connection got
DEBUG 2025-01-09 02:54:58,935 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,935 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,936 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,968 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,973 [main] Physical connection closed
DEBUG 2025-01-09 02:54:58,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:58,976 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:58,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:58,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:58,994 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:58,997 [main] Physical connection got
DEBUG 2025-01-09 02:54:58,997 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:58,998 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:58,998 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,030 [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 2025-01-09 02:54:59,034 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,036 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,038 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,057 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,057 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,057 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,058 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,089 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,095 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,097 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,106 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,118 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,118 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,119 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,119 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,156 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,161 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,163 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,181 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,184 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,184 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,184 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,184 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,215 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,221 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,232 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,246 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358899246/0, BranchId=]
DEBUG 2025-01-09 02:54:59,247 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,248 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/0, BranchId=]
DEBUG 2025-01-09 02:54:59,249 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/0, BranchId=]
DEBUG 2025-01-09 02:54:59,249 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/0, BranchId=]
DEBUG 2025-01-09 02:54:59,279 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/0, BranchId=]
DEBUG 2025-01-09 02:54:59,301 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/0, BranchId=]
DEBUG 2025-01-09 02:54:59,303 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-09 02.54.59', 99, 'hoge', 0)
DEBUG 2025-01-09 02:54:59,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/0, BranchId=]
DEBUG 2025-01-09 02:54:59,309 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358899246/0, BranchId=]
DEBUG 2025-01-09 02:54:59,310 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,312 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,316 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,327 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,329 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,329 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,331 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,332 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,358 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,367 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,368 [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 2025-01-09 02:54:59,375 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,375 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,376 [main] UPDATE EMP SET tstamp = '2025-01-09 02.54.59', 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 2025-01-09 02:54:59,377 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,377 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358899246/1, BranchId=]
DEBUG 2025-01-09 02:54:59,377 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,397 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,399 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,399 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,400 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,425 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,439 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,439 [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 2025-01-09 02:54:59,441 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,441 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,442 [main] UPDATE EMP SET tstamp = '2025-01-09 02.54.59', 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 2025-01-09 02:54:59,442 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,443 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358899246/2, BranchId=]
DEBUG 2025-01-09 02:54:59,443 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,445 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,447 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,463 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,465 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,465 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,466 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,466 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,466 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,498 [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 2025-01-09 02:54:59,500 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,501 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-09 02:54:59,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,501 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358899246/3, BranchId=]
DEBUG 2025-01-09 02:54:59,502 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,523 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,523 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,524 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,524 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,548 [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 2025-01-09 02:54:59,550 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,552 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,554 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,556 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,579 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,579 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,579 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,579 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,603 [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 2025-01-09 02:54:59,612 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,614 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,630 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,630 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,633 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,633 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,633 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,634 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,656 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,664 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,666 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,686 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,689 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,689 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,689 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,689 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,711 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,719 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,721 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,734 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,736 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,739 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,739 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,739 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,739 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,760 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,768 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,784 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,786 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,788 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,788 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,788 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,788 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,810 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,817 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,818 [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 2025-01-09 02:54:59,825 [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 2025-01-09 02:54:59,826 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,827 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,846 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,846 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,846 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,846 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,868 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,875 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,875 [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 2025-01-09 02:54:59,879 [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 2025-01-09 02:54:59,881 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,896 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,900 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,901 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,901 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,901 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,930 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,937 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,937 [main] select * from emp
DEBUG 2025-01-09 02:54:59,940 [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 2025-01-09 02:54:59,942 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,944 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,951 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:54:59,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:54:59,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:54:59,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,961 [main] Physical connection got
DEBUG 2025-01-09 02:54:59,962 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,962 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,962 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,983 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:54:59,990 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:54:59,990 [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 2025-01-09 02:54:59,994 [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 2025-01-09 02:54:59,995 [main] Physical connection closed
DEBUG 2025-01-09 02:54:59,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:54:59,997 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:54:59,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,011 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,013 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,013 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,013 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,014 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,035 [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 2025-01-09 02:55:00,042 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,044 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,058 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,060 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,061 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,061 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,061 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,081 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,088 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,089 [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 2025-01-09 02:55:00,091 [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 2025-01-09 02:55:00,092 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,109 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,111 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,111 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,112 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,132 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,139 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,139 [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 2025-01-09 02:55:00,143 [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 2025-01-09 02:55:00,144 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,153 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,163 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,163 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,163 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,163 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,183 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,190 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,190 [main] select * from emp
DEBUG 2025-01-09 02:55:00,192 [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 2025-01-09 02:55:00,193 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,194 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,195 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,210 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,211 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,212 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,214 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,214 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,214 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,214 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,233 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,240 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,241 [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 2025-01-09 02:55:00,242 [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 2025-01-09 02:55:00,244 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,259 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,261 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,261 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,262 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,262 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,281 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,287 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,288 [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 2025-01-09 02:55:00,290 [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 2025-01-09 02:55:00,290 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,292 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,309 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,309 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,309 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,309 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,335 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,342 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,342 [main] select count(*) from emp
DEBUG 2025-01-09 02:55:00,343 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,343 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,357 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,358 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,358 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,360 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,360 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,360 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,360 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,380 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,388 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,388 [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 2025-01-09 02:55:00,388 [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 2025-01-09 02:55:00,389 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,390 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,394 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,406 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,406 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,406 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,406 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,425 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,432 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,432 [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 2025-01-09 02:55:00,433 [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 2025-01-09 02:55:00,433 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,435 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,451 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,451 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,451 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,451 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,470 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,476 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,476 [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 2025-01-09 02:55:00,477 [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 2025-01-09 02:55:00,477 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,492 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,494 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,494 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,494 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,495 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,514 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,520 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,520 [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 2025-01-09 02:55:00,521 [main] Logical connection closed, tx=null
[Ljava.util.Map;@27f8922
DEBUG 2025-01-09 02:55:00,521 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,523 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,535 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,536 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,538 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,539 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,539 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,539 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,558 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,565 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,565 [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 2025-01-09 02:55:00,567 [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 2025-01-09 02:55:00,567 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,569 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,570 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,584 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,584 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,584 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,584 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,606 [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 2025-01-09 02:55:00,612 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,612 [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 2025-01-09 02:55:00,622 [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 2025-01-09 02:55:00,623 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,624 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,632 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,638 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,640 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,640 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,640 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,641 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,659 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,662 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,663 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-09 02:55:00,663 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,663 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,665 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,667 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,678 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,680 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,680 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,680 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,680 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,699 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,702 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,702 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-09 02:55:00,702 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,702 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,707 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,716 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,719 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,719 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,719 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,719 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,736 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,737 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,737 [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 2025-01-09 02:55:00,738 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-09 02:55:00,739 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,746 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,746 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,751 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,753 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,754 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,754 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,755 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,755 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,766 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,767 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,767 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-09 02:55:00,768 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-09 02:55:00,768 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,770 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,771 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,773 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,776 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,776 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,784 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,784 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,784 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,808 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-09 02.55.00', 9999, 'test', 50)
DEBUG 2025-01-09 02:55:00,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,809 [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 2025-01-09 02:55:00,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/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 2025-01-09 02:55:00,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,811 [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 2025-01-09 02:55:00,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-09 02:55:00.808 {50, null, null, 0}
DEBUG 2025-01-09 02:55:00,812 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358899246/4, BranchId=]
DEBUG 2025-01-09 02:55:00,812 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,824 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,825 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,826 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,827 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,827 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,828 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,828 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,845 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,851 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,852 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,854 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,855 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,858 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,866 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,866 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,866 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,866 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,887 [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 2025-01-09 02:55:00,900 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,901 [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 2025-01-09 02:55:00,904 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,904 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,906 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,909 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,911 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:00,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,925 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,927 [main] Physical connection got
DEBUG 2025-01-09 02:55:00,927 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,929 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:00,929 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,952 [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 2025-01-09 02:55:00,961 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:00,962 [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 2025-01-09 02:55:00,962 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-09 02:55:00,962 [main] Physical connection closed
DEBUG 2025-01-09 02:55:00,964 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:00,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:00,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:00,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:00,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,002 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,015 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,015 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,015 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,015 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,054 [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 2025-01-09 02:55:01,070 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,070 [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 2025-01-09 02:55:01,072 [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 2025-01-09 02:55:01,074 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,076 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,078 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,097 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,097 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,099 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,099 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,099 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,099 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,115 [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 2025-01-09 02:55:01,118 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,119 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,123 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,131 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,133 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,134 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,135 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,135 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,135 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,152 [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 2025-01-09 02:55:01,158 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,158 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-09 02:55:01,160 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,160 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,162 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,176 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,176 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,176 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,176 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,192 [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 2025-01-09 02:55:01,199 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,199 [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 2025-01-09 02:55:01,199 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,199 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,201 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,203 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,213 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,215 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,216 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,216 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,216 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,234 [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 2025-01-09 02:55:01,235 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,235 [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 2025-01-09 02:55:01,237 [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 2025-01-09 02:55:01,237 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,239 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,252 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,254 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,254 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,254 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,254 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,273 [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 2025-01-09 02:55:01,273 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,278 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,287 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,290 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,290 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,290 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,290 [main] Logical connection got, tx=null
WARN 2025-01-09 02:55:01,293 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-09 02:55:01,298 [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 2025-01-09 02:55:01,299 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,299 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-01-09 02:55:01,302 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-09 02:55:01,302 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,305 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,318 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,318 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,318 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,318 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,337 [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 2025-01-09 02:55:01,343 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,344 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,348 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,359 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,359 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,359 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,359 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,377 [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 2025-01-09 02:55:01,380 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,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 AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-09 02:55:01,381 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,381 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,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 AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-01-09 02:55:01,382 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,382 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,398 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,399 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,399 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,399 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,419 [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 2025-01-09 02:55:01,422 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,423 [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 2025-01-09 02:55:01,426 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,427 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,427 [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 2025-01-09 02:55:01,427 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,427 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,427 [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 2025-01-09 02:55:01,429 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,429 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,430 [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 2025-01-09 02:55:01,430 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,430 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,430 [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 2025-01-09 02:55:01,432 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,433 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,441 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,457 [main] Transaction began, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,458 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,458 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-09 02:55:01,487 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,487 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-09 02:55:01,487 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,491 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-09 02:55:01,491 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,494 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-09 02:55:01,500 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,500 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1736358899246/5, BranchId=]
DEBUG 2025-01-09 02:55:01,500 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,516 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,521 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,524 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,524 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,525 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,525 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,547 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,551 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,553 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,553 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,561 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,569 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,572 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,572 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,572 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,572 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,595 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,601 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,603 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,631 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,632 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,632 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,632 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,652 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-09 02:55:01,654 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,655 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,675 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,680 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,680 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,680 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,680 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,698 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-09 02:55:01,700 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,714 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,714 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,714 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,714 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,720 [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 2025-01-09 02:55:01,722 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,723 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,729 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,733 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,736 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,736 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,736 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,736 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,742 [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 2025-01-09 02:55:01,744 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,763 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,763 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,764 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,764 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,782 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,783 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,784 [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 2025-01-09 02:55:01,787 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,787 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,789 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,796 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,803 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,806 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,806 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,807 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,807 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,832 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,833 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,836 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,848 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,849 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,851 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,851 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,851 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,851 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,867 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-09 02:55:01,868 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,869 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,870 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,871 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,875 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,880 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,881 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-09 02:55:01,883 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,883 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,883 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,883 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,902 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-09 02:55:01,902 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.398 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-09 02:55:01,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,953 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:55:01,956 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,957 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,968 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:55:01,970 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,970 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,974 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,976 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,977 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:55:01,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,980 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:01,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:01,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:01,990 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:55:01,993 [main] Physical connection got
DEBUG 2025-01-09 02:55:01,993 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:01,996 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:01,996 [main] Physical connection closed
DEBUG 2025-01-09 02:55:01,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:01,998 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:55:01,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,011 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,014 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:55:02,016 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,016 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,020 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,020 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-09 02:55:02,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,037 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,037 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,038 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,038 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-09 02:55:02,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,047 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,047 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,054 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,054 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,069 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,070 [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 2025-01-09 02:55:02,073 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,073 [main] Physical connection closed
DEBUG 2025-01-09 02:55:02,074 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,074 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,076 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,083 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,084 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,084 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,100 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,100 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,101 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,101 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,117 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,117 [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 2025-01-09 02:55:02,120 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,120 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-09 02:55:02,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,144 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:55:02,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,148 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,159 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:55:02,170 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,170 [main] Logical connection got, tx=null
WARN 2025-01-09 02:55:02,172 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-09 02:55:02,173 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-09 02:55:02,173 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,173 [main] Physical connection closed
DEBUG 2025-01-09 02:55:02,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,174 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:55:02,176 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,180 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,183 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,186 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:55:02,189 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,189 [main] Logical connection got, tx=null
WARN 2025-01-09 02:55:02,191 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-09 02:55:02,191 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-09 02:55:02,192 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,192 [main] Physical connection closed
DEBUG 2025-01-09 02:55:02,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,193 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:55:02,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,198 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,198 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,205 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-09 02:55:02,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,211 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-09 02:55:02,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,214 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,217 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,217 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,223 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-09 02:55:02,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,239 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,240 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,241 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,241 [main] Physical connection closed
DEBUG 2025-01-09 02:55:02,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,246 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,252 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,252 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,253 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,253 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-09 02:55:02,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-09 02:55:02,257 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-09 02:55:02,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-09 02:55:02,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-09 02:55:02,266 [main] Physical connection got
DEBUG 2025-01-09 02:55:02,266 [main] Logical connection got, tx=null
DEBUG 2025-01-09 02:55:02,267 [main] Logical connection closed, tx=null
DEBUG 2025-01-09 02:55:02,267 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.311s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.605s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.636s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.675s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Jan 09 02:55:02 JST 2025
[INFO] Final Memory: 30M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS