Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-01-04 02:54:57,588 [main] Physical connection got
DEBUG 2025-01-04 02:54:57,589 [main] Logical connection got
DEBUG 2025-01-04 02:54:57,589 [main] Logical connection closed
DEBUG 2025-01-04 02:54:57,589 [main] Logical connection got
DEBUG 2025-01-04 02:54:57,602 [main] Logical connection closed
DEBUG 2025-01-04 02:54:57,602 [main] Logical connection got
DEBUG 2025-01-04 02:54:57,603 [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-04 02:54:57,604 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-04 02:54:57.385 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-04 02:54:57,605 [main] Logical connection got
DEBUG 2025-01-04 02:54:57,605 [main] Logical connection closed
DEBUG 2025-01-04 02:54:57,605 [main] Logical connection got
DEBUG 2025-01-04 02:54:57,609 [main] Logical connection closed
DEBUG 2025-01-04 02:54:57,611 [main] Logical connection got
DEBUG 2025-01-04 02:54:57,611 [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-04 02:54:57,612 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-01-04 02:54:57.385 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-01-04 02:54:57,612 [main] Logical connection got
DEBUG 2025-01-04 02:54:57,612 [main] UPDATE EMP SET tstamp = '2025-01-04 02.54.57', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2025-01-04 02.54.57'
DEBUG 2025-01-04 02:54:57,613 [main] Logical connection closed
DEBUG 2025-01-04 02:54:57,613 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.136 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-01-04 02:54:59,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:54:59,191 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-04 02:54:59,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,308 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,330 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-04 02:54:59,492 [main] Physical connection got
DEBUG 2025-01-04 02:54:59,492 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,563 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:54:59,570 [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-04 02:54:59,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:54:59,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,621 [main] Physical connection got
DEBUG 2025-01-04 02:54:59,621 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,621 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:54:59,622 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,734 [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-04 02:54:59,739 [main] Physical connection closed
DEBUG 2025-01-04 02:54:59,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:54:59,741 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,764 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,768 [main] Physical connection got
DEBUG 2025-01-04 02:54:59,769 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,769 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:54:59,769 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,807 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:54:59,830 [main] Physical connection closed
DEBUG 2025-01-04 02:54:59,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:54:59,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,857 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,860 [main] Physical connection got
DEBUG 2025-01-04 02:54:59,861 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,861 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:54:59,861 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,904 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:54:59,910 [main] Physical connection closed
DEBUG 2025-01-04 02:54:59,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:54:59,912 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,932 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,938 [main] Physical connection got
DEBUG 2025-01-04 02:54:59,938 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,938 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:54:59,939 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:54:59,973 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:54:59,978 [main] Physical connection closed
DEBUG 2025-01-04 02:54:59,979 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:54:59,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:54:59,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:54:59,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:54:59,990 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:54:59,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,001 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,003 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,003 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,004 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,004 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,036 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,041 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,043 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,045 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,052 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,053 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,066 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,066 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,067 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,067 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,098 [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-04 02:55:00,102 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,105 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,107 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,114 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,114 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,122 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,124 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,127 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,127 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,127 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,128 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,160 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,165 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,170 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,172 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,176 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,190 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,190 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,190 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,190 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,228 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,233 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,235 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,254 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,254 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,257 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,257 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,257 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,257 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,288 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,293 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,298 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,300 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,304 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,304 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,314 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,319 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735926900319/0, BranchId=]
DEBUG 2025-01-04 02:55:00,320 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/0, BranchId=]
DEBUG 2025-01-04 02:55:00,322 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/0, BranchId=]
DEBUG 2025-01-04 02:55:00,322 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/0, BranchId=]
DEBUG 2025-01-04 02:55:00,350 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/0, BranchId=]
DEBUG 2025-01-04 02:55:00,372 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/0, BranchId=]
DEBUG 2025-01-04 02:55:00,375 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-04 02.55.00', 99, 'hoge', 0)
DEBUG 2025-01-04 02:55:00,381 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/0, BranchId=]
DEBUG 2025-01-04 02:55:00,381 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735926900319/0, BranchId=]
DEBUG 2025-01-04 02:55:00,382 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,402 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,404 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,405 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,405 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,405 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,431 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,441 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,441 [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-04 02:55:00,448 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,449 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,449 [main] UPDATE EMP SET tstamp = '2025-01-04 02.55.00', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-04 02:55:00,450 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,450 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735926900319/1, BranchId=]
DEBUG 2025-01-04 02:55:00,450 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,452 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,461 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,471 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,473 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,474 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,514 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,515 [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-04 02:55:00,517 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,517 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,518 [main] UPDATE EMP SET tstamp = '2025-01-04 02.55.00', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-01-04 02:55:00,518 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,518 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735926900319/2, BranchId=]
DEBUG 2025-01-04 02:55:00,519 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,541 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,542 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,542 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,576 [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-04 02:55:00,578 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,579 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,579 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-01-04 02:55:00,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,579 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735926900319/3, BranchId=]
DEBUG 2025-01-04 02:55:00,580 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,582 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,586 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,590 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,603 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,603 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,603 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,604 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,629 [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-04 02:55:00,631 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,633 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,635 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,650 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,661 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,661 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,661 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,661 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,686 [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-04 02:55:00,695 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,697 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,714 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,717 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,717 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,717 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,717 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,741 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,749 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,759 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,773 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,775 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,775 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,776 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,776 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,800 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,808 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,810 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,818 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,827 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,829 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,829 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,829 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,829 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,853 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,861 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,882 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,885 [main] Physical connection got
DEBUG 2025-01-04 02:55:00,886 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,886 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,887 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,932 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:00,947 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:00,947 [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-04 02:55:00,958 [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-04 02:55:00,961 [main] Physical connection closed
DEBUG 2025-01-04 02:55:00,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:00,966 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:00,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:00,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:00,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:00,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,004 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,004 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,004 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,004 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,044 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,057 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,057 [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-04 02:55:01,062 [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-04 02:55:01,063 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,072 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,072 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,083 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,083 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,083 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,083 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,111 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,118 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,118 [main] select * from emp
DEBUG 2025-01-04 02:55:01,121 [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-04 02:55:01,122 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,124 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,140 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,142 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,142 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,142 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,143 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,164 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,172 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,172 [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-04 02:55:01,176 [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-04 02:55:01,177 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,178 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,179 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,193 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,196 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,196 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,196 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,196 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,218 [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-04 02:55:01,225 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,227 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,231 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,242 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,242 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,244 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,244 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,245 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,245 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,267 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,274 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,274 [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-04 02:55:01,277 [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-04 02:55:01,278 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,280 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,295 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,297 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,297 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,297 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,297 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,319 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,326 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,326 [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-04 02:55:01,331 [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-04 02:55:01,332 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,336 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,338 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,341 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,351 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,351 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,351 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,352 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,373 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,382 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,382 [main] select * from emp
DEBUG 2025-01-04 02:55:01,384 [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-04 02:55:01,385 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,387 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,404 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,404 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,407 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,407 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,407 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,407 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,432 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,442 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,442 [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-04 02:55:01,444 [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-04 02:55:01,445 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,447 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,465 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,467 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,467 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,468 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,468 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,493 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,502 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,502 [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-04 02:55:01,504 [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-04 02:55:01,505 [main] Physical connection closed
DEBUG 2025-01-04 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-04 02:55:01,507 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,515 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,524 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,526 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,527 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,527 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,527 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,552 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,574 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,574 [main] select count(*) from emp
DEBUG 2025-01-04 02:55:01,576 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,576 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,594 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,594 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,595 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,595 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,617 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,626 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,626 [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-04 02:55:01,627 [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-04 02:55:01,627 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,628 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,629 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,654 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,664 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,665 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,665 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,665 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,720 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,728 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,728 [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-04 02:55:01,729 [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-04 02:55:01,729 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,745 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,747 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,747 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,747 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,748 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,766 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,773 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,773 [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-04 02:55:01,774 [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-04 02:55:01,774 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,776 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,778 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,783 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,783 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,790 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,792 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,792 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,792 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,792 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,811 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,817 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,817 [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-04 02:55:01,818 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1e1ec86
DEBUG 2025-01-04 02:55:01,818 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,820 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,833 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,835 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,835 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,836 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,836 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,856 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,866 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,866 [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-04 02:55:01,869 [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-04 02:55:01,869 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,871 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,891 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,891 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,891 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,891 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,912 [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-04 02:55:01,921 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,921 [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-04 02:55:01,924 [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-04 02:55:01,925 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,927 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,943 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,945 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,945 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,945 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,946 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,969 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,973 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,973 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-04 02:55:01,973 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,974 [main] Physical connection closed
DEBUG 2025-01-04 02:55:01,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:01,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:01,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,989 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:01,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:01,991 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:01,994 [main] Physical connection got
DEBUG 2025-01-04 02:55:01,994 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:01,994 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:01,994 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,018 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,021 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,021 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-04 02:55:02,022 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,022 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,023 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,025 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,031 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,038 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,040 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,044 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,044 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,044 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,045 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,058 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,059 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,059 [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-04 02:55:02,060 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-01-04 02:55:02,063 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,086 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,087 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,090 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,090 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,090 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,090 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,104 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,105 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,105 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-01-04 02:55:02,105 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-01-04 02:55:02,106 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,111 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,121 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,122 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,123 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,129 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,129 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,157 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,165 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,165 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-01-04 02.55.02', 9999, 'test', 50)
DEBUG 2025-01-04 02:55:02,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,166 [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-04 02:55:02,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/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-04 02:55:02,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,168 [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-04 02:55:02,169 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-01-04 02:55:02.165 {50, null, null, 0}
DEBUG 2025-01-04 02:55:02,169 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735926900319/4, BranchId=]
DEBUG 2025-01-04 02:55:02,169 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,174 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,182 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,183 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,184 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,186 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,186 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,186 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,186 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,203 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,209 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,228 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,228 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,228 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,228 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,250 [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-04 02:55:02,260 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,261 [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-04 02:55:02,264 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,264 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,266 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,268 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,279 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,280 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,282 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,282 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,282 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,282 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,298 [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-04 02:55:02,307 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,307 [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-04 02:55:02,308 [main] Logical connection closed, tx=null
[]
DEBUG 2025-01-04 02:55:02,308 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,309 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,309 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,311 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,313 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,316 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,316 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,322 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,322 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,325 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,325 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,325 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,325 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,341 [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-04 02:55:02,346 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,346 [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-04 02:55:02,348 [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-04 02:55:02,348 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,369 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,369 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,369 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,369 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,399 [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-04 02:55:02,402 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,404 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,456 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,458 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,458 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,459 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,459 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,489 [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-04 02:55:02,496 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,496 [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-04 02:55:02,499 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,499 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,516 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,517 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,517 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,517 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,534 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-01-04 02:55:02,543 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,543 [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-04 02:55:02,544 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,544 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,545 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,546 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,562 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,564 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,567 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,567 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,567 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,567 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,586 [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-04 02:55:02,587 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,587 [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-04 02:55:02,589 [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-04 02:55:02,590 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,612 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,615 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,615 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,615 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,615 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,635 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-01-04 02:55:02,637 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,639 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,641 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,643 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,666 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,679 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,679 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,680 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,680 [main] Logical connection got, tx=null
WARN 2025-01-04 02:55:02,692 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-01-04 02:55:02,716 [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-04 02:55:02,716 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,716 [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-04 02:55:02,726 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-01-04 02:55:02,727 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,729 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,736 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,736 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,743 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,748 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,748 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,748 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,748 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,769 [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-04 02:55:02,778 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,801 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,812 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,812 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,813 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,813 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,841 [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-04 02:55:02,846 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,846 [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-04 02:55:02,847 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,847 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,847 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-01-04 02:55:02,848 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,848 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,849 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,850 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,852 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,857 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,857 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,864 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,867 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,867 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,867 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,867 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,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.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-01-04 02:55:02,901 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,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
DEBUG 2025-01-04 02:55:02,912 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,913 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,913 [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-04 02:55:02,914 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,914 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,914 [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-04 02:55:02,922 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,922 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,922 [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-04 02:55:02,932 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,932 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:02,932 [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-04 02:55:02,933 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:02,933 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,958 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:02,958 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,965 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:02,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,966 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,968 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,969 [main] Physical connection got
DEBUG 2025-01-04 02:55:02,969 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,969 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,970 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-01-04 02:55:02,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,991 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-04 02:55:02,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,991 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-01-04 02:55:02,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,992 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-01-04 02:55:02,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,992 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735926900319/5, BranchId=]
DEBUG 2025-01-04 02:55:02,992 [main] Physical connection closed
DEBUG 2025-01-04 02:55:02,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:02,994 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:02,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:02,999 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,009 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,017 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,017 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,017 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,017 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,058 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,063 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,065 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,074 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,080 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,083 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,083 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,085 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,085 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,105 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,112 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,114 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,116 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,127 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,130 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,130 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,130 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,130 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,138 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-01-04 02:55:03,140 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,141 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,143 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,145 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,157 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,158 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,158 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,167 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,167 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,167 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,167 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,173 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-01-04 02:55:03,182 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,183 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,194 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,194 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,200 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,202 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,203 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,203 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,203 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,209 [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-04 02:55:03,211 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,224 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,226 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,226 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,227 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,227 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,233 [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-04 02:55:03,235 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,243 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,248 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,249 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,249 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,251 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,251 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,252 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,252 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,267 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,268 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,268 [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-04 02:55:03,271 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,272 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,273 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,273 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,279 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,279 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,285 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,287 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,288 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,288 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,288 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,304 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,306 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,314 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,314 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,322 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,322 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,322 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,323 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,338 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-04 02:55:03,339 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-01-04 02:55:03,356 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,357 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,357 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,357 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,377 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-01-04 02:55:03,378 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.809 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-01-04 02:55:03,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,429 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,434 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,440 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,444 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,446 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,446 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,450 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,452 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,454 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,467 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,470 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,470 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,473 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,474 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,475 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,477 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,489 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,491 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,491 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,495 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,495 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-01-04 02:55:03,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,500 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,509 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,510 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,510 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,511 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,511 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-01-04 02:55:03,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,524 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,524 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,526 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,526 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,542 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,542 [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-04 02:55:03,547 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,547 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,549 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,550 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,558 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,560 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,560 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,575 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,576 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,576 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,576 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,589 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,595 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,595 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-01-04 02:55:03,597 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,598 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-01-04 02:55:03,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,617 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,627 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,629 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,642 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,642 [main] Logical connection got, tx=null
WARN 2025-01-04 02:55:03,645 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-04 02:55:03,645 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-04 02:55:03,646 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,646 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,648 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,660 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,663 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,663 [main] Logical connection got, tx=null
WARN 2025-01-04 02:55:03,665 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-01-04 02:55:03,665 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-01-04 02:55:03,666 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,666 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,667 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,679 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,683 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-01-04 02:55:03,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,698 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-01-04 02:55:03,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,713 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,714 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,715 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,716 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,716 [main] Physical connection closed
DEBUG 2025-01-04 02:55:03,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,718 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,719 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,721 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,728 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,728 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,730 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,730 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-01-04 02:55:03,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-01-04 02:55:03,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,737 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-01-04 02:55:03,737 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-01-04 02:55:03,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-01-04 02:55:03,743 [main] Physical connection got
DEBUG 2025-01-04 02:55:03,743 [main] Logical connection got, tx=null
DEBUG 2025-01-04 02:55:03,744 [main] Logical connection closed, tx=null
DEBUG 2025-01-04 02:55:03,744 [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.005 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.327s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.583s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.640s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.119s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat Jan 04 02:55:03 JST 2025
[INFO] Final Memory: 31M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS