Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-16 02:54:55,738 [main] Physical connection got
DEBUG 2024-11-16 02:54:55,738 [main] Logical connection got
DEBUG 2024-11-16 02:54:55,738 [main] Logical connection closed
DEBUG 2024-11-16 02:54:55,739 [main] Logical connection got
DEBUG 2024-11-16 02:54:55,750 [main] Logical connection closed
DEBUG 2024-11-16 02:54:55,751 [main] Logical connection got
DEBUG 2024-11-16 02:54:55,751 [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-16 02:54:55,753 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-16 02:54:55.537 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-16 02:54:55,753 [main] Logical connection got
DEBUG 2024-11-16 02:54:55,753 [main] Logical connection closed
DEBUG 2024-11-16 02:54:55,753 [main] Logical connection got
DEBUG 2024-11-16 02:54:55,757 [main] Logical connection closed
DEBUG 2024-11-16 02:54:55,759 [main] Logical connection got
DEBUG 2024-11-16 02:54:55,759 [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-16 02:54:55,760 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-16 02:54:55.537 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-16 02:54:55,760 [main] Logical connection got
DEBUG 2024-11-16 02:54:55,761 [main] UPDATE EMP SET tstamp = '2024-11-16 02.54.55', 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-16 02.54.55'
DEBUG 2024-11-16 02:54:55,761 [main] Logical connection closed
DEBUG 2024-11-16 02:54:55,762 [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.15 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-16 02:54:57,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:57,393 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:54:57,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:57,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:57,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:57,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:57,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:57,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:57,533 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:54:57,699 [main] Physical connection got
DEBUG 2024-11-16 02:54:57,699 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:57,778 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:57,785 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-16 02:54:57,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:57,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:57,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:57,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:57,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:57,810 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:57,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:57,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:57,825 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:57,839 [main] Physical connection got
DEBUG 2024-11-16 02:54:57,839 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:57,839 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:57,840 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:57,958 [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-16 02:54:57,963 [main] Physical connection closed
DEBUG 2024-11-16 02:54:57,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:57,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:57,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:57,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:57,976 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:57,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:57,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:57,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:57,989 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:57,994 [main] Physical connection got
DEBUG 2024-11-16 02:54:57,994 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:57,994 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:57,994 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,035 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,057 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,080 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,083 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,087 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,087 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,087 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,087 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,130 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,136 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,139 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,144 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,158 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,164 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,164 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,164 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,165 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,201 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,206 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,208 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,228 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,230 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,231 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,231 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,231 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,264 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,268 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,287 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,293 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,293 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,293 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,293 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,326 [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-16 02:54:58,330 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,332 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,350 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,350 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,353 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,354 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,354 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,354 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,387 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,392 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,399 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,415 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,416 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,416 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,416 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,452 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,456 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,477 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,479 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,479 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,479 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,479 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,509 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,514 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,516 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,535 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,539 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693298539/0, BranchId=]
DEBUG 2024-11-16 02:54:58,541 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/0, BranchId=]
DEBUG 2024-11-16 02:54:58,542 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/0, BranchId=]
DEBUG 2024-11-16 02:54:58,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/0, BranchId=]
DEBUG 2024-11-16 02:54:58,571 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/0, BranchId=]
DEBUG 2024-11-16 02:54:58,592 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/0, BranchId=]
DEBUG 2024-11-16 02:54:58,594 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-16 02.54.58', 99, 'hoge', 0)
DEBUG 2024-11-16 02:54:58,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/0, BranchId=]
DEBUG 2024-11-16 02:54:58,600 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693298539/0, BranchId=]
DEBUG 2024-11-16 02:54:58,600 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,622 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,623 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,650 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,661 [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-16 02:54:58,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,669 [main] UPDATE EMP SET tstamp = '2024-11-16 02.54.58', 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-16 02:54:58,670 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,670 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693298539/1, BranchId=]
DEBUG 2024-11-16 02:54:58,670 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,672 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,677 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,688 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,690 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,692 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,693 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,742 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,742 [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-16 02:54:58,744 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,745 [main] UPDATE EMP SET tstamp = '2024-11-16 02.54.58', 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-16 02:54:58,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,746 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693298539/2, BranchId=]
DEBUG 2024-11-16 02:54:58,746 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,748 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,751 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,753 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,769 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,770 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,806 [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-16 02:54:58,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,809 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-16 02:54:58,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,810 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693298539/3, BranchId=]
DEBUG 2024-11-16 02:54:58,810 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,812 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,814 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,830 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,833 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,834 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,834 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,834 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,860 [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-16 02:54:58,861 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,863 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,866 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,868 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,874 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,887 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,899 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,899 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,899 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,899 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,924 [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-16 02:54:58,933 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,943 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,943 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,950 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:58,951 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,952 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,955 [main] Physical connection got
DEBUG 2024-11-16 02:54:58,955 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,955 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,955 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:58,980 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:58,988 [main] Physical connection closed
DEBUG 2024-11-16 02:54:58,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:58,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:58,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:58,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:58,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,011 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,011 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,013 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,014 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,014 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,014 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,037 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,046 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,048 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,050 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,065 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,065 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,068 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,068 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,068 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,068 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,092 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,101 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,102 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,102 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,120 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,121 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,121 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,124 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,124 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,124 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,124 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,147 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,155 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,155 [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-16 02:54:59,162 [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-16 02:54:59,164 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,166 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,170 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,182 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,184 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,184 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,185 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,185 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,206 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,214 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,214 [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-16 02:54:59,218 [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-16 02:54:59,219 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,224 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,230 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,236 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,237 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,238 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,240 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,240 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,240 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,241 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,272 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,280 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,280 [main] select * from emp
DEBUG 2024-11-16 02:54:59,283 [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-16 02:54:59,285 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,286 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,302 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,305 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,305 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,305 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,305 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,327 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,334 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,334 [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-16 02:54:59,338 [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-16 02:54:59,339 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,341 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,345 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,349 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,349 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,355 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,357 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,357 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,360 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,360 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,360 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,360 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,382 [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-16 02:54:59,389 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,391 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,393 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,408 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,410 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,410 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,410 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,410 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,432 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,440 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,440 [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-16 02:54:59,443 [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-16 02:54:59,444 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,445 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,446 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,461 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,462 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,464 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,464 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,465 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,465 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,486 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,494 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,495 [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-16 02:54:59,500 [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-16 02:54:59,502 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,503 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,522 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,522 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,522 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,522 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,544 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,552 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,552 [main] select * from emp
DEBUG 2024-11-16 02:54:59,554 [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-16 02:54:59,555 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,557 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,573 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,574 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,575 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,577 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,577 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,578 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,578 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,599 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,608 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,608 [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-16 02:54:59,610 [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-16 02:54:59,611 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,613 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,617 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,629 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,631 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,634 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,634 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,634 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,634 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,655 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,663 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,663 [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-16 02:54:59,665 [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-16 02:54:59,666 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,667 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,668 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,685 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,686 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,687 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,690 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,690 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,691 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,691 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,718 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,726 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,727 [main] select count(*) from emp
DEBUG 2024-11-16 02:54:59,728 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,728 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,747 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,749 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,749 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,750 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,750 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,771 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,779 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,779 [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-16 02:54:59,780 [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-16 02:54:59,781 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,787 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,799 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,801 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,802 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,802 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,802 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,823 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,832 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,832 [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-16 02:54:59,833 [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-16 02:54:59,834 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,850 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,851 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,854 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,854 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,854 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,854 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,875 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,883 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,883 [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-16 02:54:59,884 [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-16 02:54:59,884 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,886 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,888 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,895 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,895 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,901 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,903 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,905 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,905 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,906 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,906 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,927 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,934 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,935 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-16 02:54:59,935 [main] Logical connection closed, tx=null
[Ljava.util.Map;@64c272bc
DEBUG 2024-11-16 02:54:59,936 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,938 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,940 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:54:59,954 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,954 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,956 [main] Physical connection got
DEBUG 2024-11-16 02:54:59,957 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,957 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,957 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,978 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:54:59,985 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:54:59,986 [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-16 02:54:59,988 [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-16 02:54:59,989 [main] Physical connection closed
DEBUG 2024-11-16 02:54:59,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:54:59,990 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:54:59,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:54:59,994 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:54:59,998 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,006 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,009 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,009 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,009 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,010 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,032 [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-16 02:55:00,040 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,040 [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-16 02:55:00,043 [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-16 02:55:00,044 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,046 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,059 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,060 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,067 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,070 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,070 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,070 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,071 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,092 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,097 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,097 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-16 02:55:00,097 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,098 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,100 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,108 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,114 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,118 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,118 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,119 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,119 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,144 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,145 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-16 02:55:00,145 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,145 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,146 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,147 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,149 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,155 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,155 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,163 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,167 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,167 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,167 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,167 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,187 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,188 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,188 [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-16 02:55:00,189 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-16 02:55:00,190 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,192 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,194 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,214 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,216 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,217 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,231 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,231 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,245 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,245 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,246 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-16 02:55:00,246 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-16 02:55:00,247 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,266 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,267 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,267 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,267 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,267 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,296 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,296 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-16 02.55.00', 9999, 'test', 50)
DEBUG 2024-11-16 02:55:00,296 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,297 [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-16 02:55:00,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/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-16 02:55:00,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,299 [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-16 02:55:00,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-16 02:55:00.296 {50, null, null, 0}
DEBUG 2024-11-16 02:55:00,300 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693298539/4, BranchId=]
DEBUG 2024-11-16 02:55:00,301 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,302 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,318 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,321 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,321 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,321 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,321 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,342 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,348 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,358 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,368 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,368 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,369 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,369 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,389 [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-16 02:55:00,399 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,399 [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-16 02:55:00,401 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,401 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,403 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,405 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,421 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,421 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,421 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,421 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,441 [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-16 02:55:00,450 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,451 [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-16 02:55:00,451 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-16 02:55:00,452 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,453 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,461 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,466 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,468 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,471 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,471 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,472 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,472 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,490 [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-16 02:55:00,496 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,496 [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-16 02:55:00,498 [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-16 02:55:00,498 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,500 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,516 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,516 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,517 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,517 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,534 [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-16 02:55:00,537 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,539 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,541 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,543 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,553 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,553 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,555 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,556 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,556 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,556 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,574 [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-16 02:55:00,581 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,581 [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-16 02:55:00,584 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,584 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,585 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,586 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,589 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,602 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,602 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,602 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,602 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,621 [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-16 02:55:00,628 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,628 [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-16 02:55:00,628 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,629 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,630 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,637 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,637 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,644 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,647 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,647 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,647 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,647 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,668 [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-16 02:55:00,669 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,669 [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-16 02:55:00,671 [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-16 02:55:00,672 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,673 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,674 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,676 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,682 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,689 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,691 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,691 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,692 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,692 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,710 [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-16 02:55:00,711 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,713 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,722 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,729 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,732 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,732 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,732 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,732 [main] Logical connection got, tx=null
WARN 2024-11-16 02:55:00,736 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-16 02:55:00,741 [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-16 02:55:00,742 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,742 [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-16 02:55:00,745 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-16 02:55:00,745 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,761 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,763 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,763 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,763 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,763 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,782 [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-16 02:55:00,789 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,791 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,793 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,807 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,807 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,808 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,808 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,827 [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-16 02:55:00,831 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,831 [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-16 02:55:00,832 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,832 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,832 [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-16 02:55:00,833 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,833 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,847 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,848 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,848 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,851 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,851 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,851 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,851 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,870 [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-16 02:55:00,874 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,874 [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-16 02:55:00,877 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,878 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,878 [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-16 02:55:00,879 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,879 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,879 [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-16 02:55:00,881 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,881 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,881 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-16 02:55:00,882 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,882 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,882 [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-16 02:55:00,883 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,883 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,885 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,891 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,897 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,898 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,898 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,900 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,901 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-16 02:55:00,921 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,921 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-16 02:55:00,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,922 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-16 02:55:00,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,922 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-16 02:55:00,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,923 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731693298539/5, BranchId=]
DEBUG 2024-11-16 02:55:00,923 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,925 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,932 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,938 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,939 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,941 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,941 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,942 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,942 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,960 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,964 [main] Physical connection closed
DEBUG 2024-11-16 02:55:00,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:00,965 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,967 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:00,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:00,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:00,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:00,982 [main] Physical connection got
DEBUG 2024-11-16 02:55:00,982 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:00,982 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:00,982 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,001 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,006 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,007 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,007 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,011 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,014 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,014 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,021 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,023 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,023 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,023 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,024 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,043 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-16 02:55:01,045 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,047 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,051 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,054 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,061 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,063 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,063 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,063 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,064 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,070 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-16 02:55:01,072 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,073 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,075 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,080 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,086 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,087 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,089 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,089 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,089 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,089 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,095 [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-16 02:55:01,097 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,099 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,101 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,106 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,111 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,112 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,113 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,115 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,115 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,115 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,115 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,122 [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-16 02:55:01,124 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,125 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,128 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,141 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,141 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,141 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,159 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,160 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,160 [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-16 02:55:01,164 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,164 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,165 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,172 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,172 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,179 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,181 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,182 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,182 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,182 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,199 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,200 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,202 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,208 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,209 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,215 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,217 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,218 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,218 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,218 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,236 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-16 02:55:01,237 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,250 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-16 02:55:01,253 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,254 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,254 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,254 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,271 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-16 02:55:01,272 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.488 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-16 02:55:01,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,323 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,329 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,339 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,342 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,342 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,346 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,348 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,350 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,362 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,366 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,368 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,369 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,373 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,373 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,375 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,390 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,392 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,393 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,396 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,397 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-16 02:55:01,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,413 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,413 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,414 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,414 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-16 02:55:01,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,427 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,428 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,430 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,430 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,449 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,449 [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-16 02:55:01,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,454 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,465 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,466 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,468 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,468 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,485 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,485 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,485 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,486 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,497 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,501 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,501 [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-16 02:55:01,504 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,504 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-16 02:55:01,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,524 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,541 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,552 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,552 [main] Logical connection got, tx=null
WARN 2024-11-16 02:55:01,554 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-16 02:55:01,555 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-16 02:55:01,556 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,556 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,557 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,564 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,564 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,573 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,576 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,576 [main] Logical connection got, tx=null
WARN 2024-11-16 02:55:01,578 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-16 02:55:01,579 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-16 02:55:01,579 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,579 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,581 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,592 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,596 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,600 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-16 02:55:01,602 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,603 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,607 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,607 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,615 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-16 02:55:01,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,628 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,628 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,634 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,636 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,636 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,638 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,638 [main] Physical connection closed
DEBUG 2024-11-16 02:55:01,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,644 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,644 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,651 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,652 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,653 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,653 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-16 02:55:01,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-16 02:55:01,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-16 02:55:01,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-16 02:55:01,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-16 02:55:01,669 [main] Physical connection got
DEBUG 2024-11-16 02:55:01,669 [main] Logical connection got, tx=null
DEBUG 2024-11-16 02:55:01,670 [main] Logical connection closed, tx=null
DEBUG 2024-11-16 02:55:01,670 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.321s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.761s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.639s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.003s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sat Nov 16 02:55:01 JST 2024
[INFO] Final Memory: 31M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS