Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-29 02:54:55,828 [main] Physical connection got
DEBUG 2024-12-29 02:54:55,829 [main] Logical connection got
DEBUG 2024-12-29 02:54:55,829 [main] Logical connection closed
DEBUG 2024-12-29 02:54:55,829 [main] Logical connection got
DEBUG 2024-12-29 02:54:55,841 [main] Logical connection closed
DEBUG 2024-12-29 02:54:55,841 [main] Logical connection got
DEBUG 2024-12-29 02:54:55,841 [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-12-29 02:54:55,843 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-29 02:54:55.627 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-29 02:54:55,843 [main] Logical connection got
DEBUG 2024-12-29 02:54:55,844 [main] Logical connection closed
DEBUG 2024-12-29 02:54:55,844 [main] Logical connection got
DEBUG 2024-12-29 02:54:55,848 [main] Logical connection closed
DEBUG 2024-12-29 02:54:55,849 [main] Logical connection got
DEBUG 2024-12-29 02:54:55,849 [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-12-29 02:54:55,850 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-29 02:54:55.627 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-29 02:54:55,850 [main] Logical connection got
DEBUG 2024-12-29 02:54:55,851 [main] UPDATE EMP SET tstamp = '2024-12-29 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-12-29 02.54.55'
DEBUG 2024-12-29 02:54:55,852 [main] Logical connection closed
DEBUG 2024-12-29 02:54:55,852 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-29 02:54:57,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:57,388 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:54:57,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:57,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:57,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:57,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:57,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:57,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:57,532 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:54:57,697 [main] Physical connection got
DEBUG 2024-12-29 02:54:57,698 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:57,786 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:57,793 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-29 02:54:57,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:57,807 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:57,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:57,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:57,820 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:57,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:57,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:57,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:57,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:57,854 [main] Physical connection got
DEBUG 2024-12-29 02:54:57,854 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:57,854 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:57,855 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:57,974 [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-12-29 02:54:57,980 [main] Physical connection closed
DEBUG 2024-12-29 02:54:57,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:57,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:57,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:57,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:57,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:57,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,010 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,016 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,017 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,017 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,017 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,060 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,083 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,085 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,086 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,088 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,096 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,096 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,115 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,115 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,115 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,116 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,169 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,175 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,177 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,179 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,182 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,197 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,198 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,201 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,201 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,201 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,201 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,237 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,242 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,267 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,268 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,268 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,268 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,300 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,305 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,307 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,316 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,316 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,326 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,329 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,329 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,330 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,330 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,362 [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-12-29 02:54:58,366 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,368 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,370 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,386 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,389 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,389 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,389 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,389 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,422 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,427 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,430 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,434 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,449 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,451 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,451 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,452 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,452 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,490 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,499 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,521 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,523 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,523 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,523 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,524 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,556 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,560 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,562 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,571 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,571 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,580 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,580 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,585 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408498585/0, BranchId=]
DEBUG 2024-12-29 02:54:58,586 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/0, BranchId=]
DEBUG 2024-12-29 02:54:58,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/0, BranchId=]
DEBUG 2024-12-29 02:54:58,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/0, BranchId=]
DEBUG 2024-12-29 02:54:58,616 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/0, BranchId=]
DEBUG 2024-12-29 02:54:58,639 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/0, BranchId=]
DEBUG 2024-12-29 02:54:58,641 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-29 02.54.58', 99, 'hoge', 0)
DEBUG 2024-12-29 02:54:58,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/0, BranchId=]
DEBUG 2024-12-29 02:54:58,647 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408498585/0, BranchId=]
DEBUG 2024-12-29 02:54:58,648 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,649 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,671 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,671 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,674 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,674 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,675 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,675 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,713 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-29 02:54:58,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,721 [main] UPDATE EMP SET tstamp = '2024-12-29 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-12-29 02:54:58,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,722 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408498585/1, BranchId=]
DEBUG 2024-12-29 02:54:58,722 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,725 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,729 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,741 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,743 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,745 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,745 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,746 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,789 [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-12-29 02:54:58,792 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,792 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,793 [main] UPDATE EMP SET tstamp = '2024-12-29 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-12-29 02:54:58,793 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,793 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408498585/2, BranchId=]
DEBUG 2024-12-29 02:54:58,793 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,795 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,804 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,804 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,812 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,813 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,814 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,816 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,816 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,845 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,854 [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-12-29 02:54:58,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,857 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-29 02:54:58,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,857 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408498585/3, BranchId=]
DEBUG 2024-12-29 02:54:58,858 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,875 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,876 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,877 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,880 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,880 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,881 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,881 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,906 [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-12-29 02:54:58,907 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,911 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,925 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,926 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,927 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,938 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,938 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,938 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,938 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,962 [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-12-29 02:54:58,972 [main] Physical connection closed
DEBUG 2024-12-29 02:54:58,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:58,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,976 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:58,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:58,990 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:58,990 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:58,993 [main] Physical connection got
DEBUG 2024-12-29 02:54:58,993 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:58,993 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:58,993 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,020 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,028 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,030 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,032 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,034 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,049 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,052 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,052 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,052 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,052 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,075 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,083 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,084 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,085 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,087 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,099 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,103 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,103 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,104 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,104 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,126 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,135 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,138 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,152 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,154 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,154 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,155 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,155 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,176 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,184 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,184 [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-12-29 02:54:59,191 [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-12-29 02:54:59,192 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,197 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,199 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,208 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,210 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,210 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,212 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,212 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,213 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,213 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,235 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,242 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,242 [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-12-29 02:54:59,246 [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-12-29 02:54:59,247 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,264 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,266 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,267 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,267 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,267 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,291 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,299 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,299 [main] select * from emp
DEBUG 2024-12-29 02:54:59,302 [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-12-29 02:54:59,303 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,305 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,309 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,312 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,320 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,322 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,322 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,323 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,323 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,345 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,352 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,352 [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-12-29 02:54:59,356 [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-12-29 02:54:59,358 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,373 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,375 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,378 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,378 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,378 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,378 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,401 [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-12-29 02:54:59,409 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,410 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,414 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,428 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,428 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,428 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,429 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,451 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,458 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,458 [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-12-29 02:54:59,461 [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-12-29 02:54:59,462 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,479 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,481 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,481 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,481 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,481 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,507 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,514 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,514 [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-12-29 02:54:59,520 [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-12-29 02:54:59,521 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,523 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,525 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,538 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,540 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,540 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,540 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,541 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,561 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,569 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,569 [main] select * from emp
DEBUG 2024-12-29 02:54:59,570 [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-12-29 02:54:59,572 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,573 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,573 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,575 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,577 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,591 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,591 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,591 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,591 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,612 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,620 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,620 [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-12-29 02:54:59,622 [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-12-29 02:54:59,623 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,625 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,628 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,640 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,641 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,642 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,644 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,644 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,644 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,644 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,665 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,672 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,672 [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-12-29 02:54:59,674 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-29 02:54:59,675 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,677 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,681 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,692 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,694 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,694 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,695 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,695 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,719 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,727 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,727 [main] select count(*) from emp
DEBUG 2024-12-29 02:54:59,728 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,729 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,731 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,748 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,748 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,748 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,769 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,777 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,777 [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-12-29 02:54:59,778 [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-12-29 02:54:59,778 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,780 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,787 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,795 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,795 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,797 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,798 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,798 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,798 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,818 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,826 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,826 [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-12-29 02:54:59,827 [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-12-29 02:54:59,828 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,829 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,830 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,832 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,837 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,843 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,845 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,847 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,847 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,848 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,848 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,868 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,875 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,876 [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-12-29 02:54:59,876 [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-12-29 02:54:59,877 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,879 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,886 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,894 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,896 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,896 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,896 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,896 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,916 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,926 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,926 [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-12-29 02:54:59,927 [main] Logical connection closed, tx=null
[Ljava.util.Map;@465ff916
DEBUG 2024-12-29 02:54:59,927 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,929 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,937 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,945 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,947 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,947 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,947 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,948 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,967 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,974 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,974 [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-12-29 02:54:59,977 [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-12-29 02:54:59,977 [main] Physical connection closed
DEBUG 2024-12-29 02:54:59,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:54:59,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:54:59,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:54:59,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:54:59,994 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:54:59,996 [main] Physical connection got
DEBUG 2024-12-29 02:54:59,996 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:54:59,996 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:54:59,997 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,016 [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-12-29 02:55:00,024 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,024 [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-12-29 02:55:00,027 [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-12-29 02:55:00,027 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,044 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,046 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,046 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,047 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,047 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,067 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,071 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,071 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-29 02:55:00,072 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,072 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,073 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,074 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,081 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,088 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,091 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,091 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,091 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,091 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,111 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,114 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,114 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-29 02:55:00,115 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,115 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,117 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,126 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,126 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,137 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,137 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,137 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,137 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,151 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,151 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,151 [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-12-29 02:55:00,153 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-29 02:55:00,153 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,155 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,157 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,171 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,171 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,171 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,171 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,184 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,185 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,185 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-29 02:55:00,186 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-29 02:55:00,186 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,188 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,195 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,195 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,201 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,202 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,202 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,204 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,205 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,205 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,205 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,205 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,231 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,231 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-29 02.55.00', 9999, 'test', 50)
DEBUG 2024-12-29 02:55:00,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,232 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,232 [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-12-29 02:55:00,234 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/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-12-29 02:55:00,234 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,234 [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-12-29 02:55:00,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-29 02:55:00.231 {50, null, null, 0}
DEBUG 2024-12-29 02:55:00,235 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408498585/4, BranchId=]
DEBUG 2024-12-29 02:55:00,235 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,236 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,237 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,241 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,244 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,250 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,253 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,253 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,253 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,253 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,271 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,277 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,294 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,296 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,296 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,296 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,296 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,314 [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-12-29 02:55:00,326 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,326 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-29 02:55:00,329 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,329 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,331 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,333 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,337 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,338 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,343 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,345 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,346 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,347 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,347 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,347 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,365 [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-12-29 02:55:00,374 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,374 [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-12-29 02:55:00,374 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-29 02:55:00,375 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,376 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,391 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,393 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,393 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,393 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,394 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,410 [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-12-29 02:55:00,415 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,416 [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-12-29 02:55:00,417 [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-12-29 02:55:00,418 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,419 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,421 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,434 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,436 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,436 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,437 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,437 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,453 [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-12-29 02:55:00,456 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,458 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,460 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,461 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,472 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,474 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,474 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,474 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,474 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,493 [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-12-29 02:55:00,503 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,504 [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-12-29 02:55:00,506 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,506 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,520 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,521 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,521 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,523 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,524 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,524 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,524 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,542 [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-12-29 02:55:00,549 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,549 [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-12-29 02:55:00,549 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,550 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,551 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,557 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,558 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,564 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,567 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,567 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,567 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,568 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,587 [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-12-29 02:55:00,588 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,588 [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-12-29 02:55:00,590 [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-12-29 02:55:00,590 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,591 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,603 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,605 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,607 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,607 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,607 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,607 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,625 [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-12-29 02:55:00,625 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,627 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,629 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,640 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,640 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,643 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,643 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,643 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,643 [main] Logical connection got, tx=null
WARN 2024-12-29 02:55:00,646 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-29 02:55:00,651 [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-12-29 02:55:00,652 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,652 [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-12-29 02:55:00,654 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-29 02:55:00,655 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,656 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,671 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,671 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,671 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,671 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,691 [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-12-29 02:55:00,698 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,699 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,712 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,714 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,714 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,714 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,714 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,735 [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-12-29 02:55:00,739 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,739 [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-12-29 02:55:00,740 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,741 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,741 [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-12-29 02:55:00,741 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,742 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,743 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,756 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,758 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,758 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,758 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,758 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,783 [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-12-29 02:55:00,786 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,786 [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-12-29 02:55:00,790 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,790 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,790 [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-12-29 02:55:00,791 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,791 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,791 [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-12-29 02:55:00,793 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,793 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,793 [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-12-29 02:55:00,794 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,794 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,794 [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-12-29 02:55:00,794 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,795 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,799 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,807 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,809 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,810 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,811 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-29 02:55:00,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,831 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-29 02:55:00,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,832 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-29 02:55:00,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,832 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-29 02:55:00,833 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,833 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735408498585/5, BranchId=]
DEBUG 2024-12-29 02:55:00,833 [main] Physical connection closed
DEBUG 2024-12-29 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-12-29 02:55:00,835 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,847 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,850 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,850 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,850 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,850 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,869 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,873 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,874 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,886 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,894 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,896 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,899 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,899 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,899 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,899 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,940 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,947 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,949 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:00,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,963 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,967 [main] Physical connection got
DEBUG 2024-12-29 02:55:00,968 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,968 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:00,968 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:00,978 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-29 02:55:00,981 [main] Physical connection closed
DEBUG 2024-12-29 02:55:00,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:00,983 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:00,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:00,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:00,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,001 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,006 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,006 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,006 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,006 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,016 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-29 02:55:01,017 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,019 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,019 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,037 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,037 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,041 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,042 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,042 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,042 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,053 [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-12-29 02:55:01,056 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,058 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,060 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,063 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,074 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,086 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,086 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,086 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,086 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,103 [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-12-29 02:55:01,105 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,107 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,110 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,113 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,113 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,118 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,120 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,120 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,122 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,122 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,123 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,123 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,142 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,143 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,143 [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-12-29 02:55:01,159 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,159 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,189 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,189 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,189 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,190 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,217 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,224 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,226 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,227 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,232 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,252 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,254 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,254 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,255 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,255 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,275 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-29 02:55:01,275 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,277 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,280 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,289 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-29 02:55:01,291 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,291 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,291 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,291 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,309 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-29 02:55:01,310 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.516 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-29 02:55:01,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,377 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,395 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,398 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,398 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,402 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,405 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,407 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,421 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,424 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,424 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,428 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,428 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,430 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,433 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,448 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,451 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,452 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,456 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,456 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-29 02:55:01,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,473 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,473 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,474 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,474 [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-12-29 02:55:01,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,479 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,491 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,491 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,509 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,509 [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-12-29 02:55:01,514 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,514 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,516 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,518 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,529 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,529 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,546 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,547 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,547 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,547 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,563 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,570 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,571 [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-12-29 02:55:01,573 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,573 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 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-12-29 02:55:01,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,594 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,605 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,606 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,609 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,624 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,624 [main] Logical connection got, tx=null
WARN 2024-12-29 02:55:01,626 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-29 02:55:01,627 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-29 02:55:01,627 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,628 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,629 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,647 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,652 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,652 [main] Logical connection got, tx=null
WARN 2024-12-29 02:55:01,655 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-29 02:55:01,655 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-29 02:55:01,655 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,656 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,658 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,659 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,664 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,672 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,677 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-29 02:55:01,679 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,680 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,691 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-29 02:55:01,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,700 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,706 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,721 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,721 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,722 [main] Physical connection closed
DEBUG 2024-12-29 02:55:01,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,724 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,730 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,735 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,736 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,738 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,738 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,740 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,740 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-29 02:55:01,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-29 02:55:01,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-29 02:55:01,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,761 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-29 02:55:01,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-29 02:55:01,765 [main] Physical connection got
DEBUG 2024-12-29 02:55:01,765 [main] Logical connection got, tx=null
DEBUG 2024-12-29 02:55:01,766 [main] Logical connection closed, tx=null
DEBUG 2024-12-29 02:55:01,766 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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.317s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.828s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.641s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.950s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Sun Dec 29 02:55:01 JST 2024
[INFO] Final Memory: 28M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS