Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-12 02:54:54,587 [main] Physical connection got
DEBUG 2024-11-12 02:54:54,587 [main] Logical connection got
DEBUG 2024-11-12 02:54:54,587 [main] Logical connection closed
DEBUG 2024-11-12 02:54:54,587 [main] Logical connection got
DEBUG 2024-11-12 02:54:54,598 [main] Logical connection closed
DEBUG 2024-11-12 02:54:54,599 [main] Logical connection got
DEBUG 2024-11-12 02:54:54,599 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-12 02:54:54,601 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-12 02:54:54.389 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-12 02:54:54,601 [main] Logical connection got
DEBUG 2024-11-12 02:54:54,601 [main] Logical connection closed
DEBUG 2024-11-12 02:54:54,602 [main] Logical connection got
DEBUG 2024-11-12 02:54:54,605 [main] Logical connection closed
DEBUG 2024-11-12 02:54:54,607 [main] Logical connection got
DEBUG 2024-11-12 02:54:54,607 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-12 02:54:54,608 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-12 02:54:54.389 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-12 02:54:54,608 [main] Logical connection got
DEBUG 2024-11-12 02:54:54,608 [main] UPDATE EMP SET tstamp = '2024-11-12 02.54.54', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-12 02.54.54'
DEBUG 2024-11-12 02:54:54,611 [main] Logical connection closed
DEBUG 2024-11-12 02:54:54,611 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.148 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-12 02:54:56,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:56,323 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:54:56,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:56,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:56,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:56,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:56,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:56,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:56,496 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:54:56,671 [main] Physical connection got
DEBUG 2024-11-12 02:54:56,671 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:56,752 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:56,759 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-12 02:54:56,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:56,772 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:56,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:56,778 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:56,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:56,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:56,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:56,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:56,802 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:56,815 [main] Physical connection got
DEBUG 2024-11-12 02:54:56,816 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:56,816 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:56,816 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:56,937 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-12 02:54:56,943 [main] Physical connection closed
DEBUG 2024-11-12 02:54:56,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:56,946 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:56,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:56,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:56,957 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:56,957 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:56,967 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:56,969 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:56,970 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:56,975 [main] Physical connection got
DEBUG 2024-11-12 02:54:56,975 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:56,975 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:56,975 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,018 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,043 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,071 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,075 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,075 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,075 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,076 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,125 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,130 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,156 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,156 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,156 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,156 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,192 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,197 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,219 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,221 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,221 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,222 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,222 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,255 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,260 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,263 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,265 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,272 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,272 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,282 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,285 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,285 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,285 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,285 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,318 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-12 02:54:57,322 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,340 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,342 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,343 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,345 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,345 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,345 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,346 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,377 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,382 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,383 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,402 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,403 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,405 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,405 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,405 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,406 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,441 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,446 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,448 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,453 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,467 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,469 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,469 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,470 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,470 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,497 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,501 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,522 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,527 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347697527/0, BranchId=]
DEBUG 2024-11-12 02:54:57,528 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/0, BranchId=]
DEBUG 2024-11-12 02:54:57,529 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/0, BranchId=]
DEBUG 2024-11-12 02:54:57,530 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/0, BranchId=]
DEBUG 2024-11-12 02:54:57,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/0, BranchId=]
DEBUG 2024-11-12 02:54:57,577 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/0, BranchId=]
DEBUG 2024-11-12 02:54:57,580 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-12 02.54.57', 99, 'hoge', 0)
DEBUG 2024-11-12 02:54:57,585 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/0, BranchId=]
DEBUG 2024-11-12 02:54:57,586 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347697527/0, BranchId=]
DEBUG 2024-11-12 02:54:57,586 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,588 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,605 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,606 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,608 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,608 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,634 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,643 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,643 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-12 02:54:57,651 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,651 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,651 [main] UPDATE EMP SET tstamp = '2024-11-12 02.54.57', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-12 02:54:57,652 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,652 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347697527/1, BranchId=]
DEBUG 2024-11-12 02:54:57,652 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,653 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,654 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,673 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,673 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,674 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,713 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-12 02:54:57,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,715 [main] UPDATE EMP SET tstamp = '2024-11-12 02.54.57', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-12 02:54:57,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,716 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347697527/2, BranchId=]
DEBUG 2024-11-12 02:54:57,716 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,718 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,726 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,726 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,734 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,734 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,736 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,737 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,767 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-12 02:54:57,769 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,770 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-12 02:54:57,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,770 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347697527/3, BranchId=]
DEBUG 2024-11-12 02:54:57,770 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,772 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,776 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,780 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,780 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,788 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,788 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,791 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,791 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,792 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,792 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,813 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-12 02:54:57,814 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,816 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,820 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,833 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,843 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,843 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,843 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,844 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,865 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-12 02:54:57,873 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,890 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,893 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,893 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,893 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,894 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,915 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,922 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,924 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,938 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,939 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,940 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,942 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,942 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,942 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,942 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,964 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,972 [main] Physical connection closed
DEBUG 2024-11-12 02:54:57,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:57,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:57,982 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:57,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:57,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:57,992 [main] Physical connection got
DEBUG 2024-11-12 02:54:57,992 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:57,992 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:57,992 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,017 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,026 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,037 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,037 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,047 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,050 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,050 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,050 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,050 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,075 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,084 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,084 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-12 02:54:58,092 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-12 02:54:58,094 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,096 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,115 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,118 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,118 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,118 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,118 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,143 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,152 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,152 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-12 02:54:58,158 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-12 02:54:58,159 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,161 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,170 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,178 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,179 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,180 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,182 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,182 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,182 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,182 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,209 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,217 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,217 [main] select * from emp
DEBUG 2024-11-12 02:54:58,220 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-12 02:54:58,221 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,222 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,237 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,238 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,241 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,241 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,241 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,241 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,262 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,269 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,270 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-12 02:54:58,273 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-12 02:54:58,274 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,294 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,294 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,294 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,294 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,315 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-12 02:54:58,322 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,324 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,339 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,341 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,342 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,342 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,342 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,363 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,370 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,370 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-12 02:54:58,373 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-12 02:54:58,374 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,375 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,383 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,391 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,393 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,393 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,393 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,393 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,414 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,422 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,422 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-12 02:54:58,426 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-12 02:54:58,427 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,429 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,436 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,436 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,444 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,444 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,446 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,446 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,447 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,447 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,468 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,475 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,475 [main] select * from emp
DEBUG 2024-11-12 02:54:58,477 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-12 02:54:58,478 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,479 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,492 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,494 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,496 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,496 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,497 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,497 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,517 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,524 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,524 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-12 02:54:58,526 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-12 02:54:58,527 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,528 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,542 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,543 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,544 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,546 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,546 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,546 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,546 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,566 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,572 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,572 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-12 02:54:58,574 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-12 02:54:58,574 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,575 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,576 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,578 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,591 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,593 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,593 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,593 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,593 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,619 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,626 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,626 [main] select count(*) from emp
DEBUG 2024-11-12 02:54:58,628 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,628 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,633 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,646 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,646 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,647 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,647 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,666 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,673 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,674 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-12 02:54:58,674 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-12 02:54:58,675 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,676 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,691 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,693 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,693 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,693 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,693 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,712 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,720 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,720 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-12 02:54:58,721 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-12 02:54:58,721 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,723 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,725 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,730 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,737 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,739 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,739 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,740 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,740 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,758 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,765 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,765 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-12 02:54:58,766 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-12 02:54:58,766 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,768 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,775 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,782 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,784 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,785 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,785 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,785 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,804 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,811 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,811 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-12 02:54:58,812 [main] Logical connection closed, tx=null
[Ljava.util.Map;@269be2b5
DEBUG 2024-11-12 02:54:58,812 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,814 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,816 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,818 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,830 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,830 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,830 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,830 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,849 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,856 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,856 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-12 02:54:58,858 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-12 02:54:58,859 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,861 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,867 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,877 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,877 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,877 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,877 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,896 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-12 02:54:58,903 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,903 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-12 02:54:58,906 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-12 02:54:58,907 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,915 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,915 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,922 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,924 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,924 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,924 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,924 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,943 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,947 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,947 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-12 02:54:58,947 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,947 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:58,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,962 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,965 [main] Physical connection got
DEBUG 2024-11-12 02:54:58,965 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,965 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,965 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,984 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,987 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:58,987 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-12 02:54:58,987 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:58,987 [main] Physical connection closed
DEBUG 2024-11-12 02:54:58,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:58,989 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:58,991 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:58,992 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:58,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,001 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,003 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,005 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,005 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,005 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,005 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,018 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,018 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,019 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-12 02:54:59,020 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-12 02:54:59,020 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,034 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,035 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,037 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,037 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,038 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,038 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,050 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,051 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,051 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-12 02:54:59,052 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-12 02:54:59,052 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,053 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,054 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,057 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,060 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,069 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,069 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,069 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,089 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,097 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-12 02.54.59', 9999, 'test', 50)
DEBUG 2024-11-12 02:54:59,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,098 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,098 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-12 02:54:59,100 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-12 02:54:59,100 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,100 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-12 02:54:59,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-12 02:54:59.097 {50, null, null, 0}
DEBUG 2024-11-12 02:54:59,101 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347697527/4, BranchId=]
DEBUG 2024-11-12 02:54:59,101 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,122 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,122 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,122 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,122 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,148 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,154 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,156 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,171 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,172 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,175 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,175 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,175 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,175 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,196 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-12 02:54:59,208 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,208 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-12 02:54:59,211 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,211 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,229 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,231 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,231 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,232 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,232 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,254 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-12 02:54:59,265 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,265 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-12 02:54:59,266 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-12 02:54:59,266 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,268 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,284 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,288 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,288 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,288 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,288 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,310 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-12 02:54:59,317 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,317 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-12 02:54:59,319 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-12 02:54:59,319 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,321 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,322 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,339 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,339 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,340 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,340 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,360 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-12 02:54:59,365 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,367 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,381 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,382 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,384 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,384 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,384 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,384 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,406 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-12 02:54:59,415 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,415 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-12 02:54:59,417 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,417 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,438 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,438 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,438 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,438 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,460 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-12 02:54:59,475 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,476 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-12 02:54:59,476 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,476 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,484 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,493 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,493 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,493 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,493 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,512 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-12 02:54:59,513 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,513 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-12 02:54:59,514 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-12 02:54:59,515 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,528 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,530 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,530 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,530 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,531 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,547 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-12 02:54:59,548 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,549 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,555 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,555 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,564 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,564 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,564 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,564 [main] Logical connection got, tx=null
WARN 2024-11-12 02:54:59,567 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-12 02:54:59,572 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-12 02:54:59,573 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,573 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-12 02:54:59,575 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-12 02:54:59,575 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,577 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,583 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,583 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,589 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,591 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,591 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,591 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,591 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,609 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-12 02:54:59,615 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,620 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,631 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,631 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,631 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,631 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,649 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-12 02:54:59,653 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,653 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-12 02:54:59,653 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,654 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,654 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-12 02:54:59,654 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,655 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,656 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,670 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,670 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,670 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,670 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,687 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-12 02:54:59,690 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,690 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-12 02:54:59,693 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,694 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,694 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-11-12 02:54:59,694 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,694 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,694 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-12 02:54:59,696 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,696 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,696 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-12 02:54:59,697 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,697 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,697 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-12 02:54:59,698 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,698 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,711 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,712 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,713 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,713 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-12 02:54:59,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,731 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-12 02:54:59,732 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,732 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-12 02:54:59,732 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,732 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-12 02:54:59,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,733 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731347697527/5, BranchId=]
DEBUG 2024-11-12 02:54:59,733 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,734 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,748 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,749 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,749 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,766 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,770 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,771 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,773 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,774 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,777 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,777 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,783 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,785 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,785 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,785 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,785 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,803 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,807 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,808 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,814 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,819 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,820 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,820 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,822 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,823 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,823 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,823 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,829 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-12 02:54:59,831 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,845 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,846 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,846 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,846 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,852 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-12 02:54:59,853 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,854 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,855 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,856 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,858 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,864 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,865 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,866 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,867 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,867 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,868 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,868 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,874 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-12 02:54:59,875 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,880 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,890 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,890 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,890 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,890 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,897 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-12 02:54:59,898 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,900 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,902 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,910 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,913 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,913 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,913 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,913 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,929 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,930 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,930 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-12 02:54:59,933 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,933 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,945 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,946 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,946 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,948 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,948 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,949 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,949 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,964 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,965 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,967 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,970 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:54:59,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:54:59,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:54:59,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:54:59,980 [main] Physical connection got
DEBUG 2024-11-12 02:54:59,980 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,980 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:54:59,980 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:54:59,996 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-12 02:54:59,997 [main] Physical connection closed
DEBUG 2024-11-12 02:54:59,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:54:59,998 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:55:00,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-12 02:55:00,012 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,012 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,012 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,012 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,028 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-12 02:55:00,028 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.269 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-12 02:55:00,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,078 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,080 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,082 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,084 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,084 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,091 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,095 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,095 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,101 [main] Physical connection closed
DEBUG 2024-11-12 02:55:00,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,103 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,112 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,113 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,115 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,117 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,117 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,121 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,121 [main] Physical connection closed
DEBUG 2024-11-12 02:55:00,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,123 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,128 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,136 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,138 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,138 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,142 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,142 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-12 02:55:00,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,153 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,154 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,155 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,155 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,156 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,156 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-12 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 2024-11-12 02:55:00,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,177 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,177 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,198 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,198 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-12 02:55:00,206 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,207 [main] Physical connection closed
DEBUG 2024-11-12 02:55:00,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,219 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,231 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,231 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,258 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,258 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,258 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,258 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,269 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,274 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,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 WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-12 02:55:00,276 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,276 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 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.001 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-12 02:55:00,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,294 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,300 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,304 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,305 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,307 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,319 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,319 [main] Logical connection got, tx=null
WARN 2024-11-12 02:55:00,322 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-12 02:55:00,322 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-12 02:55:00,322 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,323 [main] Physical connection closed
DEBUG 2024-11-12 02:55:00,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,324 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,326 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,329 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,337 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,339 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,339 [main] Logical connection got, tx=null
WARN 2024-11-12 02:55:00,341 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-12 02:55:00,342 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-12 02:55:00,342 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,342 [main] Physical connection closed
DEBUG 2024-11-12 02:55:00,343 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,344 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,353 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,356 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,360 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-12 02:55:00,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,372 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-12 02:55:00,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,388 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,388 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,390 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,390 [main] Physical connection closed
DEBUG 2024-11-12 02:55:00,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,391 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,401 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,401 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,402 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,402 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-12 02:55:00,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-12 02:55:00,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,406 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-12 02:55:00,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-12 02:55:00,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-12 02:55:00,414 [main] Physical connection got
DEBUG 2024-11-12 02:55:00,414 [main] Logical connection got, tx=null
DEBUG 2024-11-12 02:55:00,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-12 02:55:00,415 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.331s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.591s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.656s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.827s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Tue Nov 12 02:55:00 JST 2024
[INFO] Final Memory: 30M/406M
[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