Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/s2dao-1.0.x/workspace
Updating https://www.seasar.org/svn/s2dao/branches/s2dao-1.0.x at revision '2024-11-02T02:50:00.194 +0900'
At revision 1334

No changes for https://www.seasar.org/svn/s2dao/branches/s2dao-1.0.x since the previous build
[s2dao-1.0.x] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/MAVEN-2.0/bin/mvn clean install
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   S2Dao Project
[INFO]   S2Dao
[INFO]   S2Dao Examples
[INFO]   S2Dao tests for Seasar2.4.x
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao Project
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: source-jar}]
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/pom.xml to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-project/1.0.52-SNAPSHOT/s2-dao-project-1.0.52-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 4 resources
[INFO] [compiler:compile]
[INFO] Compiling 213 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/classes
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 120 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 174 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.impl.EntityManagerImplTest
DEBUG 2024-11-02 02:50:08,977 [main] Physical connection got
DEBUG 2024-11-02 02:50:08,977 [main] Logical connection got
DEBUG 2024-11-02 02:50:08,995 [main] Logical connection closed
DEBUG 2024-11-02 02:50:08,996 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,046 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,072 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,074 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,085 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,085 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,112 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,112 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,112 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,112 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,126 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,133 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,133 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,134 [main] Logical connection closed
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}]
DEBUG 2024-11-02 02:50:09,134 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,153 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,153 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,153 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,153 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,163 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,167 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,167 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,168 [main] Logical connection closed
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}]
DEBUG 2024-11-02 02:50:09,168 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,205 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,207 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,207 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,207 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,234 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,238 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,239 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,240 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,240 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,257 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,257 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,257 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,257 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,263 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,268 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,269 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,270 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,270 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,286 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,286 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,286 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,286 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,294 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,301 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,301 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,302 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,302 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,315 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,315 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,315 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,315 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,321 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,350 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,350 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,351 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,351 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,367 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,368 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,368 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,368 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,380 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,386 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,386 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,387 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,387 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,404 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,404 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,404 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,404 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,411 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,415 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,416 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,416 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,416 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,430 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,430 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,430 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,430 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,435 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,438 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,439 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:09,440 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,440 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,452 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,453 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,453 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,453 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,459 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,483 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,483 [main] select count(*) from emp
DEBUG 2024-11-02 02:50:09,484 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,484 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.964 sec
Running org.seasar.dao.impl.FastPropertyTypeFactoryTest
DEBUG 2024-11-02 02:50:09,514 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,514 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,515 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,515 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandler2Test
DEBUG 2024-11-02 02:50:09,527 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,527 [main] Logical connection got
WARN  2024-11-02 02:50:09,531 [main] Table(BeanMetaDataResultSetHandler2Test$MyEmp) not found
DEBUG 2024-11-02 02:50:09,615 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,615 [main] Logical connection got
7788
DEBUG 2024-11-02 02:50:09,616 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,616 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.impl.DeleteAutoStaticCommandTest
DEBUG 2024-11-02 02:50:09,633 [main] Transaction began
DEBUG 2024-11-02 02:50:09,634 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,635 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,635 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,635 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,670 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,687 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,687 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:09,688 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,689 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,690 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:09,691 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,691 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:09,691 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,699 [main] Transaction began
DEBUG 2024-11-02 02:50:09,700 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,700 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,700 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,700 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,712 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,714 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,715 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2024-11-02 02:50:09,716 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,716 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:09,716 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,745 [main] Transaction began
DEBUG 2024-11-02 02:50:09,745 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,746 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,746 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,746 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,758 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,760 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,761 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = -1
DEBUG 2024-11-02 02:50:09,761 [main] Logical connection closed
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2024-11-02 02:50:09,761 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:09,761 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
Running org.seasar.dao.impl.FieldBeanAnnotationReaderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor2Test
DEBUG 2024-11-02 02:50:09,807 [main] Transaction began
DEBUG 2024-11-02 02:50:09,807 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,807 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,807 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,807 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,813 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,814 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,815 [main] INSERT INTO EMP (ename, empno, deptno) VALUES ('hoge', 99, 0)
DEBUG 2024-11-02 02:50:09,816 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,816 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:09,816 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,849 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,849 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,849 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,849 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,856 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,858 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,858 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:09,859 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
DEBUG 2024-11-02 02:50:09,860 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,886 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,886 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,887 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,887 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,892 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,894 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,895 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0.0 AND 1000.0
DEBUG 2024-11-02 02:50:09,895 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30 {30, SALES, CHICAGO}]
DEBUG 2024-11-02 02:50:09,896 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,944 [main] Transaction began
DEBUG 2024-11-02 02:50:09,945 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,945 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,945 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,945 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,950 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,952 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,953 [main] INSERT INTO EMP (ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('hoge', 99, 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:09,953 [main] INSERT INTO EMP (ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('hoge2', 98, 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:09,953 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,953 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:09,953 [main] Physical connection closed
DEBUG 2024-11-02 02:50:09,981 [main] Transaction began
DEBUG 2024-11-02 02:50:09,981 [main] Physical connection got
DEBUG 2024-11-02 02:50:09,981 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,981 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,981 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,985 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,987 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,988 [main] INSERT INTO EMP (ename, empno, deptno) VALUES ('~', 99, 0)
DEBUG 2024-11-02 02:50:09,988 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,988 [main] Logical connection got
DEBUG 2024-11-02 02:50:09,988 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 99
DEBUG 2024-11-02 02:50:09,989 [main] Logical connection closed
DEBUG 2024-11-02 02:50:09,989 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:09,989 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
Running org.seasar.dao.impl.StaticStoredProcedureCommandTest
DEBUG 2024-11-02 02:50:10,158 [main] Transaction began
DEBUG 2024-11-02 02:50:10,368 [main] Physical connection got
DEBUG 2024-11-02 02:50:10,368 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,370 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,373 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,373 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,718 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,796 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,798 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,798 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,810 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,822 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,822 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,823 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,835 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,846 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,846 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,846 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,856 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,863 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,863 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,863 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,873 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,882 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,882 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,882 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,890 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,899 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,899 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,899 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,908 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,917 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,918 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,918 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,924 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,933 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,933 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,933 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,942 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,950 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,950 [main] Logical connection got
DEBUG 2024-11-02 02:50:10,960 [main] Logical connection closed
DEBUG 2024-11-02 02:50:10,986 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:10,987 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,000 [main] Transaction began
DEBUG 2024-11-02 02:50:11,001 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,001 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,001 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,001 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,001 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,007 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,016 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,016 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,016 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,019 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,020 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,020 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,020 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,023 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,024 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,024 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,024 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,026 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,028 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,028 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,028 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,030 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,031 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,032 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,032 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,034 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,035 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,035 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,035 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,038 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,040 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,040 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,040 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,043 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,044 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,044 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,045 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,046 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,047 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,047 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,051 [main] Logical connection closed
{CCC=2024-11-02 02:50:11.051, BBB=aaaaa2}
DEBUG 2024-11-02 02:50:11,052 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,052 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,107 [main] Transaction began
DEBUG 2024-11-02 02:50:11,107 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,107 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,107 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,107 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,107 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,109 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,110 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,110 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,110 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,115 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,116 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,116 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,116 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,118 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,121 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,121 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,121 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,123 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,126 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,126 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,126 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,128 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,129 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,129 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,129 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,131 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,135 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,135 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,135 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,138 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,141 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,141 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,141 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,143 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,145 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,146 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,146 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,150 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,151 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,151 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,153 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,153 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,153 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,166 [main] Transaction began
DEBUG 2024-11-02 02:50:11,167 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,167 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,167 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,167 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,167 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,169 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,170 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,170 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,170 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,172 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,174 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,174 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,174 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,175 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,176 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,176 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,176 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,179 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,180 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,180 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,180 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,183 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,184 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,184 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,184 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,188 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,188 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,189 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,189 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,190 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,191 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,191 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,191 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,193 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,194 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,195 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,195 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,197 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,198 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,199 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,202 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,203 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,203 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,211 [main] Transaction began
DEBUG 2024-11-02 02:50:11,213 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,213 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,213 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,213 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,213 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,214 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,215 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,215 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,215 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,216 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,217 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,217 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,217 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,218 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,219 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,219 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,219 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,221 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,222 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,222 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,222 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,225 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,227 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,227 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,227 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,229 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,231 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,231 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,231 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,234 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,235 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,235 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,235 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,236 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,237 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,238 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,238 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,239 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,241 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,241 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,245 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,245 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,245 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,256 [main] Transaction began
DEBUG 2024-11-02 02:50:11,257 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,257 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,257 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,257 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,257 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,258 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,261 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,261 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,261 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,262 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,265 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,265 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,265 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,267 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,268 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,268 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,268 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,272 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,274 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,274 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,274 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,275 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,276 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,276 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,276 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,277 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,279 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,279 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,279 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,281 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,283 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,283 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,283 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,284 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,284 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,285 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,285 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,286 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,288 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,288 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,290 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,290 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,291 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,300 [main] Transaction began
DEBUG 2024-11-02 02:50:11,301 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,301 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,301 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,301 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,301 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,302 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,304 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,304 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,304 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,305 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,306 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,306 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,306 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,308 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,309 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,309 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,310 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,311 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,312 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,312 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,312 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,313 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,314 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,314 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,314 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,316 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,317 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,317 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,318 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,321 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,322 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,322 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,322 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,325 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,327 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,327 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,327 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,328 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,329 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,329 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,331 [main] Logical connection closed
{CCC=25, EEE=625}
DEBUG 2024-11-02 02:50:11,331 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,332 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,379 [main] Transaction began
DEBUG 2024-11-02 02:50:11,379 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,379 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,379 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,380 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,380 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,381 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,382 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,382 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,382 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,383 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,384 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,384 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,384 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,385 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,386 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,386 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,386 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,388 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,389 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,389 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,389 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,390 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,391 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,392 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,392 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,394 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,395 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,395 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,395 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,396 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,397 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,397 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,397 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,398 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,399 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,399 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,399 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,402 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,403 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,403 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,408 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,408 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,408 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,417 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,417 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,418 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,418 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,419 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,419 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,420 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,421 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,421 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,421 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,422 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,423 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,423 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,423 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,425 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,426 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,426 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,426 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,427 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,428 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,431 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,431 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,432 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,434 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,434 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,434 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,436 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,436 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,436 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,437 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,437 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,439 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,439 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,439 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,441 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,441 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,441 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,441 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,442 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,443 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,443 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,446 [main] Logical connection closed
[EDAO0032]Method argument size(2) is unmatched with procedure in-parameter size(3).
DEBUG 2024-11-02 02:50:11,446 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,446 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,456 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,456 [main] Logical connection got
DatabaseProductName=Apache Derby
DatabaseProductVersion=10.1.2.1
DriverName=Apache Derby Embedded JDBC Driver
DriverVersion=10.1.2.1
DEBUG 2024-11-02 02:50:11,456 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,456 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,468 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,468 [main] Logical connection got
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_AAA1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa1, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_AAA2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa2, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_AAA3, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa3, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_BBB1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureBbb1, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_BBB2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureBbb2, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_CCC1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureCcc1, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_CCC2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureCcc2, procedure_type=1}
{procedure_cat=, procedure_schem=SEASAR, procedure_name=PROCEDURE_TEST_DDD1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureDdd1, procedure_type=1}
{procedure_cat=, procedure_schem=SQLJ, procedure_name=INSTALL_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.INSTALL_JAR, procedure_type=1}
{procedure_cat=, procedure_schem=SQLJ, procedure_name=REMOVE_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.REMOVE_JAR, procedure_type=1}
{procedure_cat=, procedure_schem=SQLJ, procedure_name=REPLACE_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.REPLACE_JAR, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_BACKUP_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_BULK_INSERT, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BULK_INSERT, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_CHECKPOINT_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_CHECKPOINT_DATABASE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_COMPRESS_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_COMPRESS_TABLE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_DISABLE_LOG_ARCHIVE_MODE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_DISABLE_LOG_ARCHIVE_MODE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_EXPORT_QUERY, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_EXPORT_QUERY, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_EXPORT_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_EXPORT_TABLE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_FREEZE_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_FREEZE_DATABASE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_IMPORT_DATA, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_DATA, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_IMPORT_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_TABLE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_INPLACE_COMPRESS_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_INPLACE_COMPRESS_TABLE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_SET_DATABASE_PROPERTY, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_DATABASE_PROPERTY, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_SET_RUNTIMESTATISTICS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_RUNTIMESTATISTICS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_SET_STATISTICS_TIMING, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_STATISTICS_TIMING, procedure_type=1}
{procedure_cat=, procedure_schem=SYSCS_UTIL, procedure_name=SYSCS_UNFREEZE_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_UNFREEZE_DATABASE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=METADATA, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.METADATA, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLCAMESSAGE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCAMESSAGE, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLCOLPRIVILEGES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCOLPRIVILEGES, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLCOLUMNS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCOLUMNS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLFOREIGNKEYS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLFOREIGNKEYS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLGETTYPEINFO, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLGETTYPEINFO, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLPRIMARYKEYS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPRIMARYKEYS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLPROCEDURECOLS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPROCEDURECOLS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLPROCEDURES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPROCEDURES, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLSPECIALCOLUMNS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLSPECIALCOLUMNS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLSTATISTICS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLSTATISTICS, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLTABLEPRIVILEGES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLTABLEPRIVILEGES, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLTABLES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLTABLES, procedure_type=1}
{procedure_cat=, procedure_schem=SYSIBM, procedure_name=SQLUDTS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLUDTS, procedure_type=1}
DEBUG 2024-11-02 02:50:11,477 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,477 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,487 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,487 [main] Logical connection got
{table_cat=, table_schem=SYS, table_name=SYSALIASES, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSCHECKS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSCOLUMNS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSCONGLOMERATES, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSCONSTRAINTS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSDEPENDS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSFILES, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSFOREIGNKEYS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSKEYS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSSCHEMAS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSSTATEMENTS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSSTATISTICS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSTABLES, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSTRIGGERS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYS, table_name=SYSVIEWS, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SYSIBM, table_name=SYSDUMMY1, table_type=SYSTEM TABLE, remarks=}
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, table_type=TABLE, remarks=}
{table_cat=, table_schem=SEASAR, table_name=LARGE_BINARY, table_type=TABLE, remarks=}
{table_cat=, table_schem=SEASAR, table_name=LARGE_TEXT, table_type=TABLE, remarks=}
{table_cat=, table_schem=SEASAR, table_name=PK_ONLY_TABLE, table_type=TABLE, remarks=}
DEBUG 2024-11-02 02:50:11,523 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,523 [main] Physical connection closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.535 sec
Running org.seasar.dao.pager.NullPagingSqlRewriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.ProcedureHsqldbTest
DEBUG 2024-11-02 02:50:11,535 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,535 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,536 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,536 [main] Logical connection got
WARN  2024-11-02 02:50:11,539 [main] Table(ProcedureHsqldbTest$ABean) not found
DEBUG 2024-11-02 02:50:11,541 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,542 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,542 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,542 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,551 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,562 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,562 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,564 [main] Logical connection closed
2024-11-02 00:00:00.0
DEBUG 2024-11-02 02:50:11,565 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,565 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.seasar.dao.impl.PkOnlyTableTest
DEBUG 2024-11-02 02:50:11,610 [main] Transaction began
DEBUG 2024-11-02 02:50:11,612 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,612 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,612 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,612 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,622 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,622 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,622 [main] INSERT INTO PKONLYTABLE (aaa) VALUES ('value')
DEBUG 2024-11-02 02:50:11,623 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,623 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,623 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,644 [main] Transaction began
DEBUG 2024-11-02 02:50:11,644 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,644 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,645 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,645 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,648 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$3e1d25$$MethodInvocation$$updateUnlessNull1.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$3e1d25.updateUnlessNull(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$3e1d25.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateUnlessNullTx(PkOnlyTableTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2024-11-02 02:50:11,650 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,651 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,670 [main] Transaction began
DEBUG 2024-11-02 02:50:11,670 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,670 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,670 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,670 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,674 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$e4776b$$MethodInvocation$$update0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$e4776b.update(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$e4776b.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateTx(PkOnlyTableTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2024-11-02 02:50:11,675 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,675 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.impl.SelectDynamicCommandTest
DEBUG 2024-11-02 02:50:11,683 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,683 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,707 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,707 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,708 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2024-11-02 02:50:11,709 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}
DEBUG 2024-11-02 02:50:11,710 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,715 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,715 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,715 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,715 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,739 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,748 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,748 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2024-11-02 02:50:11,749 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,750 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,750 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2024-11-02 02:50:11,751 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,752 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,757 [main] Transaction began
DEBUG 2024-11-02 02:50:11,759 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,759 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,759 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,760 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,769 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,772 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,772 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (100, 0, 'NAME0')
DEBUG 2024-11-02 02:50:11,773 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,773 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,773 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (200, 1, 'NAME1')
DEBUG 2024-11-02 02:50:11,775 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,775 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,775 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (300, 2, 'NAME2')
DEBUG 2024-11-02 02:50:11,776 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,776 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,776 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.employee_name = 'NAME1'
DEBUG 2024-11-02 02:50:11,777 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,778 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,778 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.department_Id = 200
DEBUG 2024-11-02 02:50:11,778 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,778 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,778 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.seasar.dao.impl.NoPkTableTest
DEBUG 2024-11-02 02:50:11,846 [main] Transaction began
DEBUG 2024-11-02 02:50:11,846 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,846 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,847 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,847 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,852 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,853 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,854 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:11,854 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,854 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,855 [main] INSERT INTO NO_PK_TABLE VALUES ('a', 1)
DEBUG 2024-11-02 02:50:11,855 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,855 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,856 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:11,856 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,856 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,856 [main] UPDATE NO_PK_TABLE SET AAA = 'a2'
DEBUG 2024-11-02 02:50:11,856 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,856 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,857 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:11,857 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,857 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,857 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'hoge'
DEBUG 2024-11-02 02:50:11,857 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,857 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,857 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:11,857 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,857 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,857 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'a2'
DEBUG 2024-11-02 02:50:11,858 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,858 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,858 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:11,859 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,859 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,859 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.impl.UpdateModifiedOnlyCommandTest
DEBUG 2024-11-02 02:50:11,895 [main] Transaction began
DEBUG 2024-11-02 02:50:11,895 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,895 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,895 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,895 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,906 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,907 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,907 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:11,908 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
ename, ename
job, job
DEBUG 2024-11-02 02:50:11,909 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,910 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.11', ename = 'hoge', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:11,910 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,910 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,910 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,944 [main] Transaction began
DEBUG 2024-11-02 02:50:11,944 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,944 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,944 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,944 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,954 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,955 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,955 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:11,956 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
job, job
DEBUG 2024-11-02 02:50:11,956 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,956 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.11', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:11,957 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,957 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:11,957 [main] Physical connection closed
DEBUG 2024-11-02 02:50:11,986 [main] Transaction began
DEBUG 2024-11-02 02:50:11,987 [main] Physical connection got
DEBUG 2024-11-02 02:50:11,987 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,987 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,987 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,996 [main] Logical connection closed
DEBUG 2024-11-02 02:50:11,998 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,998 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:11,999 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
DEBUG 2024-11-02 02:50:11,999 [main] Logical connection got
DEBUG 2024-11-02 02:50:11,999 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.11' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,000 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,000 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,000 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,032 [main] Transaction began
DEBUG 2024-11-02 02:50:12,033 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,033 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,033 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,033 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,044 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,047 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,047 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:12,048 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0
DEBUG 2024-11-02 02:50:12,048 [main] skip UPDATE: table=EMP, key{empno=7499}
DEBUG 2024-11-02 02:50:12,048 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,048 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,119 [main] Transaction began
DEBUG 2024-11-02 02:50:12,119 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,119 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,120 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,120 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,138 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,140 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,141 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:12,142 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
30, SALES, CHICAGO
class org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Dept$$EnhancedByS2AOP$$6baf24
DEBUG 2024-11-02 02:50:12,142 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,142 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,142 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,145 [main] Logical connection closed
dname, dname
DEBUG 2024-11-02 02:50:12,147 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,147 [main] UPDATE DEPT SET dname = 'FOO' WHERE deptno = 30
DEBUG 2024-11-02 02:50:12,147 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,147 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,147 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:12,148 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,148 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,148 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,176 [main] Transaction began
DEBUG 2024-11-02 02:50:12,176 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,176 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,176 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,176 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,190 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,191 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,192 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.job = 'MANAGER'
DEBUG 2024-11-02 02:50:12,193 [main] Logical connection closed
[7566, JONES, MANAGER, 2975.0, null, 2000-01-01 00:00:00.0, 7698, BLAKE, MANAGER, 2850.0, null, 2000-01-01 00:00:00.0, 7782, CLARK, MANAGER, 2450.0, null, 2000-01-01 00:00:00.0]
DEBUG 2024-11-02 02:50:12,193 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,193 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,193 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,197 [main] Logical connection closed
dname, dname
DEBUG 2024-11-02 02:50:12,198 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,198 [main] UPDATE DEPT SET dname = 'baar' WHERE deptno = 20
DEBUG 2024-11-02 02:50:12,198 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,198 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,198 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7566
DEBUG 2024-11-02 02:50:12,199 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,199 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,199 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,226 [main] Transaction began
DEBUG 2024-11-02 02:50:12,226 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,226 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,227 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,227 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,236 [main] Logical connection closed
[EDAO0021]Can not use update method of ModifiedOnly because property (modifiedPropertyNames) not found in org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Emp
DEBUG 2024-11-02 02:50:12,236 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,236 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,266 [main] Transaction began
DEBUG 2024-11-02 02:50:12,266 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,266 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,266 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,266 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,270 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,271 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,271 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:12,272 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,272 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,272 [main] UPDATE EMP SET ename = 'ModifiedPropertiesByReflection' WHERE empno = 7499
DEBUG 2024-11-02 02:50:12,272 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,272 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,272 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:12,273 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,273 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,273 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 sec
Running org.seasar.dao.parser.SqlTokenizerImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.DaoAnnotationReaderImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.impl.DtoMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:12,378 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,378 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,379 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,379 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,386 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,386 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,387 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,387 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.impl.FieldArgumentDtoAnnotationReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.HogeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.ListBindTest
DEBUG 2024-11-02 02:50:12,448 [main] Transaction began
DEBUG 2024-11-02 02:50:12,449 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,449 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,449 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,449 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,452 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,455 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,455 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7566, 7900) 
DEBUG 2024-11-02 02:50:12,456 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,456 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,456 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,478 [main] Transaction began
DEBUG 2024-11-02 02:50:12,478 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,478 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,478 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,478 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,482 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,484 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,485 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7900, 7902) 
DEBUG 2024-11-02 02:50:12,485 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,485 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,485 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.impl.UpdateAutoDynamicCommandTest
DEBUG 2024-11-02 02:50:12,491 [main] Transaction began
DEBUG 2024-11-02 02:50:12,492 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,492 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,492 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,492 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,517 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,525 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,525 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:12,526 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,526 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,527 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.12', ename = 'HOGE', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,527 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,528 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,528 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:12,528 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,528 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,528 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,534 [main] Transaction began
DEBUG 2024-11-02 02:50:12,534 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,534 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,534 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,534 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,558 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,566 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,567 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:12,568 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,568 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,568 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.12', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,568 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,568 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,568 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:12,569 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,569 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,569 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,574 [main] Transaction began
DEBUG 2024-11-02 02:50:12,575 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,575 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,575 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,575 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,583 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,584 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,584 [main] INSERT INTO CHAR_TABLE (aaa, id) VALUES ('c', 1)
DEBUG 2024-11-02 02:50:12,584 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,584 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,585 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,591 [main] Transaction began
DEBUG 2024-11-02 02:50:12,592 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,592 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,592 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,592 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,602 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,603 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,604 [main] SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2024-11-02 02:50:12,604 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,604 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,604 [main] UPDATE DEPT SET versionno = 1, dname = 'HOGE' WHERE deptno = 20 AND versionno = 0
DEBUG 2024-11-02 02:50:12,605 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,605 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,605 [main] SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2024-11-02 02:50:12,605 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,605 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,605 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.pager.PagerUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.UpdateBatchAutoStaticCommandTest
DEBUG 2024-11-02 02:50:12,622 [main] Transaction began
DEBUG 2024-11-02 02:50:12,622 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,622 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,622 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,623 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,642 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,653 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,653 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.12', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,654 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.12', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,654 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,654 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,654 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.12', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,655 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.12', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,655 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,655 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,655 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,661 [main] Transaction began
DEBUG 2024-11-02 02:50:12,661 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,661 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,662 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,662 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,731 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,740 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,740 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.12', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,740 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.12', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:12,741 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,741 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,741 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:12,742 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,742 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,742 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:12,743 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,744 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,744 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
Running org.seasar.dao.impl.DtoMetaDataFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.ObjectArrayResultSetHandlerTest
DEBUG 2024-11-02 02:50:12,759 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,759 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,759 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,759 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.impl.InsertBatchAutoStaticCommandTest
DEBUG 2024-11-02 02:50:12,765 [main] Transaction began
DEBUG 2024-11-02 02:50:12,765 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,766 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,766 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,766 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,788 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,796 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,796 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-11-02 02.50.12', 'hoge', 99, 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:12,796 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-11-02 02.50.12', 'hoge2', 98, 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:12,796 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,796 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,797 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-11-02 02.50.12', 'hoge3', 97, 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:12,797 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-11-02 02.50.12', 'hoge2', 96, 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:12,797 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,797 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,797 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.seasar.dao.impl.ResultSetToBeanTest
DEBUG 2024-11-02 02:50:12,804 [main] Transaction began
DEBUG 2024-11-02 02:50:12,804 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,805 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,805 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,805 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,813 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,814 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,815 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (123, 7650, 'foo')
DEBUG 2024-11-02 02:50:12,816 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,816 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,816 [main] SELECT employee_name FROM EMP3
DEBUG 2024-11-02 02:50:12,816 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,816 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,816 [main] SELECT employee_name AS employeeName FROM EMP3
DEBUG 2024-11-02 02:50:12,817 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,817 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,817 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.IllegalParameterTypeRuntimeExceptionTest
[EDAO0028](hoge) is illegal for procedure parameter type
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.MapResultSetHandlerTest
DEBUG 2024-11-02 02:50:12,826 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,826 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,826 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,827 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,831 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,831 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,831 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,831 [main] Physical connection closed
DEBUG 2024-11-02 02:50:12,836 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,836 [main] Logical connection got
WARN  2024-11-02 02:50:12,836 [main] More than 2 rows found, but only first row returned
DEBUG 2024-11-02 02:50:12,836 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,836 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.impl.PropertyTypeFactoryImplTest
DEBUG 2024-11-02 02:50:12,850 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,850 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,854 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,854 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.context.CommandContextPropertyAccessorTest
hoge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.util.TypeUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.CharBindTest
DEBUG 2024-11-02 02:50:12,876 [main] Transaction began
DEBUG 2024-11-02 02:50:12,876 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,876 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,876 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,876 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,883 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,884 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,884 [main] INSERT INTO CHAR_TABLE (aaa, id) VALUES ('Z', 31)
DEBUG 2024-11-02 02:50:12,884 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,884 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,884 [main] SELECT CHAR_TABLE.aaa, CHAR_TABLE.id FROM CHAR_TABLE
DEBUG 2024-11-02 02:50:12,884 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,885 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,885 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.pager.OracleRownumPagingSqlRewriterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.BeanEnhancerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.UpdateDynamicCommandTest
DEBUG 2024-11-02 02:50:12,898 [main] Transaction began
DEBUG 2024-11-02 02:50:12,898 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,898 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,898 [main] UPDATE emp SET ename = 'SCOTT' WHERE empno = 7788
DEBUG 2024-11-02 02:50:12,898 [main] Logical connection closed
DEBUG 2024-11-02 02:50:12,899 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:12,899 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest
[EDAO0031](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithSimpleParameter(int)) is illegal. Parameter type must be DTO
[EDAO0030](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithMultiParameters(org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Hoge,int)) is illegal. Parameter size must be 0 or 1
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.seasar.dao.pager.PagerResultSetWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.dbms.OracleTest
DEBUG 2024-11-02 02:50:12,971 [main] Physical connection got
DEBUG 2024-11-02 02:50:12,972 [main] Logical connection got
DEBUG 2024-11-02 02:50:12,996 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department2.versionno AS versionno_1, department2.deptno AS deptno_1, department2.dname AS dname_1, department2.loc AS loc_1 FROM EMP, DEPT department, DEPT department2 WHERE EMP.deptno = department.deptno(+) AND EMP.deptno = department2.deptno(+)
DEBUG 2024-11-02 02:50:12,997 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,001 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,001 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,009 [main] Logical connection closed
SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT
DEBUG 2024-11-02 02:50:13,009 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.seasar.dao.OverloadNotSupportedRuntimeExceptionTest
[EDAO0033]Overload not supported for method(foo) of Dao interface(hoge)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.DefaultBeanMetaDataImplTest
DEBUG 2024-11-02 02:50:13,020 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,020 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,042 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,042 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,049 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,049 [main] Logical connection got
WARN  2024-11-02 02:50:13,053 [main] Table(MyBean) not found
WARN  2024-11-02 02:50:13,053 [main] Table(DefaultBeanMetaDataImplTest$Ccc) not found
DEBUG 2024-11-02 02:50:13,062 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,062 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,068 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,068 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,086 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,086 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,092 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,092 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,101 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,101 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,119 [main] Logical connection closed
SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0
DEBUG 2024-11-02 02:50:13,119 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,126 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,126 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,189 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,189 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,194 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,194 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,214 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,214 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,220 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,220 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,239 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,239 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,244 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,244 [main] Logical connection got
WARN  2024-11-02 02:50:13,247 [main] Table(DefaultBeanMetaDataImplTest$Ddd) not found
DEBUG 2024-11-02 02:50:13,252 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,252 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,259 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,259 [main] Logical connection got
WARN  2024-11-02 02:50:13,262 [main] Table(DefaultBeanMetaDataImplTest$Eee) not found
DEBUG 2024-11-02 02:50:13,268 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,268 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,274 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,274 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,281 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,281 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,287 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,287 [main] Logical connection got
WARN  2024-11-02 02:50:13,290 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2024-11-02 02:50:13,296 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,296 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,303 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,303 [main] Logical connection got
WARN  2024-11-02 02:50:13,305 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2024-11-02 02:50:13,309 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,310 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,325 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,325 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,333 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,333 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,385 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,385 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,393 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,393 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,400 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,400 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,407 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,408 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,416 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,416 [main] Logical connection got
WARN  2024-11-02 02:50:13,419 [main] Table(DefaultBeanMetaDataImplTest$Ggg) not found
DEBUG 2024-11-02 02:50:13,423 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,423 [main] Physical connection closed
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 sec
Running org.seasar.dao.impl.FunctionTest
DEBUG 2024-11-02 02:50:13,431 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,431 [main] Logical connection got
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.util.ImplementInterfaceWalkerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.BooleanPropertyTest
DEBUG 2024-11-02 02:50:13,444 [main] Transaction began
DEBUG 2024-11-02 02:50:13,445 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,445 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,446 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,446 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,453 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,453 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,454 [main] INSERT INTO DEPT2 (deptno, dname, active) VALUES (99, 'hoge', true)
DEBUG 2024-11-02 02:50:13,454 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,454 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,454 [main] SELECT DEPT2.deptno, DEPT2.dname, DEPT2.active FROM DEPT2
WARN  2024-11-02 02:50:13,454 [main] More than 2 rows found, but only first row returned
DEBUG 2024-11-02 02:50:13,455 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,455 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:13,455 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.impl.ObjectResultSetHandlerTest
DEBUG 2024-11-02 02:50:13,460 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,460 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,460 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,460 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,464 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,464 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,464 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,464 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.dbms.H2Test
DEBUG 2024-11-02 02:50:13,758 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,758 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,781 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,787 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,823 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,823 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,825 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,825 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,828 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,828 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,829 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-11-02 02:50:13,832 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,832 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,832 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,833 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,833 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,833 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,833 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,833 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,834 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:13,834 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,834 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,834 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,835 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec
Running org.seasar.dao.id.IdentityIdentifierGeneratorTest
DEBUG 2024-11-02 02:50:13,841 [main] Transaction began
DEBUG 2024-11-02 02:50:13,841 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,841 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,841 [main] insert into identitytable(id_name) values('hoge')
DEBUG 2024-11-02 02:50:13,841 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,842 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,842 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:13,843 [main] Logical connection closed
0
DEBUG 2024-11-02 02:50:13,843 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:13,843 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.util.FetchHandlerUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.util.DaoNamingConventionUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.NoPersistentPropertyTypeTest
DEBUG 2024-11-02 02:50:13,852 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,852 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,852 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,852 [main] Logical connection got
WARN  2024-11-02 02:50:13,855 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2024-11-02 02:50:13,858 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization findAll method of org.seasar.dao.impl.NoPersistentPropertyTypeTest$Foo1Dao, because org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.unit.S2DaoTestCase.createDaoMetaData(S2DaoTestCase.java:173)
	at org.seasar.dao.impl.NoPersistentPropertyTypeTest.testNoPersistentPropertyTypeException1(NoPersistentPropertyTypeTest.java:39)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.BeanMetaDataImpl.setupAutoSelectList(BeanMetaDataImpl.java:405)
	at org.seasar.dao.impl.BeanMetaDataImpl.getAutoSelectList(BeanMetaDataImpl.java:362)
	at org.seasar.dao.dbms.Standard.getAutoSelectSql(Standard.java:64)
	at org.seasar.dao.impl.DaoMetaDataImpl.createAutoSelectSql(DaoMetaDataImpl.java:866)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByArgs(DaoMetaDataImpl.java:796)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByAuto(DaoMetaDataImpl.java:752)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSelectMethodByAuto(DaoMetaDataImpl.java:723)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:389)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 32 more
DEBUG 2024-11-02 02:50:13,860 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,865 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,865 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,865 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,865 [main] Logical connection got
WARN  2024-11-02 02:50:13,867 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2024-11-02 02:50:13,871 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,871 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,872 [main] SELECT * FROM EMP
DEBUG 2024-11-02 02:50:13,872 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,872 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.impl.DtoListMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:13,878 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,878 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,878 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,878 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,938 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,938 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,938 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,938 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor3Test
DEBUG 2024-11-02 02:50:13,955 [main] Transaction began
DEBUG 2024-11-02 02:50:13,956 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,956 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,956 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,956 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,960 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,961 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,962 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2024-11-02 02:50:13,962 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,962 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:13,962 [main] Physical connection closed
DEBUG 2024-11-02 02:50:13,975 [main] Transaction began
DEBUG 2024-11-02 02:50:13,975 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,975 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,975 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,975 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,978 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,979 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,979 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2024-11-02 02:50:13,980 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,980 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:13,980 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.seasar.dao.impl.ArgumentDtoProcedureCommandTest
DEBUG 2024-11-02 02:50:13,985 [main] Transaction began
DEBUG 2024-11-02 02:50:13,988 [main] Physical connection got
DEBUG 2024-11-02 02:50:13,988 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,988 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,992 [main] Logical connection got
DEBUG 2024-11-02 02:50:13,992 [main] {call PROCEDURE_TEST_AAA1 (?)}
DEBUG 2024-11-02 02:50:13,994 [main] Logical connection closed
DEBUG 2024-11-02 02:50:13,994 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:13,994 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,005 [main] Transaction began
DEBUG 2024-11-02 02:50:14,006 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,006 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,006 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,008 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,008 [main] {call PROCEDURE_TEST_AAA2 (?, ?)}
DEBUG 2024-11-02 02:50:14,010 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,010 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,010 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,015 [main] Transaction began
DEBUG 2024-11-02 02:50:14,015 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,015 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,015 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,017 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,018 [main] {call PROCEDURE_TEST_BBB1 ('hoge')}
DEBUG 2024-11-02 02:50:14,019 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,019 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,019 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,023 [main] Transaction began
DEBUG 2024-11-02 02:50:14,024 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,024 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,024 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,027 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,027 [main] {call PROCEDURE_TEST_BBB2 ('hoge', 10, '2007-08-26 14.30.00')}
DEBUG 2024-11-02 02:50:14,029 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,029 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,029 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,034 [main] Transaction began
DEBUG 2024-11-02 02:50:14,035 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,035 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,035 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,038 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,038 [main] {call PROCEDURE_TEST_CCC2 (?, 10, ?)}
DEBUG 2024-11-02 02:50:14,040 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,040 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,040 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,044 [main] Transaction began
DEBUG 2024-11-02 02:50:14,044 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,045 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,045 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,048 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,048 [main] {call PROCEDURE_TEST_DDD1 ('ab')}
DEBUG 2024-11-02 02:50:14,050 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,050 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,050 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,054 [main] Transaction began
DEBUG 2024-11-02 02:50:14,054 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,054 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,054 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,057 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,058 [main] {call PROCEDURE_TEST_AAA3 ()}
DEBUG 2024-11-02 02:50:14,059 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,059 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,059 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,063 [main] Transaction began
DEBUG 2024-11-02 02:50:14,064 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,064 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,064 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,067 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,067 [main] {call PROCEDURE_TEST_CCC1 ('hoge', 10, ?)}
DEBUG 2024-11-02 02:50:14,070 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,070 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,070 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,074 [main] Transaction began
DEBUG 2024-11-02 02:50:14,074 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,074 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,075 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,078 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,078 [main] Logical connection closed
[EDAO0029]null is illegal for argument DTO
DEBUG 2024-11-02 02:50:14,078 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,078 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,082 [main] Transaction began
DEBUG 2024-11-02 02:50:14,083 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,083 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,083 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,085 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,086 [main] {? = call FUNCTION_TEST_MAX (5.0, 10.0)}
DEBUG 2024-11-02 02:50:14,088 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,089 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,089 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.pager.PagerContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.LogCustomizeTest
DEBUG 2024-11-02 02:50:14,117 [main] Transaction began
DEBUG 2024-11-02 02:50:14,117 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,117 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,117 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,117 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,121 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,124 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,125 [main] Logical connection closed
SELECT empno, ename, dname FROM emp, dept where emp.deptno = dept.deptno
DEBUG 2024-11-02 02:50:14,125 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,125 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.impl.ReturnsArrayDaoTest
DEBUG 2024-11-02 02:50:14,140 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,140 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,140 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,140 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,144 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,145 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,145 [main] SELECT EMP.ename FROM EMP
DEBUG 2024-11-02 02:50:14,145 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,145 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,145 [main] SELECT EMP.ename FROM EMP
DEBUG 2024-11-02 02:50:14,147 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,147 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.pager.PagerConditionBaseTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.pager.ScrollCursorTest
DEBUG 2024-11-02 02:50:14,156 [main] Transaction began
DEBUG 2024-11-02 02:50:14,156 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,156 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,159 [main] S2Pager use scroll cursor.
DEBUG 2024-11-02 02:50:14,160 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,160 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,160 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,165 [main] Transaction began
DEBUG 2024-11-02 02:50:14,165 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,165 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,165 [main] S2Pager use scroll cursor.
DEBUG 2024-11-02 02:50:14,165 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,165 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,165 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,174 [main] Transaction began
DEBUG 2024-11-02 02:50:14,175 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,175 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,175 [main] S2Pager use scroll cursor.
DEBUG 2024-11-02 02:50:14,175 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,176 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,176 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.seasar.dao.impl.MapListResultSetHandlerTest
DEBUG 2024-11-02 02:50:14,181 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,181 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,181 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,181 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.ClobTest
DEBUG 2024-11-02 02:50:14,200 [main] Transaction began
DEBUG 2024-11-02 02:50:14,201 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,201 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,201 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,201 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,268 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,269 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,269 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 123
DEBUG 2024-11-02 02:50:14,280 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,280 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,280 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,297 [main] Transaction began
DEBUG 2024-11-02 02:50:14,298 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,298 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,298 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,298 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,301 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,302 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,302 [main] INSERT INTO LARGE_TEXT (id, version_no, large_string) VALUES (1, 0, 'abc1')
DEBUG 2024-11-02 02:50:14,323 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,323 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,323 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2024-11-02 02:50:14,324 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,324 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,324 [main] UPDATE LARGE_TEXT SET version_no = 1, large_string = 'ABCDEFG' WHERE id = 1 AND version_no = 0
DEBUG 2024-11-02 02:50:14,333 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,333 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,337 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2024-11-02 02:50:14,337 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,347 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,347 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running org.seasar.dao.id.IdentifierGeneratorFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.AnnotationReaderFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.BeanArrayMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:14,357 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,357 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,374 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,374 [main] Logical connection got
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-02 02:50:14,380 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,380 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.impl.InsertAutoDynamicCommandTest
DEBUG 2024-11-02 02:50:14,387 [main] Transaction began
DEBUG 2024-11-02 02:50:14,388 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,388 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,388 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,388 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,406 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,415 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,417 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2024-11-02 02.50.14', 'hoge', 99, 0)
DEBUG 2024-11-02 02:50:14,417 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,417 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,417 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,421 [main] Transaction began
DEBUG 2024-11-02 02:50:14,422 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,422 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,422 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,422 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,429 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,429 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,430 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2024-11-02 02:50:14,430 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,430 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:14,430 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,430 [main] Logical connection closed
1
DEBUG 2024-11-02 02:50:14,430 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,430 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2024-11-02 02:50:14,430 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,430 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:14,430 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,430 [main] Logical connection closed
2
DEBUG 2024-11-02 02:50:14,431 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,431 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,435 [main] Transaction began
DEBUG 2024-11-02 02:50:14,435 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,436 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,436 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,436 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,455 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,464 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,464 [main] INSERT INTO EMP (tstamp, ename, empno) VALUES ('2024-11-02 02.50.14', 'hoge', 99)
DEBUG 2024-11-02 02:50:14,465 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,465 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,465 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,469 [main] Transaction began
DEBUG 2024-11-02 02:50:14,469 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,469 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,469 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,469 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,487 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,498 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,498 [main] INSERT INTO EMP (deptno, empno, tstamp) VALUES (10, 99, '2024-11-02 02.50.14')
DEBUG 2024-11-02 02:50:14,499 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,499 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,499 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,502 [main] Transaction began
DEBUG 2024-11-02 02:50:14,503 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,504 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,504 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,505 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,511 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,512 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,512 [main] INSERT INTO EMP (empno) VALUES (980)
DEBUG 2024-11-02 02:50:14,513 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,513 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,513 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,517 [main] Transaction began
DEBUG 2024-11-02 02:50:14,517 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,518 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,518 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,518 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,524 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,524 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,524 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,581 [main] Transaction began
DEBUG 2024-11-02 02:50:14,582 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,582 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,583 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,583 [main] Logical connection got
WARN  2024-11-02 02:50:14,588 [main] Table(DUMMY_TABLE) not found
DEBUG 2024-11-02 02:50:14,591 [main] Logical connection closed
[EDAO0024]No Persistent Properties. Probably (org.seasar.dao.impl.InsertAutoDynamicCommandTest$FooDto) doesnt assosiated with table.
DEBUG 2024-11-02 02:50:14,592 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,593 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,602 [main] Transaction began
DEBUG 2024-11-02 02:50:14,603 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,603 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,603 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,603 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,609 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,609 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,609 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,610 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,610 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,610 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 49)
DEBUG 2024-11-02 02:50:14,610 [main] Logical connection closed
49
DEBUG 2024-11-02 02:50:14,611 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,611 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,615 [main] Transaction began
DEBUG 2024-11-02 02:50:14,616 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,616 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,616 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,616 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,622 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,623 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,623 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,623 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,623 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,623 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 50)
DEBUG 2024-11-02 02:50:14,623 [main] Logical connection closed
50
DEBUG 2024-11-02 02:50:14,623 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,623 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,623 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,624 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,624 [main] INSERT INTO SEQTABLE (name, id) VALUES ('foo', 51)
DEBUG 2024-11-02 02:50:14,624 [main] Logical connection closed
51
DEBUG 2024-11-02 02:50:14,624 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,624 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,630 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,630 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,630 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,630 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,638 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,639 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,639 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,639 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,639 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,639 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,639 [main] INSERT INTO COMPOSITE_PK_TABLE (aaa, pk2, pk1) VALUES ('hoge', 10, 52)
DEBUG 2024-11-02 02:50:14,640 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,640 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,640 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
Running org.seasar.dao.types.SerializableTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.MapArrayResultSetHandlerTest
DEBUG 2024-11-02 02:50:14,649 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,649 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,649 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,649 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.ObjectListResultSetHandlerTest
DEBUG 2024-11-02 02:50:14,654 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,654 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,654 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,654 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.id.SequenceIdentifierGeneratorTest
DEBUG 2024-11-02 02:50:14,659 [main] Transaction began
DEBUG 2024-11-02 02:50:14,659 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,660 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,660 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,660 [main] Logical connection closed
53
DEBUG 2024-11-02 02:50:14,660 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,660 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,664 [main] Transaction began
DEBUG 2024-11-02 02:50:14,666 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,666 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,667 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,667 [main] Logical connection closed
49
50
51
52
53
54
55
56
57
58
DEBUG 2024-11-02 02:50:14,667 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,667 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,667 [main] Logical connection closed
59
60
61
62
63
64
65
66
67
68
DEBUG 2024-11-02 02:50:14,668 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,668 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,668 [main] Logical connection closed
69
70
71
72
73
74
75
76
77
78
DEBUG 2024-11-02 02:50:14,668 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,668 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:14,668 [main] Logical connection closed
79
80
DEBUG 2024-11-02 02:50:14,668 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,668 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.unit.S2DaoBeanListReaderTest
DEBUG 2024-11-02 02:50:14,677 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,677 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,694 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,700 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.impl.DefaultTest
DEBUG 2024-11-02 02:50:14,726 [main] Transaction began
DEBUG 2024-11-02 02:50:14,726 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,726 [main] Logical connection got
[1] TABLE_CAT
[2] TABLE_SCHEM
[3] TABLE_NAME
[4] COLUMN_NAME
[5] DATA_TYPE
[6] TYPE_NAME
[7] COLUMN_SIZE
[8] BUFFER_LENGTH
[9] DECIMAL_DIGITS
[10] NUM_PREC_RADIX
[11] NULLABLE
[12] REMARKS
[13] COLUMN_DEF
[14] SQL_DATA_TYPE
[15] SQL_DATETIME_SUB
[16] CHAR_OCTET_LENGTH
[17] ORDINAL_POSITION
[18] IS_NULLABLE
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, column_name=ID, data_type=4, type_name=INTEGER, column_size=10, buffer_length=null, decimal_digits=0, num_prec_radix=10, nullable=0, remarks=, column_def=AUTOINCREMENT: start 1 increment 1, sql_data_type=null, sql_datetime_sub=null, char_octet_length=null, ordinal_position=1, is_nullable=NO}
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, column_name=AAA, data_type=12, type_name=VARCHAR, column_size=20, buffer_length=null, decimal_digits=null, num_prec_radix=null, nullable=1, remarks=, column_def='ABC', sql_data_type=null, sql_datetime_sub=null, char_octet_length=40, ordinal_position=2, is_nullable=YES}
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, column_name=BBB, data_type=12, type_name=VARCHAR, column_size=20, buffer_length=null, decimal_digits=null, num_prec_radix=null, nullable=1, remarks=, column_def=null, sql_data_type=null, sql_datetime_sub=null, char_octet_length=40, ordinal_position=3, is_nullable=YES}
{table_cat=, table_schem=SEASAR, table_name=DEFAULT_TABLE, column_name=VERSION_NO, data_type=4, type_name=INTEGER, column_size=10, buffer_length=null, decimal_digits=0, num_prec_radix=10, nullable=0, remarks=, column_def=null, sql_data_type=null, sql_datetime_sub=null, char_octet_length=null, ordinal_position=4, is_nullable=NO}
DEBUG 2024-11-02 02:50:14,729 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,729 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,730 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,755 [main] Transaction began
DEBUG 2024-11-02 02:50:14,756 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,756 [main] Logical connection got
ID[AUTOINCREMENT: start 1 increment 1]
AAA['ABC']
BBB[null]
VERSION_NO[null]
DEBUG 2024-11-02 02:50:14,758 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,758 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,758 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,780 [main] Transaction began
DEBUG 2024-11-02 02:50:14,781 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,781 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,781 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,781 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,783 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,786 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,786 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('1234567', '890', 0)
DEBUG 2024-11-02 02:50:14,791 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,791 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-11-02 02:50:14,793 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,793 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,793 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,793 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 1
DEBUG 2024-11-02 02:50:14,798 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,807 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,807 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,831 [main] Transaction began
DEBUG 2024-11-02 02:50:14,831 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,831 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,831 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,831 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,832 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,836 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,836 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', '12', 0)
DEBUG 2024-11-02 02:50:14,836 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('21', '22', 0)
DEBUG 2024-11-02 02:50:14,837 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,837 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,837 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-11-02 02:50:14,849 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,862 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,862 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,938 [main] Transaction began
DEBUG 2024-11-02 02:50:14,939 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,939 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,939 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,939 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,940 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,943 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,943 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', '12', 0)
DEBUG 2024-11-02 02:50:14,943 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES (null, '22', 0)
DEBUG 2024-11-02 02:50:14,943 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('31', null, 0)
DEBUG 2024-11-02 02:50:14,945 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,945 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,945 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-11-02 02:50:14,945 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,955 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,955 [main] Physical connection closed
DEBUG 2024-11-02 02:50:14,981 [main] Transaction began
DEBUG 2024-11-02 02:50:14,982 [main] Physical connection got
DEBUG 2024-11-02 02:50:14,982 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,982 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,982 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,986 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,989 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,989 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', null, 0)
DEBUG 2024-11-02 02:50:14,989 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('21', '22', 0)
DEBUG 2024-11-02 02:50:14,990 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,990 [main] Logical connection got
DEBUG 2024-11-02 02:50:14,990 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-11-02 02:50:14,991 [main] Logical connection closed
DEBUG 2024-11-02 02:50:14,997 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:14,997 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,018 [main] Transaction began
DEBUG 2024-11-02 02:50:15,018 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,018 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,018 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,018 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,020 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,022 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,022 [main] INSERT INTO DEFAULT_TABLE (bbb, version_no) VALUES ('bbbb', 0)
DEBUG 2024-11-02 02:50:15,026 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,026 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-11-02 02:50:15,026 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,026 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,026 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,027 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 9
DEBUG 2024-11-02 02:50:15,027 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,033 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,033 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,060 [main] Transaction began
DEBUG 2024-11-02 02:50:15,060 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,060 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,060 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,060 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,061 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,064 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,064 [main] INSERT INTO DEFAULT_TABLE (version_no) VALUES (0)
DEBUG 2024-11-02 02:50:15,067 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,067 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-11-02 02:50:15,067 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,067 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,067 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,067 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 10
DEBUG 2024-11-02 02:50:15,068 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,074 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,074 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,096 [main] Transaction began
DEBUG 2024-11-02 02:50:15,097 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,097 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,097 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,097 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,098 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,101 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,102 [main] INSERT INTO DEFAULT_TABLE (
    AAA,
    
    VERSION_NO
) VALUES (
	'foooo',
	
	0
)
DEBUG 2024-11-02 02:50:15,105 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,105 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,105 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE
DEBUG 2024-11-02 02:50:15,107 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,113 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,113 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,136 [main] Transaction began
DEBUG 2024-11-02 02:50:15,136 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,136 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,136 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,136 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,137 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,140 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,140 [main] INSERT INTO DEFAULT_TABLE (
    
    BBB,
    VERSION_NO
) VALUES (
	
	'ttt',
	0
)
DEBUG 2024-11-02 02:50:15,144 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,144 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,144 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE
DEBUG 2024-11-02 02:50:15,144 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,153 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,153 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,173 [main] Transaction began
DEBUG 2024-11-02 02:50:15,173 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,173 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,173 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,173 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,176 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,177 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,177 [main] INSERT INTO PK_ONLY_TABLE (aaa, bbb) VALUES (123, 456)
DEBUG 2024-11-02 02:50:15,180 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,180 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,180 [main] SELECT PK_ONLY_TABLE.aaa, PK_ONLY_TABLE.bbb FROM PK_ONLY_TABLE
DEBUG 2024-11-02 02:50:15,182 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,188 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,188 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 sec
Running org.seasar.dao.impl.NoPropertyForUpdateTest
DEBUG 2024-11-02 02:50:15,203 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,203 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,203 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,203 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,208 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao, because org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$1756db3$$MethodInvocation$$delete0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$1756db3.delete(NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$1756db3.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest.testExceptionOnUpdate(NoPropertyForUpdateTest.java:41)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:102)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 37 more
DEBUG 2024-11-02 02:50:15,209 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.impl.RelationPropertyTypeFactoryImplTest
DEBUG 2024-11-02 02:50:15,216 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,216 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,224 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,224 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.impl.BeanMetaDataFactoryImplTest
DEBUG 2024-11-02 02:50:15,239 [main] Transaction began
DEBUG 2024-11-02 02:50:15,239 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,239 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,244 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,244 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,244 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,250 [main] Transaction began
DEBUG 2024-11-02 02:50:15,251 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,251 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,312 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,313 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,313 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running org.seasar.dao.impl.FieldDaoMetaDataImplTest
DEBUG 2024-11-02 02:50:15,362 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,362 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,362 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,362 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,382 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,387 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,392 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,393 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,393 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,393 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,410 [main] Logical connection closed
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.impl.Employee11Dao, method=insert, file=org/seasar/dao/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-02 02:50:15,410 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,416 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,416 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,416 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,417 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,438 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,441 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,446 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,446 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,446 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,446 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,463 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,467 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,472 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,472 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,472 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,473 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,490 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,493 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,498 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,498 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,498 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,499 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,516 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,519 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,525 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,525 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,525 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,525 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,546 [main] Logical connection closed
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, hiredate = ?, mgr = ?, job = ?, comm = ?, sal = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-02 02:50:15,547 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,552 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,552 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,552 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,552 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,630 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,633 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,639 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,639 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,639 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,639 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,657 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,659 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,664 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,664 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,664 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,664 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,682 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,686 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,691 [main] Transaction began
DEBUG 2024-11-02 02:50:15,692 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,692 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,692 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,692 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,709 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,717 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,718 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2024-11-02 02.50.15', 'hoge', 99, 0)
DEBUG 2024-11-02 02:50:15,718 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,718 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,718 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,723 [main] Transaction began
DEBUG 2024-11-02 02:50:15,724 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,724 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,724 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,724 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,741 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,748 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,749 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:15,750 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,750 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,750 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.15', ename = 'hoge2', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:15,750 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,751 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,751 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,755 [main] Transaction began
DEBUG 2024-11-02 02:50:15,756 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,756 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,756 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,756 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,776 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,784 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,785 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:15,786 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,786 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,787 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.15', ename = 'hoge4', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-02 02:50:15,787 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,787 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,787 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,794 [main] Transaction began
DEBUG 2024-11-02 02:50:15,794 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,794 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,794 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,794 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,812 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,820 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,820 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:15,821 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,821 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,821 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:15,821 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,822 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:15,822 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,827 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,827 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,827 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,827 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,845 [main] Logical connection closed
public abstract void org.seasar.dao.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-02 02:50:15,845 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,850 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,850 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,850 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,851 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,868 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF deptno != null*/ EMP.deptno = /*deptno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:15,876 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,938 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,938 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,938 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,938 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,958 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,964 [main] Physical connection closed
DEBUG 2024-11-02 02:50:15,970 [main] Physical connection got
DEBUG 2024-11-02 02:50:15,970 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,970 [main] Logical connection closed
DEBUG 2024-11-02 02:50:15,970 [main] Logical connection got
DEBUG 2024-11-02 02:50:15,994 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,001 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,006 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,006 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,006 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,006 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,022 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,030 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,040 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,040 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,040 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,040 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,055 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,062 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,063 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:16,065 [main] Logical connection closed
[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-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:16,066 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,072 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,072 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,072 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,072 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,090 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,099 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,099 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:16,102 [main] Logical connection closed
[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-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:16,103 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,108 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,108 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,108 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,108 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,125 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,133 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,133 [main] select * from emp
DEBUG 2024-11-02 02:50:16,135 [main] Logical connection closed
[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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:16,136 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,141 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,141 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,141 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,141 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,160 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,167 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,167 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-02 02:50:16,169 [main] Logical connection closed
[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-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:16,171 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,176 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,176 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,176 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,176 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,191 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-02 02:50:16,199 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,204 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,204 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,204 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,204 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,281 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,289 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,289 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:16,290 [main] Logical connection closed
[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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:16,296 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,301 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,301 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,301 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,301 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,318 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,325 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,326 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:16,328 [main] Logical connection closed
[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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:16,329 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,334 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,334 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,334 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,334 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,352 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,360 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,360 [main] select * from emp
DEBUG 2024-11-02 02:50:16,361 [main] Logical connection closed
[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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:16,362 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,366 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,366 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,366 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,366 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,382 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,391 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,392 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-02 02:50:16,393 [main] Logical connection closed
[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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:16,394 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,398 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,399 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,399 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,399 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,416 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,422 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,422 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:16,424 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:16,424 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,429 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,429 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,430 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,430 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,445 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,454 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,454 [main] select count(*) from emp
DEBUG 2024-11-02 02:50:16,454 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,455 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,459 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,459 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,459 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,459 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,477 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,484 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,484 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:16,485 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}
DEBUG 2024-11-02 02:50:16,486 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,490 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,491 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,491 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,491 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,507 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,515 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,515 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:16,515 [main] Logical connection closed
{tstamp=2005-01-18 13:09:32.213, ename=SCOTT, empno=7788, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, versionno0=0, deptno0=20, dname0=RESEARCH, loc0=DALLAS}
DEBUG 2024-11-02 02:50:16,515 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,521 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,521 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,521 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,521 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,537 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,545 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,545 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:16,545 [main] Logical connection closed
[{tstamp=2005-01-18 13:09:32.213, ename=SCOTT, empno=7788, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, versionno0=0, deptno0=20, dname0=RESEARCH, loc0=DALLAS}]
DEBUG 2024-11-02 02:50:16,545 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,550 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,550 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,550 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,551 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,633 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,640 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,641 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:16,641 [main] Logical connection closed
[Ljava.util.Map;@1715510
DEBUG 2024-11-02 02:50:16,641 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,646 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,646 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,646 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,647 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,664 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,670 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,670 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-02 02:50:16,671 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-02 02:50:16,672 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,677 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,677 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,677 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,677 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,694 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-02 02:50:16,702 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,702 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-02 02:50:16,703 [main] Logical connection closed
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-02 02:50:16,704 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,709 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,709 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,709 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,709 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,726 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,728 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,728 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:16,728 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,729 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,734 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,734 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,735 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,735 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,750 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,754 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,754 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:16,754 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,754 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,760 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,760 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,760 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,760 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,770 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,770 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,771 [main] SELECT EMP2.ename, EMP2.empno, EMP2.deptnum, department2.deptno AS deptno_0, department2.dname AS dname_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-02 02:50:16,771 [main] Logical connection closed
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-02 02:50:16,772 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,777 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,777 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,777 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,777 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,788 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,790 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,790 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-02 02:50:16,790 [main] Logical connection closed
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-02 02:50:16,791 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,795 [main] Transaction began
DEBUG 2024-11-02 02:50:16,796 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,796 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,796 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,796 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,815 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,823 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,823 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2024-11-02 02.50.16', 'test', 9999, 50)
DEBUG 2024-11-02 02:50:16,823 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,823 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,823 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:16,824 [main] Logical connection closed
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:16,824 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,825 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-11-02 02:50:16,825 [main] Logical connection closed
9999, test, null, null, null, null, null, 50, 2024-11-02 02:50:16.823 {50, null, null, 0}
DEBUG 2024-11-02 02:50:16,825 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:16,825 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,829 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,830 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,830 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,830 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,846 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,851 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,856 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,856 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,856 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,856 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,873 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ AND department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:16,883 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,883 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:50:16,885 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,885 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,890 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,890 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,890 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,890 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,966 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_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.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:16,977 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,977 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-02 02:50:16,977 [main] Logical connection closed
[]
DEBUG 2024-11-02 02:50:16,977 [main] Physical connection closed
DEBUG 2024-11-02 02:50:16,983 [main] Physical connection got
DEBUG 2024-11-02 02:50:16,983 [main] Logical connection got
DEBUG 2024-11-02 02:50:16,984 [main] Logical connection closed
DEBUG 2024-11-02 02:50:16,984 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,000 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:17,004 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,004 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-02 02:50:17,005 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-02 02:50:17,005 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,010 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,010 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,010 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,010 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,027 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-02 02:50:17,030 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,035 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,035 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,035 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,035 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,055 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-02 02:50:17,063 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,063 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:50:17,064 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,064 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,070 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,070 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,070 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,070 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,086 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-02 02:50:17,093 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,094 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-02 02:50:17,094 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,094 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,099 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,099 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,099 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,099 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,120 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.ename AS ename_0, parent.empno AS empno_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:17,121 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,121 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.ename AS ename_0, parent.empno AS empno_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:17,122 [main] Logical connection closed
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-02 02:50:17,123 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,129 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,129 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,130 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,130 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,146 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:17,146 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,153 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,154 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,154 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,154 [main] Logical connection got
WARN  2024-11-02 02:50:17,158 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-02 02:50:17,162 [main] Logical connection closed
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-02 02:50:17,162 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,163 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-02 02:50:17,163 [main] Logical connection closed
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-02 02:50:17,163 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,169 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,170 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,170 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,170 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,190 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:17,199 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,205 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,205 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,205 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,205 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,223 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ AND department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-02 02:50:17,224 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,224 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH' 
DEBUG 2024-11-02 02:50:17,225 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,226 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,226 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-11-02 02:50:17,227 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,227 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,293 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,293 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,293 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,293 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,310 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-02 02:50:17,311 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,311 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-11-02 02:50:17,314 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,314 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,314 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-11-02 02:50:17,314 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,314 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,316 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-11-02 02:50:17,317 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,317 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,317 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-11-02 02:50:17,317 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,317 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,317 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-11-02 02:50:17,318 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,318 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,323 [main] Transaction began
DEBUG 2024-11-02 02:50:17,324 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,324 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,324 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,325 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,341 [main] Logical connection closed
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-02 02:50:17,342 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,342 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:17,342 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,342 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,342 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-02 02:50:17,342 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,342 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,342 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:17,342 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,343 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:17,343 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,348 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,348 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,348 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,348 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,363 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,366 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,372 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,372 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,372 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,372 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,379 [main] Logical connection closed
INSERT INTO EMP (eNaMe, empno) VALUES (?, ?)
DEBUG 2024-11-02 02:50:17,380 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,385 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,385 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,385 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,385 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,392 [main] Logical connection closed
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-02 02:50:17,393 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,398 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,398 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,398 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,398 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,404 [main] Logical connection closed
SELECT EMP.eNaMe, EMP.empno FROM EMP/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.eNaMe = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:17,405 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,410 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,411 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,411 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,411 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,417 [main] Logical connection closed
SELECT EMP.eNaMe, EMP.empno FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:17,418 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,424 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,424 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,424 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,424 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,441 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,441 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,441 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:17,443 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,443 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,450 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,450 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,450 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,450 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,472 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,473 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,478 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,478 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,478 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,479 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,499 [main] Logical connection closed
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-02 02:50:17,499 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,505 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,505 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,505 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,505 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,584 [main] Logical connection closed
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-02 02:50:17,584 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.232 sec
Running org.seasar.dao.impl.BlobTest
DEBUG 2024-11-02 02:50:17,605 [main] Transaction began
DEBUG 2024-11-02 02:50:17,606 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,607 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,607 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,607 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,610 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,611 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,611 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2024-11-02 02:50:17,619 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,619 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:17,619 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,639 [main] Transaction began
DEBUG 2024-11-02 02:50:17,640 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,640 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,640 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,640 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,644 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,645 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,646 [main] INSERT INTO LARGE_BINARY (id, version_no, large_binary) VALUES (111, 0, '[B@1a12fc0')
DEBUG 2024-11-02 02:50:17,648 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,648 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,648 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-11-02 02:50:17,650 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,650 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,650 [main] UPDATE LARGE_BINARY SET version_no = 1, large_binary = '[B@19b97c' WHERE id = 111 AND version_no = 0
DEBUG 2024-11-02 02:50:17,653 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,653 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,653 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-11-02 02:50:17,654 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,654 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,654 [main] DELETE FROM LARGE_BINARY WHERE id = 111 AND version_no = 1
DEBUG 2024-11-02 02:50:17,661 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,663 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,663 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-11-02 02:50:17,663 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,673 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:17,673 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,693 [main] Transaction began
DEBUG 2024-11-02 02:50:17,694 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,694 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,694 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,694 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,698 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,699 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,700 [main] INSERT INTO LARGE_BINARY (id, version_no, large_binary) VALUES (4321, 0, '[B@faa824')
DEBUG 2024-11-02 02:50:17,700 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,700 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,700 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 4321
DEBUG 2024-11-02 02:50:17,701 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,710 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:17,710 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,730 [main] Transaction began
DEBUG 2024-11-02 02:50:17,731 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,731 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,731 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,731 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,732 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,733 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,734 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2024-11-02 02:50:17,734 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,734 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:17,734 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec
Running org.seasar.dao.impl.ResultSetHandlerFactoryImplTest
DEBUG 2024-11-02 02:50:17,746 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,746 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,762 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,763 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,766 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,766 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,782 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,782 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,786 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,786 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,802 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,802 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,808 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,808 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,824 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,824 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.dao.impl.DeleteWithAnnotationTest
DEBUG 2024-11-02 02:50:17,844 [main] Transaction began
DEBUG 2024-11-02 02:50:17,845 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,845 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,846 [main] SELECT * FROM EMP
DEBUG 2024-11-02 02:50:17,849 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,849 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,849 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,849 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,850 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,851 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,851 [main] DELETE FROM EMP WHERE EMPNO = 7369
DEBUG 2024-11-02 02:50:17,851 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,851 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,851 [main] SELECT * FROM EMP
DEBUG 2024-11-02 02:50:17,852 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,852 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,852 [main] DELETE FROM EMP WHERE EMPNO = 7499
DEBUG 2024-11-02 02:50:17,852 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,852 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,852 [main] SELECT * FROM EMP
DEBUG 2024-11-02 02:50:17,853 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,853 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:17,853 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.interceptors.S2DaoInterceptorTest
DEBUG 2024-11-02 02:50:17,875 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,876 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,876 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,876 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,879 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,879 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,879 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,879 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,880 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,883 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,883 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno
DEBUG 2024-11-02 02:50:17,884 [main] Logical connection closed
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS}
7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30 {30, SALES, CHICAGO}
7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30 {30, SALES, CHICAGO}
7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20 {20, RESEARCH, DALLAS}
7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30 {30, SALES, CHICAGO}
7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30 {30, SALES, CHICAGO}
7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10 {10, ACCOUNTING, NEW YORK}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10 {10, ACCOUNTING, NEW YORK}
7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30 {30, SALES, CHICAGO}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20 {20, RESEARCH, DALLAS}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30 {30, SALES, CHICAGO}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10 {10, ACCOUNTING, NEW YORK}
DEBUG 2024-11-02 02:50:17,885 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,970 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,970 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,970 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,970 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,973 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,974 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,974 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,974 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,975 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,978 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,978 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2024-11-02 02:50:17,979 [main] More than 2 rows found, but only first row returned
DEBUG 2024-11-02 02:50:17,979 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, ACCOUNTING, NEW YORK}
DEBUG 2024-11-02 02:50:17,979 [main] Physical connection closed
DEBUG 2024-11-02 02:50:17,999 [main] Physical connection got
DEBUG 2024-11-02 02:50:17,999 [main] Logical connection got
DEBUG 2024-11-02 02:50:17,999 [main] Logical connection closed
DEBUG 2024-11-02 02:50:17,999 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,002 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,002 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,002 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,003 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,006 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,008 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,009 [main] SELECT count(*) FROM emp
DEBUG 2024-11-02 02:50:18,009 [main] Logical connection closed
count:14
DEBUG 2024-11-02 02:50:18,009 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,028 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,028 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,028 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,028 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,031 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,031 [main] Transaction began
DEBUG 2024-11-02 02:50:18,032 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,032 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,032 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,033 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,035 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,036 [main] INSERT INTO emp (empno, ename) VALUES (9999, 'hoge')
DEBUG 2024-11-02 02:50:18,036 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,036 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,036 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,056 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,056 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,056 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,056 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,059 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,059 [main] Transaction began
DEBUG 2024-11-02 02:50:18,059 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,059 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,059 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,060 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,062 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,063 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2024-11-02 02:50:18,065 [main] More than 2 rows found, but only first row returned
DEBUG 2024-11-02 02:50:18,065 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,065 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,065 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2024-11-02 02:50:18,065 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,065 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,065 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,085 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,085 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,085 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,085 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,088 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,088 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,088 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,088 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,089 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,091 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,092 [main] select empno, ename, dname from emp, dept where empno = 7788 and emp.deptno = dept.deptno
DEBUG 2024-11-02 02:50:18,092 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,092 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,111 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,111 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,111 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,111 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,114 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,115 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,115 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,115 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,117 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,118 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,119 [main] select empno as value, ename as label from emp
DEBUG 2024-11-02 02:50:18,119 [main] Logical connection closed
{value=7369, label=SMITH}
{value=7499, label=ALLEN}
{value=7521, label=WARD}
{value=7566, label=JONES}
{value=7654, label=MARTIN}
{value=7698, label=BLAKE}
{value=7782, label=CLARK}
{value=7788, label=SCOTT}
{value=7839, label=KING}
{value=7844, label=TURNER}
{value=7876, label=ADAMS}
{value=7900, label=JAMES}
{value=7902, label=FORD}
{value=7934, label=MILLER}
DEBUG 2024-11-02 02:50:18,119 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,138 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,138 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,138 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,138 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,144 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,144 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,146 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.deptno = 10
DEBUG 2024-11-02 02:50:18,148 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,148 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 sec
Running org.seasar.dao.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-02 02:50:18,155 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,155 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,158 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,158 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.pager.PagerResultSetFactoryWapperTest
DEBUG 2024-11-02 02:50:18,162 [main] S2Pager use scroll cursor.
DEBUG 2024-11-02 02:50:18,163 [main] S2Pager use scroll cursor.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.BeanListMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:18,168 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,168 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,184 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,184 [main] Logical connection got
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-02 02:50:18,188 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,188 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,192 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,192 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,207 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,207 [main] Logical connection got
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, null, 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, null, 0}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, null, 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, null, 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, null, 0}
DEBUG 2024-11-02 02:50:18,210 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,210 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,213 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,213 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,228 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,228 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,230 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,230 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,235 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,235 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,245 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,245 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,246 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,246 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest
DEBUG 2024-11-02 02:50:18,261 [main] Transaction began
DEBUG 2024-11-02 02:50:18,261 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,261 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,261 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,261 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,276 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,276 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,276 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2024-11-02 02:50:18,276 [main] Logical connection closed
org.seasar.dao.NotExactlyOneRowUpdatedRuntimeException: [EDAO0016]Not Exactly one row updated (actual:2)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptor.invoke(AssertExactlyOneRowInterceptor.java:34)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$151b1b7$$MethodInvocation$$invoke0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$151b1b7.invoke(PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$151b1b7.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$12d34a6$$MethodInvocation$$updateSal0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$12d34a6.updateSal(AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$12d34a6.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest.testMoreThanOneRowTx(AssertExactlyOneRowInterceptorTest.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
DEBUG 2024-11-02 02:50:18,277 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,277 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,348 [main] Transaction began
DEBUG 2024-11-02 02:50:18,348 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,348 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,348 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,348 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,365 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,365 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,365 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2024-11-02 02:50:18,365 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,365 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,365 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,377 [main] Transaction began
DEBUG 2024-11-02 02:50:18,377 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,377 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,377 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,377 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,393 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,393 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,393 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'AD%'
DEBUG 2024-11-02 02:50:18,393 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,393 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,393 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
Running org.seasar.dao.pager.PagerResultSetFactoryLimitOffsetWrapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.pager.MySQLLimitOffsetPagingSqlRewriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:18,410 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,410 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,425 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,425 [main] Logical connection got
7788,SCOTT
DEBUG 2024-11-02 02:50:18,426 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,426 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,430 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,430 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,446 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,446 [main] Logical connection got
0,SCOTT
DEBUG 2024-11-02 02:50:18,447 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,447 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,452 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,452 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,462 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,462 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,463 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,463 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,467 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,467 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,477 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,477 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,478 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,478 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,482 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,482 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,493 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,493 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,494 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,495 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.dbms.StandardTest
DEBUG 2024-11-02 02:50:18,501 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,501 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,519 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department2.versionno AS versionno_1, department2.deptno AS deptno_1, department2.dname AS dname_1, department2.loc AS loc_1 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno LEFT OUTER JOIN DEPT department2 ON EMP.deptno = department2.deptno
DEBUG 2024-11-02 02:50:18,519 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,522 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,522 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,541 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,542 [main] Physical connection closed
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Identity in this RDB
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Sequence in this RDB
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.seasar.dao.unit.S2DaoBeanReaderTest
DEBUG 2024-11-02 02:50:18,554 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,554 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,569 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,570 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,574 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,574 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,590 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,590 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.seasar.dao.impl.DaoMetaDataFactoryImplTest
DEBUG 2024-11-02 02:50:18,600 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,600 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,600 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,600 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,603 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,605 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,676 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,676 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,677 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,677 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,679 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,680 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,680 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,680 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,680 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,681 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.unit.S2DaoTestCaseTest
DEBUG 2024-11-02 02:50:18,687 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,687 [main] Logical connection got
WARN  2024-11-02 02:50:18,690 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2024-11-02 02:50:18,691 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2024-11-02 02:50:18,694 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,695 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,699 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,699 [main] Logical connection got
WARN  2024-11-02 02:50:18,701 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2024-11-02 02:50:18,702 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2024-11-02 02:50:18,707 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,707 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.dbms.DbmsManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.UpdateAutoStaticCommandTest
DEBUG 2024-11-02 02:50:18,714 [main] Transaction began
DEBUG 2024-11-02 02:50:18,714 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,714 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,714 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,714 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,730 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,737 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,737 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:18,738 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,738 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,738 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.18', ename = 'SCOTT', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:18,739 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,739 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,739 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,742 [main] Transaction began
DEBUG 2024-11-02 02:50:18,743 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,743 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,743 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,743 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,750 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,754 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,754 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2024-11-02 02:50:18,754 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,754 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,754 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,759 [main] Transaction began
DEBUG 2024-11-02 02:50:18,760 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,760 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,760 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,760 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,767 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,768 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,769 [main] UPDATE DEPT SET versionno = 0, dname = null, loc = null WHERE deptno = 10 AND versionno = -1
DEBUG 2024-11-02 02:50:18,769 [main] Logical connection closed
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2024-11-02 02:50:18,769 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,769 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,773 [main] Transaction began
DEBUG 2024-11-02 02:50:18,773 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,773 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,773 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,773 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,789 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,798 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,798 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:18,799 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,799 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,800 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.18', ename = 'SCOTT' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:18,800 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,800 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,800 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,804 [main] Transaction began
DEBUG 2024-11-02 02:50:18,804 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,804 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,804 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,804 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,819 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,826 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,827 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:18,827 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,828 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,828 [main] UPDATE EMP SET deptno = 20, tstamp = '2024-11-02 02.50.18' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:18,828 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,828 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,828 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.util.PropertyDescUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.FieldDaoAnnotationReaderTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.pager.NoScrollCursorTest
DEBUG 2024-11-02 02:50:18,841 [main] Transaction began
DEBUG 2024-11-02 02:50:18,841 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,841 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,841 [main] S2Pager not use scroll cursor.
DEBUG 2024-11-02 02:50:18,841 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,841 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,841 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,845 [main] Transaction began
DEBUG 2024-11-02 02:50:18,845 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,845 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,845 [main] S2Pager not use scroll cursor.
DEBUG 2024-11-02 02:50:18,846 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,846 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,846 [main] Physical connection closed
DEBUG 2024-11-02 02:50:18,849 [main] Transaction began
DEBUG 2024-11-02 02:50:18,849 [main] Physical connection got
DEBUG 2024-11-02 02:50:18,849 [main] Logical connection got
DEBUG 2024-11-02 02:50:18,849 [main] S2Pager not use scroll cursor.
DEBUG 2024-11-02 02:50:18,850 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:18,850 [main] Logical connection closed
DEBUG 2024-11-02 02:50:18,850 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.pager.LimitOffsetPagingSqlRewriterTest
DEBUG 2024-11-02 02:50:18,907 [main] Transaction began
DEBUG 2024-11-02 02:50:19,043 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,043 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,044 [main] DELETE FROM CUSTOMER
DEBUG 2024-11-02 02:50:19,044 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,044 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,112 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,113 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,113 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-11-02 02:50:19,113 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,113 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,113 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-11-02 02:50:19,114 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,114 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,114 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-11-02 02:50:19,114 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,114 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,114 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-11-02 02:50:19,114 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,114 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,115 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-11-02 02:50:19,115 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,115 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,115 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-11-02 02:50:19,115 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,115 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,115 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-11-02 02:50:19,115 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,116 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,116 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-11-02 02:50:19,116 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,116 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,116 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-11-02 02:50:19,116 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,116 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,118 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-11-02 02:50:19,118 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,119 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,119 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-11-02 02:50:19,119 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,119 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,119 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-11-02 02:50:19,119 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,120 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,120 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-11-02 02:50:19,120 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,120 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,120 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-11-02 02:50:19,120 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,120 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,120 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-11-02 02:50:19,121 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,121 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,121 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-11-02 02:50:19,121 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,121 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,121 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-11-02 02:50:19,121 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,121 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,121 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-11-02 02:50:19,122 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,122 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,122 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-11-02 02:50:19,122 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,122 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,122 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-11-02 02:50:19,122 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,122 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,123 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-11-02 02:50:19,123 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,124 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,124 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-11-02 02:50:19,124 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,124 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,125 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-11-02 02:50:19,125 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,125 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,125 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-11-02 02:50:19,125 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,125 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,126 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-11-02 02:50:19,126 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,126 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,126 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-11-02 02:50:19,126 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,126 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,126 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-11-02 02:50:19,126 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,126 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,127 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-11-02 02:50:19,127 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,127 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,127 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-11-02 02:50:19,127 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,127 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,127 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-11-02 02:50:19,127 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,128 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,128 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-11-02 02:50:19,128 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,128 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,128 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-11-02 02:50:19,128 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,128 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,128 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-11-02 02:50:19,128 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,129 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,129 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-11-02 02:50:19,129 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,129 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,129 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-11-02 02:50:19,129 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,129 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,130 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-11-02 02:50:19,130 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,130 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,130 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-11-02 02:50:19,130 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,130 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,130 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-11-02 02:50:19,130 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,131 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,131 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-11-02 02:50:19,131 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,131 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,131 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-11-02 02:50:19,131 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,131 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,131 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-11-02 02:50:19,131 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,132 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,132 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-11-02 02:50:19,133 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,133 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,133 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-11-02 02:50:19,134 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,134 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,134 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-11-02 02:50:19,134 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,134 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,134 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-11-02 02:50:19,134 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,134 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,135 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-11-02 02:50:19,135 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,135 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,135 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-11-02 02:50:19,135 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,135 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,135 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-11-02 02:50:19,135 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,135 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,136 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-11-02 02:50:19,136 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,136 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,136 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-11-02 02:50:19,136 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,136 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,136 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-11-02 02:50:19,136 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,136 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,137 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-11-02 02:50:19,137 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,137 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,137 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-11-02 02:50:19,137 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,137 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,137 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-11-02 02:50:19,137 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,137 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,138 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-11-02 02:50:19,138 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,138 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,138 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-11-02 02:50:19,138 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,138 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,138 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-11-02 02:50:19,138 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,138 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,139 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-11-02 02:50:19,139 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,139 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,139 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-11-02 02:50:19,139 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,139 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,139 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-11-02 02:50:19,139 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,139 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,140 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-11-02 02:50:19,140 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,140 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,140 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-11-02 02:50:19,140 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,140 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,140 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-11-02 02:50:19,140 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,140 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,141 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-11-02 02:50:19,141 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,141 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,141 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-11-02 02:50:19,141 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,141 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,142 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-11-02 02:50:19,142 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,142 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,142 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-11-02 02:50:19,142 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,142 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,142 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-11-02 02:50:19,143 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,143 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,143 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-11-02 02:50:19,143 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,143 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,144 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-11-02 02:50:19,144 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,144 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,144 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-11-02 02:50:19,144 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,144 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,145 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-11-02 02:50:19,145 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,145 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,145 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-11-02 02:50:19,145 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,145 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,145 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-11-02 02:50:19,145 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,145 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,146 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-11-02 02:50:19,146 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,146 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,146 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-11-02 02:50:19,146 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,146 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,146 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-11-02 02:50:19,146 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,146 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,147 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-11-02 02:50:19,147 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,147 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,147 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-11-02 02:50:19,147 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,147 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,147 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-11-02 02:50:19,147 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,147 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,148 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-11-02 02:50:19,148 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,148 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,148 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-11-02 02:50:19,148 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,148 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,148 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-11-02 02:50:19,148 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,148 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,149 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-11-02 02:50:19,149 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,149 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,151 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-11-02 02:50:19,151 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,151 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,152 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-11-02 02:50:19,152 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,152 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,152 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-11-02 02:50:19,153 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,153 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,153 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-11-02 02:50:19,153 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,153 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,153 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-11-02 02:50:19,153 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,154 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,155 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-11-02 02:50:19,155 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,155 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,155 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-11-02 02:50:19,155 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,155 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,155 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-11-02 02:50:19,155 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,155 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,156 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-11-02 02:50:19,156 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,156 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,156 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-11-02 02:50:19,156 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,156 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,156 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-11-02 02:50:19,157 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,157 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,157 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-11-02 02:50:19,158 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,158 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,158 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-11-02 02:50:19,158 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,159 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,159 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-11-02 02:50:19,159 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,159 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,160 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-11-02 02:50:19,160 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,160 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,160 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-11-02 02:50:19,161 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,161 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,161 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,161 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,161 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,163 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,163 [main] SELECT count(*) FROM (SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER ) AS total
DEBUG 2024-11-02 02:50:19,164 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,164 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,164 [main] SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER ORDER BY PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-11-02 02:50:19,164 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,165 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,165 [main] Physical connection closed
DEBUG 2024-11-02 02:50:19,179 [main] Transaction began
DEBUG 2024-11-02 02:50:19,207 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,207 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,208 [main] DELETE FROM CUSTOMER
DEBUG 2024-11-02 02:50:19,208 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,208 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,210 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,210 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,211 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-11-02 02:50:19,211 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,211 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,211 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-11-02 02:50:19,211 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,211 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,211 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-11-02 02:50:19,211 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,211 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,212 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-11-02 02:50:19,212 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,212 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,212 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-11-02 02:50:19,212 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,212 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,212 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-11-02 02:50:19,212 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,212 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,213 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-11-02 02:50:19,213 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,213 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,213 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-11-02 02:50:19,213 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,213 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,213 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-11-02 02:50:19,214 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,214 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,214 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-11-02 02:50:19,214 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,215 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,215 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-11-02 02:50:19,215 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,215 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,215 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-11-02 02:50:19,218 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,218 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,218 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-11-02 02:50:19,218 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,218 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,218 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-11-02 02:50:19,218 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,218 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,219 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-11-02 02:50:19,219 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,219 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,219 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-11-02 02:50:19,219 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,219 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,219 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-11-02 02:50:19,219 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,220 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,220 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-11-02 02:50:19,220 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,220 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,220 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-11-02 02:50:19,220 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,220 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,220 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-11-02 02:50:19,221 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,221 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,221 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-11-02 02:50:19,222 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,222 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,222 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-11-02 02:50:19,222 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,223 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,224 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-11-02 02:50:19,224 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,224 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,224 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-11-02 02:50:19,224 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,224 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,224 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-11-02 02:50:19,224 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,224 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,225 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-11-02 02:50:19,225 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,225 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,225 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-11-02 02:50:19,225 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,225 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,225 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-11-02 02:50:19,225 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,225 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,225 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-11-02 02:50:19,226 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,226 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,226 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-11-02 02:50:19,226 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,226 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,226 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-11-02 02:50:19,226 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,226 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,226 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-11-02 02:50:19,227 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,227 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,227 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-11-02 02:50:19,227 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,227 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,227 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-11-02 02:50:19,227 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,227 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,227 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-11-02 02:50:19,228 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,228 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,228 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-11-02 02:50:19,228 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,228 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,228 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-11-02 02:50:19,228 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,228 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,228 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-11-02 02:50:19,229 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,229 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,229 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-11-02 02:50:19,229 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,229 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,230 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-11-02 02:50:19,230 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,230 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,230 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-11-02 02:50:19,230 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,230 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,230 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-11-02 02:50:19,231 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,231 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,231 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-11-02 02:50:19,231 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,231 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,231 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-11-02 02:50:19,231 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,232 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,232 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-11-02 02:50:19,233 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,233 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,233 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-11-02 02:50:19,233 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,233 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,234 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-11-02 02:50:19,234 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,234 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,235 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-11-02 02:50:19,236 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,236 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,236 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-11-02 02:50:19,236 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,236 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,236 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-11-02 02:50:19,236 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,236 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,236 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-11-02 02:50:19,237 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,237 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,237 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-11-02 02:50:19,238 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,238 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,238 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-11-02 02:50:19,238 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,238 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,238 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-11-02 02:50:19,238 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,238 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,238 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-11-02 02:50:19,239 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,239 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,239 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-11-02 02:50:19,239 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,239 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,239 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-11-02 02:50:19,242 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,242 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,242 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-11-02 02:50:19,242 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,242 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,242 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-11-02 02:50:19,242 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,242 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,242 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-11-02 02:50:19,243 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,243 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,243 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-11-02 02:50:19,243 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,243 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,243 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-11-02 02:50:19,243 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,243 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,243 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-11-02 02:50:19,244 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,244 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,246 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-11-02 02:50:19,246 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,246 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,246 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-11-02 02:50:19,247 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,247 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,247 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-11-02 02:50:19,247 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,247 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,247 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-11-02 02:50:19,247 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,247 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,247 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-11-02 02:50:19,248 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,248 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,248 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-11-02 02:50:19,248 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,248 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,249 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-11-02 02:50:19,249 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,249 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,249 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-11-02 02:50:19,249 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,249 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,249 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-11-02 02:50:19,249 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,250 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,250 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-11-02 02:50:19,250 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,250 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,250 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-11-02 02:50:19,250 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,250 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,250 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-11-02 02:50:19,250 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,250 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,251 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-11-02 02:50:19,252 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,252 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,252 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-11-02 02:50:19,252 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,252 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,252 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-11-02 02:50:19,252 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,252 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,252 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-11-02 02:50:19,253 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,253 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,253 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-11-02 02:50:19,254 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,255 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,255 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-11-02 02:50:19,255 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,255 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,255 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-11-02 02:50:19,255 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,255 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,255 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-11-02 02:50:19,255 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,255 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,256 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-11-02 02:50:19,256 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,256 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,256 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-11-02 02:50:19,256 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,256 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,256 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-11-02 02:50:19,256 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,256 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,256 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-11-02 02:50:19,257 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,257 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,257 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-11-02 02:50:19,257 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,257 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,257 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-11-02 02:50:19,257 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,257 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,258 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-11-02 02:50:19,258 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,258 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,258 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-11-02 02:50:19,258 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,258 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,258 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-11-02 02:50:19,258 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,258 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,258 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-11-02 02:50:19,259 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,259 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,259 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-11-02 02:50:19,259 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,259 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,259 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-11-02 02:50:19,259 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,259 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,259 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-11-02 02:50:19,259 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,259 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,260 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-11-02 02:50:19,260 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,260 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,260 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-11-02 02:50:19,260 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,260 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,260 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-11-02 02:50:19,260 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,261 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,261 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-11-02 02:50:19,261 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,270 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,270 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,270 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,271 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,274 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,275 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2024-11-02 02:50:19,275 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,275 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,275 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-11-02 02:50:19,278 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,278 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,279 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,281 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,281 [main] Physical connection closed
DEBUG 2024-11-02 02:50:19,295 [main] Transaction began
DEBUG 2024-11-02 02:50:19,305 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,305 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,305 [main] DELETE FROM CUSTOMER
DEBUG 2024-11-02 02:50:19,305 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,305 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,308 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,308 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,308 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-11-02 02:50:19,308 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,308 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,308 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-11-02 02:50:19,308 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,309 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,310 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-11-02 02:50:19,311 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,311 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,311 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-11-02 02:50:19,311 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,311 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,311 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-11-02 02:50:19,311 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,311 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,311 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-11-02 02:50:19,311 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,311 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,312 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-11-02 02:50:19,312 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,312 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,312 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-11-02 02:50:19,312 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,312 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,312 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-11-02 02:50:19,312 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,312 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,312 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-11-02 02:50:19,313 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,313 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,313 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-11-02 02:50:19,313 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,313 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,313 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-11-02 02:50:19,313 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,314 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,314 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-11-02 02:50:19,314 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,314 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,314 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-11-02 02:50:19,314 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,314 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,314 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-11-02 02:50:19,314 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,314 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,314 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-11-02 02:50:19,315 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,315 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,315 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-11-02 02:50:19,315 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,315 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,315 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-11-02 02:50:19,315 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,315 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,315 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-11-02 02:50:19,316 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,316 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,316 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-11-02 02:50:19,316 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,316 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,316 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-11-02 02:50:19,316 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,316 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,316 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-11-02 02:50:19,316 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,317 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,317 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-11-02 02:50:19,317 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,317 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,317 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-11-02 02:50:19,317 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,317 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,317 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-11-02 02:50:19,317 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,318 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,318 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-11-02 02:50:19,318 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,318 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,318 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-11-02 02:50:19,318 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,318 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,318 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-11-02 02:50:19,318 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,318 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,318 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-11-02 02:50:19,319 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,319 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,320 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-11-02 02:50:19,320 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,320 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,320 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-11-02 02:50:19,321 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,321 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,321 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-11-02 02:50:19,321 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,321 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,321 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-11-02 02:50:19,321 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,321 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,321 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-11-02 02:50:19,322 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,322 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,322 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-11-02 02:50:19,322 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,322 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,322 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-11-02 02:50:19,322 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,322 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,322 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-11-02 02:50:19,322 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,323 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,323 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-11-02 02:50:19,323 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,323 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,323 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-11-02 02:50:19,323 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,323 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,323 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-11-02 02:50:19,323 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,323 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,323 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-11-02 02:50:19,324 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,324 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,324 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-11-02 02:50:19,324 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,324 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,324 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-11-02 02:50:19,324 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,324 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,324 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-11-02 02:50:19,324 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,325 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,325 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-11-02 02:50:19,325 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,325 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,325 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-11-02 02:50:19,325 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,325 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,325 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-11-02 02:50:19,325 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,325 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,325 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-11-02 02:50:19,326 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,326 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,326 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-11-02 02:50:19,326 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,326 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,326 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-11-02 02:50:19,326 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,326 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,326 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-11-02 02:50:19,326 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,327 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,327 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-11-02 02:50:19,327 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,327 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,327 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-11-02 02:50:19,327 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,327 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,327 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-11-02 02:50:19,327 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,327 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,327 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-11-02 02:50:19,328 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,328 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,328 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-11-02 02:50:19,328 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,328 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,328 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-11-02 02:50:19,328 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,328 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,328 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-11-02 02:50:19,328 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,328 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,329 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-11-02 02:50:19,329 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,329 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,329 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-11-02 02:50:19,329 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,329 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,329 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-11-02 02:50:19,329 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,329 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,329 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-11-02 02:50:19,330 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,330 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,330 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-11-02 02:50:19,330 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,330 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,330 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-11-02 02:50:19,330 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,330 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,330 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-11-02 02:50:19,330 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,330 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,331 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-11-02 02:50:19,331 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,331 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,331 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-11-02 02:50:19,331 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,331 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,331 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-11-02 02:50:19,331 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,331 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,331 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-11-02 02:50:19,332 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,332 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,332 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-11-02 02:50:19,332 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,332 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,332 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-11-02 02:50:19,332 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,332 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,332 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-11-02 02:50:19,333 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,333 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,333 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-11-02 02:50:19,333 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,333 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,333 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-11-02 02:50:19,333 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,333 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,333 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-11-02 02:50:19,333 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,334 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,334 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-11-02 02:50:19,334 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,334 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,334 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-11-02 02:50:19,334 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,334 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,334 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-11-02 02:50:19,334 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,334 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,335 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-11-02 02:50:19,335 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,335 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,335 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-11-02 02:50:19,335 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,335 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,335 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-11-02 02:50:19,335 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,335 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,335 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-11-02 02:50:19,335 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,336 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,336 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-11-02 02:50:19,337 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,337 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,337 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-11-02 02:50:19,337 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,337 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,337 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-11-02 02:50:19,337 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,337 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,337 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-11-02 02:50:19,338 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,338 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,338 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-11-02 02:50:19,338 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,338 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,338 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-11-02 02:50:19,338 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,338 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,338 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-11-02 02:50:19,338 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,339 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,339 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-11-02 02:50:19,339 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,339 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,339 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-11-02 02:50:19,339 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,339 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,339 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-11-02 02:50:19,339 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,339 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,339 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-11-02 02:50:19,340 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,340 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,340 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-11-02 02:50:19,340 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,340 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,340 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-11-02 02:50:19,340 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,340 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,340 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-11-02 02:50:19,340 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,340 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,341 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-11-02 02:50:19,341 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,341 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,341 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-11-02 02:50:19,341 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,341 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,341 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-11-02 02:50:19,341 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,341 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,341 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-11-02 02:50:19,342 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,344 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,344 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,344 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,344 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,345 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,345 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2024-11-02 02:50:19,346 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,346 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,346 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-11-02 02:50:19,347 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,347 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,347 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,351 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,351 [main] Physical connection closed
DEBUG 2024-11-02 02:50:19,364 [main] Transaction began
DEBUG 2024-11-02 02:50:19,373 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,373 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,374 [main] DELETE FROM CUSTOMER
DEBUG 2024-11-02 02:50:19,374 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,374 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,378 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,378 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,378 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-11-02 02:50:19,378 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,378 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,378 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-11-02 02:50:19,379 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,379 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,379 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-11-02 02:50:19,379 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,379 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,379 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-11-02 02:50:19,379 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,379 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,379 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-11-02 02:50:19,379 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,380 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,380 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-11-02 02:50:19,380 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,380 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,380 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-11-02 02:50:19,380 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,380 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,380 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-11-02 02:50:19,380 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,380 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,381 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-11-02 02:50:19,381 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,381 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,381 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-11-02 02:50:19,381 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,381 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,381 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-11-02 02:50:19,381 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,381 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,381 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-11-02 02:50:19,382 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,382 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,382 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-11-02 02:50:19,382 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,382 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,382 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-11-02 02:50:19,382 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,382 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,382 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-11-02 02:50:19,383 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,383 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,383 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-11-02 02:50:19,383 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,383 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,383 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-11-02 02:50:19,383 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,383 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,384 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-11-02 02:50:19,384 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,384 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,384 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-11-02 02:50:19,384 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,384 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,384 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-11-02 02:50:19,384 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,384 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,384 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-11-02 02:50:19,385 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,385 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,385 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-11-02 02:50:19,385 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,385 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,385 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-11-02 02:50:19,385 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,385 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,385 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-11-02 02:50:19,385 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,385 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,386 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-11-02 02:50:19,386 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,386 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,386 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-11-02 02:50:19,386 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,386 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,386 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-11-02 02:50:19,386 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,386 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,386 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-11-02 02:50:19,387 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,387 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,387 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-11-02 02:50:19,387 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,387 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,388 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-11-02 02:50:19,388 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,388 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,388 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-11-02 02:50:19,388 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,388 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,388 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-11-02 02:50:19,389 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,389 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,389 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-11-02 02:50:19,389 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,389 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,389 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-11-02 02:50:19,389 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,389 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,390 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-11-02 02:50:19,390 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,390 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,390 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-11-02 02:50:19,390 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,390 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,390 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-11-02 02:50:19,390 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,390 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,390 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-11-02 02:50:19,391 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,391 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,391 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-11-02 02:50:19,391 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,391 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,392 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-11-02 02:50:19,392 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,392 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,392 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-11-02 02:50:19,392 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,392 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,392 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-11-02 02:50:19,393 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,393 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,393 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-11-02 02:50:19,393 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,393 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,393 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-11-02 02:50:19,393 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,393 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,394 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-11-02 02:50:19,394 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,394 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,394 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-11-02 02:50:19,394 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,395 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,395 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-11-02 02:50:19,396 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,396 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,396 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-11-02 02:50:19,396 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,396 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,396 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-11-02 02:50:19,396 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,396 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,396 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-11-02 02:50:19,396 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,396 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,397 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-11-02 02:50:19,397 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,397 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,397 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-11-02 02:50:19,397 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,397 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,397 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-11-02 02:50:19,397 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,397 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,397 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-11-02 02:50:19,398 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,398 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,398 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-11-02 02:50:19,398 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,398 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,398 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-11-02 02:50:19,398 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,398 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,398 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-11-02 02:50:19,398 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,398 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,399 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-11-02 02:50:19,399 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,399 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,399 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-11-02 02:50:19,399 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,399 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,399 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-11-02 02:50:19,399 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,399 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,399 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-11-02 02:50:19,400 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,400 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,400 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-11-02 02:50:19,400 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,400 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,400 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-11-02 02:50:19,400 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,400 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,400 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-11-02 02:50:19,400 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,400 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,400 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-11-02 02:50:19,401 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,401 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,401 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-11-02 02:50:19,401 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,401 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,401 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-11-02 02:50:19,401 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,401 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,401 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-11-02 02:50:19,401 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,401 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,402 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-11-02 02:50:19,402 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,402 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,402 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-11-02 02:50:19,402 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,402 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,402 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-11-02 02:50:19,402 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,402 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,402 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-11-02 02:50:19,402 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,403 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,403 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-11-02 02:50:19,403 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,403 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,403 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-11-02 02:50:19,403 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,403 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,403 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-11-02 02:50:19,403 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,403 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,403 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-11-02 02:50:19,404 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,404 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,404 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-11-02 02:50:19,404 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,404 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,404 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-11-02 02:50:19,404 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,404 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,404 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-11-02 02:50:19,404 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,404 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,405 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-11-02 02:50:19,405 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,405 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,405 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-11-02 02:50:19,405 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,406 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,406 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-11-02 02:50:19,406 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,406 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,406 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-11-02 02:50:19,406 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,406 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,406 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-11-02 02:50:19,406 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,406 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,406 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-11-02 02:50:19,407 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,407 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,407 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-11-02 02:50:19,407 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,407 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,407 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-11-02 02:50:19,407 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,407 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,407 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-11-02 02:50:19,408 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,408 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,408 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-11-02 02:50:19,408 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,408 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,408 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-11-02 02:50:19,408 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,408 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,408 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-11-02 02:50:19,408 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,409 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,409 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-11-02 02:50:19,409 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,409 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,409 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-11-02 02:50:19,409 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,409 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,409 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-11-02 02:50:19,409 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,409 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,409 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-11-02 02:50:19,410 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,410 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,410 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-11-02 02:50:19,410 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,410 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,410 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-11-02 02:50:19,410 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,410 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,410 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-11-02 02:50:19,410 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,410 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,411 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-11-02 02:50:19,411 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,411 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,412 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-11-02 02:50:19,412 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,420 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,420 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,420 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,420 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,421 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,421 [main] SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER
DEBUG 2024-11-02 02:50:19,423 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,423 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,424 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,434 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,434 [main] Physical connection closed
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 sec
Running org.seasar.dao.impl.NullBeanEnhancerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.DtoArrayMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:19,441 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,441 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,441 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,442 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.issue.Jira101Test
DEBUG 2024-11-02 02:50:19,456 [main] Transaction began
DEBUG 2024-11-02 02:50:19,456 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,456 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,456 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,456 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,463 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,464 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,464 [main] INSERT INTO JIRA101_TABLE (aaa, bbb, foo_id) VALUES ('a1', 'b1', 777)
DEBUG 2024-11-02 02:50:19,464 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,464 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,464 [main] SELECT JIRA101_TABLE.aaa, JIRA101_TABLE.bbb, JIRA101_TABLE.foo_id FROM JIRA101_TABLE WHERE  JIRA101_TABLE.FOO_ID = 777
DEBUG 2024-11-02 02:50:19,465 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,465 [main] skip UPDATE: table=JIRA101_TABLE, key{foo_id=777}
DEBUG 2024-11-02 02:50:19,465 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,465 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.seasar.dao.interceptors.AssertAtLeastOneRowInterceptorTest
DEBUG 2024-11-02 02:50:19,478 [main] Transaction began
DEBUG 2024-11-02 02:50:19,478 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,478 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,479 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,479 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,494 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,494 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,494 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2024-11-02 02:50:19,495 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,495 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,495 [main] Physical connection closed
DEBUG 2024-11-02 02:50:19,572 [main] Transaction began
DEBUG 2024-11-02 02:50:19,572 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,572 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,572 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,572 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,586 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,586 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,587 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2024-11-02 02:50:19,587 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,587 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,587 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running org.seasar.dao.impl.RelationKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.NestedDaoMethodTest
DEBUG 2024-11-02 02:50:19,604 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,604 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,605 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,605 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,607 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,609 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,609 [main] SELECT EMP.ename, EMP.empno, EMP.deptno FROM EMP WHERE empno = 7782
DEBUG 2024-11-02 02:50:19,610 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,610 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,610 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,610 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,610 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,611 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,611 [main] SELECT DEPT.deptno, DEPT.dname FROM DEPT WHERE  DEPT.deptno = 10
DEBUG 2024-11-02 02:50:19,611 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,611 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.parser.SqlParserImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
SELECT * FROM emp WHERE job = #*job*#'CLERK' AND deptno = #*deptno*#20
SELECT * FROM emp WHERE job = ? AND deptno = ?
SELECT * FROM emp WHERE job = /* job*/'CLERK'
SELECT * FROM emp WHERE empno = ? AND 1 = 1
SELECT * FROM emp WHERE job = ?
WARN  2024-11-02 02:50:19,616 [main] Argument(job) not found
SELECT * FROM emp
WARN  2024-11-02 02:50:19,617 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
[SELECT * FROM emp WHERE job = ?]
WARN  2024-11-02 02:50:19,618 [main] Argument(job) not found
[SELECT * FROM emp WHERE job is null]
[bbb = ?]
[bbbddd]
SELECT * FROM emp WHERE deptno = 10
WARN  2024-11-02 02:50:19,619 [main] Argument(job) not found
WARN  2024-11-02 02:50:19,619 [main] Argument(deptno) not found
SELECT * FROM emp
SELECT * FROM emp WHERE job = ?
SELECT * FROM emp WHERE job = ? AND deptno = ?
SELECT * FROM emp WHERE deptno = ?
[WHERE aaa BETWEEN ? AND ?]
SELECT * FROM emp WHERE deptno IN (?, ?) ORDER BY ename
SELECT * FROM emp WHERE deptno IN (?, ?) ORDER BY ename
SELECT * FROM emp WHERE ename IN (?, ?) AND job IN (?, ?)
BETWEEN sal ? AND ?
org.seasar.dao.EndCommentNotFoundRuntimeException: [EDAO0007]END comment not found
INSERT INTO ITEM (ID, NUM) VALUES (?, ?)
0
WARN  2024-11-02 02:50:19,622 [main] Argument(moge) not found
WARN  2024-11-02 02:50:19,622 [main] Argument(moge) not found
SELECT AAA,BBB -- UGO 
FROM HOGE WHERE AAA=? AND FUGA=/* PIRO */ccc
SELECT AAA 
--comment 
--comment2 
FROM HOGE
SELECT AAA 
--comment 
--comment2 
FROM HOGE
SELECT AAA 
--comment 
--comment2 
FROM HOGE
WARN  2024-11-02 02:50:19,623 [main] Argument(hoge) not found
WARN  2024-11-02 02:50:19,623 [main] Argument($1) not found
WARN  2024-11-02 02:50:19,623 [main] Argument($1) not found
SELECT AAA FROM HOGE where bb = ?  /* comment */
WARN  2024-11-02 02:50:19,623 [main] Argument($1) not found
WARN  2024-11-02 02:50:19,623 [main] Argument($1) not found
SELECT AAA FROM HOGE where aa = ?  -- comment
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.impl.QuestionInCommentTest
DEBUG 2024-11-02 02:50:19,637 [main] Transaction began
DEBUG 2024-11-02 02:50:19,637 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,637 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,637 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,637 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,640 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,643 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,643 [main] INSERT INTO EMP (
    EMPNO,
    ENAME,
    TSTAMP
) VALUES (
	 /* comment */
	2222,
	'aaaaaaaaaaaa',
	null
	 /*  in comment */
)
DEBUG 2024-11-02 02:50:19,643 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,643 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,643 [main] Physical connection closed
DEBUG 2024-11-02 02:50:19,655 [main] Transaction began
DEBUG 2024-11-02 02:50:19,655 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,655 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,655 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,655 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,658 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,661 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,661 [main] select * 
  from EMP
 where ENAME = 'te?st'
DEBUG 2024-11-02 02:50:19,661 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,661 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,661 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.pager.PagerStatementFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.DeleteBatchAutoStaticCommandTest
DEBUG 2024-11-02 02:50:19,670 [main] Transaction began
DEBUG 2024-11-02 02:50:19,670 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,670 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,670 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,670 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,685 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,693 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,693 [main] DELETE FROM EMP WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:19,694 [main] DELETE FROM EMP WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:19,694 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,694 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,694 [main] DELETE FROM EMP WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:19,694 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:19,694 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,694 [main] Transaction rolledback
DEBUG 2024-11-02 02:50:19,694 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.impl.NullBeanMetaDataTest
[EDAO0027]Not found Bean class associated with Dao interface (org.seasar.dao.impl.NullBeanMetaDataTest$HogeDao)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.OverloadNotSupportedSqlCommandTest
DEBUG 2024-11-02 02:50:19,701 [main] Physical connection got
DEBUG 2024-11-02 02:50:19,701 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,701 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,701 [main] Logical connection got
DEBUG 2024-11-02 02:50:19,717 [main] Logical connection closed
DEBUG 2024-11-02 02:50:19,717 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec

Results :

Tests run: 434, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: source-jar}]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT-sources.jar
[INFO] [antrun:run {execution: prepare-test-jar}]
[INFO] Executing tasks
     [copy] Copying 361 files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/test-jar-staging
[INFO] Executed tasks
[INFO] [jar:test-jar {execution: test-jar}]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT-tests.jar
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao/1.0.52-SNAPSHOT/s2-dao-1.0.52-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao/1.0.52-SNAPSHOT/s2-dao-1.0.52-SNAPSHOT-sources.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao/target/s2-dao-1.0.52-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao/1.0.52-SNAPSHOT/s2-dao-1.0.52-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao Examples
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 25 resources
[INFO] [compiler:compile]
[INFO] Compiling 22 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/classes
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 8 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running examples.dao.EmployeeDaoTest
DEBUG 2024-11-02 02:50:22,327 [main] Physical connection got
DEBUG 2024-11-02 02:50:22,327 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,342 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,342 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,392 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,416 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,417 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-02 02:50:22,430 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,431 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,433 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,438 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec
Running examples.dao.EmployeeDaoClientTest
DEBUG 2024-11-02 02:50:22,504 [main] Physical connection got
DEBUG 2024-11-02 02:50:22,505 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,505 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,505 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,517 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,522 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,522 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2024-11-02 02:50:22,530 [main] Logical connection closed
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-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}
7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}
DEBUG 2024-11-02 02:50:22,534 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,534 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788 AND emp.deptno = dept.deptno
DEBUG 2024-11-02 02:50:22,537 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:22,537 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,537 [main] SELECT count(*) FROM emp
DEBUG 2024-11-02 02:50:22,539 [main] Logical connection closed
count:14
DEBUG 2024-11-02 02:50:22,539 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,539 [main] SELECT * FROM emp

DEBUG 2024-11-02 02:50:22,546 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,546 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,546 [main] SELECT * FROM emp
WHERE
  job = 'CLERK'
  

DEBUG 2024-11-02 02:50:22,547 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,548 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,548 [main] SELECT * FROM emp
WHERE
  
  deptno = 20

DEBUG 2024-11-02 02:50:22,549 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,549 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,549 [main] SELECT * FROM emp
WHERE
  job = 'CLERK'
  AND deptno = 20

DEBUG 2024-11-02 02:50:22,550 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,550 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,550 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_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 = 20

DEBUG 2024-11-02 02:50:22,551 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,551 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,551 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE 1=1

DEBUG 2024-11-02 02:50:22,553 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,554 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,554 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2024-11-02 02:50:22,555 [main] Logical connection closed
updatedRows:1
DEBUG 2024-11-02 02:50:22,555 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,555 [main] SELECT empno FROM emp
DEBUG 2024-11-02 02:50:22,555 [main] Logical connection closed
7369
7499
7521
7566
7654
7698
7782
7788
7839
7844
7876
7900
7902
7934
DEBUG 2024-11-02 02:50:22,555 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
Running examples.dao.EmployeeAutoDaoClientTest
DEBUG 2024-11-02 02:50:22,614 [main] Physical connection got
DEBUG 2024-11-02 02:50:22,614 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,614 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,614 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,623 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,630 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,630 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:22,633 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,633 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,634 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_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.job = 'CLERK'
DEBUG 2024-11-02 02:50:22,635 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,635 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,635 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_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.deptno = 20
DEBUG 2024-11-02 02:50:22,637 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,637 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,637 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_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.job = 'CLERK' AND EMP.deptno = 20
DEBUG 2024-11-02 02:50:22,638 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,639 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,639 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_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.0 AND 1000.0 ORDER BY empno
DEBUG 2024-11-02 02:50:22,639 [main] Logical connection closed
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
DEBUG 2024-11-02 02:50:22,640 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,640 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_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 = 'SALES'
DEBUG 2024-11-02 02:50:22,642 [main] Logical connection closed
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}
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}
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}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}
DEBUG 2024-11-02 02:50:22,645 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,645 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:50:22,647 [main] Logical connection closed
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}
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}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 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}
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}
DEBUG 2024-11-02 02:50:22,647 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,647 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:22,648 [main] Logical connection closed
before timestamp:2005-01-18 13:09:32.213
DEBUG 2024-11-02 02:50:22,649 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,650 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.22', 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 = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:22,651 [main] Logical connection closed
after timestamp:2024-11-02 02:50:22.649
DEBUG 2024-11-02 02:50:22,651 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running examples.dao.DepartmentManagerClientTest
DEBUG 2024-11-02 02:50:22,677 [main] Physical connection got
DEBUG 2024-11-02 02:50:22,677 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,677 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,677 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,710 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,712 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,712 [main] INSERT INTO DEPT (deptno, dname, versionno) VALUES (99, 'foo', 0)
DEBUG 2024-11-02 02:50:22,712 [main] Logical connection closed
before update versionNo:0
DEBUG 2024-11-02 02:50:22,712 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,712 [main] UPDATE DEPT SET dname = 'bar', loc = null, versionno = 1 WHERE deptno = 99 AND versionno = 0
DEBUG 2024-11-02 02:50:22,713 [main] Logical connection closed
after update versionNo:1
DEBUG 2024-11-02 02:50:22,713 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,713 [main] DELETE FROM DEPT WHERE deptno = 99 AND versionno = 1
DEBUG 2024-11-02 02:50:22,713 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,713 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running examples.dao.DepartmentDaoClientTest
DEBUG 2024-11-02 02:50:22,739 [main] Physical connection got
DEBUG 2024-11-02 02:50:22,739 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,739 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,739 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,743 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,744 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,744 [main] INSERT INTO DEPT (deptno, dname, versionno) VALUES (99, 'foo', 0)
DEBUG 2024-11-02 02:50:22,745 [main] Logical connection closed
before update versionNo:0
DEBUG 2024-11-02 02:50:22,745 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,745 [main] UPDATE DEPT SET dname = 'bar', loc = null, versionno = 1 WHERE deptno = 99 AND versionno = 0
DEBUG 2024-11-02 02:50:22,746 [main] Logical connection closed
after update versionNo:1
DEBUG 2024-11-02 02:50:22,746 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,747 [main] DELETE FROM DEPT WHERE deptno = 99 AND versionno = 1
DEBUG 2024-11-02 02:50:22,747 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,747 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running examples.dao.ConvertTableExampleClientTest
DEBUG 2024-11-02 02:50:22,770 [main] Physical connection got
DEBUG 2024-11-02 02:50:22,770 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,770 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,770 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,782 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,782 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,783 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:22,783 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,783 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running examples.dao.Employee2DaoClientTest
DEBUG 2024-11-02 02:50:22,837 [main] Physical connection got
DEBUG 2024-11-02 02:50:22,837 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,837 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,838 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,846 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,846 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,847 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-02 02:50:22,848 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-02 02:50:22.649 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:22,848 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,849 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,849 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,855 [main] Logical connection closed
DEBUG 2024-11-02 02:50:22,855 [main] Logical connection got
DEBUG 2024-11-02 02:50:22,856 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:22,857 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-02 02:50:22.649 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:22,858 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running examples.dao.TruncateTableDaoClientTest
DEBUG 2024-11-02 02:50:23,163 [main] Physical connection got
DEBUG 2024-11-02 02:50:23,163 [main] Logical connection got
DEBUG 2024-11-02 02:50:23,166 [main] Logical connection closed
DEBUG 2024-11-02 02:50:23,167 [main] Logical connection got
DEBUG 2024-11-02 02:50:23,167 [main] DROP TABLE IF EXISTS H2TEST
DEBUG 2024-11-02 02:50:23,172 [main] Logical connection closed
DEBUG 2024-11-02 02:50:23,172 [main] Logical connection got
DEBUG 2024-11-02 02:50:23,172 [main] CREATE TABLE H2TEST (ID INT PRIMARY KEY, AAA VARCHAR(255))
DEBUG 2024-11-02 02:50:23,183 [main] Logical connection closed
DEBUG 2024-11-02 02:50:23,183 [main] Logical connection got
DEBUG 2024-11-02 02:50:23,183 [main] TRUNCATE TABLE H2TEST
DEBUG 2024-11-02 02:50:23,184 [main] Logical connection closed
DEBUG 2024-11-02 02:50:23,192 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: source-jar}]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-examples/1.0.52-SNAPSHOT/s2-dao-examples-1.0.52-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-examples/1.0.52-SNAPSHOT/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao tests for Seasar2.4.x
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-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-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/src/main/resources
[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 7 resources
[INFO] Copying 117 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 177 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.impl.EntityManagerImplTest
DEBUG 2024-11-02 02:50:24,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:24,964 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:24,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:24,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,023 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,076 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,101 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,299 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,299 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,315 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,316 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,397 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,434 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,436 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,451 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,451 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,458 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,458 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,479 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,489 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,495 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,495 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,495 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,495 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,508 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,514 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,514 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,514 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}]
DEBUG 2024-11-02 02:50:25,515 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,518 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,536 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,541 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,543 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,543 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,543 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,543 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,552 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,557 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,557 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,558 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}]
DEBUG 2024-11-02 02:50:25,558 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,582 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,584 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,604 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,607 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,607 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,607 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,607 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,636 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,644 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,644 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,645 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,645 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,647 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,652 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,654 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,659 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,666 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,669 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,670 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,670 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,670 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,677 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,682 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,682 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,683 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,683 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,685 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,693 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,706 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,709 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,709 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,709 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,709 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,717 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,745 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,746 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,747 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,747 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,749 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,771 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,774 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,774 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,775 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,775 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,783 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,790 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,790 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,791 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,791 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,793 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,796 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,806 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,814 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,817 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,817 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,817 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,817 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,829 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,836 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,836 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,836 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,837 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,838 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,841 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,856 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,859 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,863 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,863 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,863 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,864 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,870 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,898 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,898 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,898 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,898 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,900 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,918 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,919 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,922 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,926 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,927 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,927 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,927 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,932 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,937 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,937 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:25,938 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,938 [main] Physical connection closed
DEBUG 2024-11-02 02:50:25,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,940 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,953 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:25,956 [main] Physical connection got
DEBUG 2024-11-02 02:50:25,956 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,956 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,956 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,961 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,968 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:25,968 [main] select count(*) from emp
DEBUG 2024-11-02 02:50:25,970 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:25,970 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.167 sec
Running org.seasar.dao.impl.FastPropertyTypeFactoryTest
DEBUG 2024-11-02 02:50:25,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,978 [main] S2Container will be created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2024-11-02 02:50:25,979 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,981 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:25,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:25,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:25,992 [main] S2Container is created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2024-11-02 02:50:25,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:25,997 [main] S2Container will be created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2024-11-02 02:50:25,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,031 [main] S2Container is created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2024-11-02 02:50:26,034 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,034 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:26,034 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:26,034 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandler2Test
DEBUG 2024-11-02 02:50:26,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,045 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,045 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,052 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,052 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:26,055 [main] Table(BeanMetaDataResultSetHandler2Test$MyEmp) not found
DEBUG 2024-11-02 02:50:26,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:26,141 [main] Logical connection got, tx=null
7788
DEBUG 2024-11-02 02:50:26,143 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:26,143 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.seasar.dao.impl.DeleteAutoStaticCommandTest
DEBUG 2024-11-02 02:50:26,148 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,156 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,161 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,163 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,164 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,199 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,216 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:26,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,219 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,219 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:26,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,220 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/0, BranchId=]
DEBUG 2024-11-02 02:50:26,221 [main] Physical connection closed
DEBUG 2024-11-02 02:50:26,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,235 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/1, BranchId=]
DEBUG 2024-11-02 02:50:26,237 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/1, BranchId=]
DEBUG 2024-11-02 02:50:26,237 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/1, BranchId=]
DEBUG 2024-11-02 02:50:26,237 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/1, BranchId=]
DEBUG 2024-11-02 02:50:26,248 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/1, BranchId=]
DEBUG 2024-11-02 02:50:26,251 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/1, BranchId=]
DEBUG 2024-11-02 02:50:26,251 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2024-11-02 02:50:26,252 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/1, BranchId=]
DEBUG 2024-11-02 02:50:26,252 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/1, BranchId=]
DEBUG 2024-11-02 02:50:26,252 [main] Physical connection closed
DEBUG 2024-11-02 02:50:26,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,255 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,268 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/2, BranchId=]
DEBUG 2024-11-02 02:50:26,269 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,269 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/2, BranchId=]
DEBUG 2024-11-02 02:50:26,269 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/2, BranchId=]
DEBUG 2024-11-02 02:50:26,269 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/2, BranchId=]
DEBUG 2024-11-02 02:50:26,304 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/2, BranchId=]
DEBUG 2024-11-02 02:50:26,305 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/2, BranchId=]
DEBUG 2024-11-02 02:50:26,305 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = -1
DEBUG 2024-11-02 02:50:26,307 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/2, BranchId=]
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2024-11-02 02:50:26,307 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/2, BranchId=]
DEBUG 2024-11-02 02:50:26,307 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running org.seasar.dao.impl.FieldBeanAnnotationReaderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor2Test
DEBUG 2024-11-02 02:50:26,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,319 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,320 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,322 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,323 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,325 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,325 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,335 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,338 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,361 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/3, BranchId=]
DEBUG 2024-11-02 02:50:26,362 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/3, BranchId=]
DEBUG 2024-11-02 02:50:26,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/3, BranchId=]
DEBUG 2024-11-02 02:50:26,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/3, BranchId=]
DEBUG 2024-11-02 02:50:26,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/3, BranchId=]
DEBUG 2024-11-02 02:50:26,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/3, BranchId=]
DEBUG 2024-11-02 02:50:26,369 [main] INSERT INTO EMP (empno, ename, deptno) VALUES (99, 'hoge', 0)
DEBUG 2024-11-02 02:50:26,370 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/3, BranchId=]
DEBUG 2024-11-02 02:50:26,370 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/3, BranchId=]
DEBUG 2024-11-02 02:50:26,370 [main] Physical connection closed
DEBUG 2024-11-02 02:50:26,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,374 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,375 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,388 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,389 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,415 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,415 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:26,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:26,415 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:26,422 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:26,424 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:26,424 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:26,425 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
DEBUG 2024-11-02 02:50:26,425 [main] Physical connection closed
DEBUG 2024-11-02 02:50:26,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,428 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,429 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,431 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,440 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,441 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,456 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,456 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:26,456 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:26,456 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:26,488 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:26,490 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:26,490 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0.0 AND 1000.0
DEBUG 2024-11-02 02:50:26,491 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30 {30, SALES, CHICAGO}]
DEBUG 2024-11-02 02:50:26,491 [main] Physical connection closed
DEBUG 2024-11-02 02:50:26,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,494 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,495 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,496 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,506 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,506 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,523 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/4, BranchId=]
DEBUG 2024-11-02 02:50:26,524 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/4, BranchId=]
DEBUG 2024-11-02 02:50:26,524 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/4, BranchId=]
DEBUG 2024-11-02 02:50:26,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/4, BranchId=]
DEBUG 2024-11-02 02:50:26,528 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/4, BranchId=]
DEBUG 2024-11-02 02:50:26,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/4, BranchId=]
DEBUG 2024-11-02 02:50:26,531 [main] INSERT INTO EMP (empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES (99, 'hoge', 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:26,531 [main] INSERT INTO EMP (empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES (98, 'hoge2', 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:26,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/4, BranchId=]
DEBUG 2024-11-02 02:50:26,531 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/4, BranchId=]
DEBUG 2024-11-02 02:50:26,532 [main] Physical connection closed
DEBUG 2024-11-02 02:50:26,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,534 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,536 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,537 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,538 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,540 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:26,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:26,547 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:26,548 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2024-11-02 02:50:26,564 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,564 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,564 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,571 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,571 [main] INSERT INTO EMP (empno, ename, deptno) VALUES (99, '~', 0)
DEBUG 2024-11-02 02:50:26,571 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,571 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,571 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 99
DEBUG 2024-11-02 02:50:26,572 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,572 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/5, BranchId=]
DEBUG 2024-11-02 02:50:26,572 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
Running org.seasar.dao.impl.StaticStoredProcedureCommandTest
DEBUG 2024-11-02 02:50:26,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:26,577 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:26,578 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:26,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:26,581 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:26,582 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:26,584 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:26,585 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:26,588 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:26,591 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:26,591 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:26,594 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:26,595 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:26,765 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:26,972 [main] Physical connection got
DEBUG 2024-11-02 02:50:26,972 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:26,975 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:26,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:26,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,317 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,396 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,411 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,423 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,423 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,423 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,435 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,446 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,456 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,464 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,472 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,482 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,491 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,500 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,508 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,516 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,516 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,524 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,577 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,623 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/6, BranchId=]
DEBUG 2024-11-02 02:50:27,624 [main] Physical connection closed
DEBUG 2024-11-02 02:50:27,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:27,627 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:27,628 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,631 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,632 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,634 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,634 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,635 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,639 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,640 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,643 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:27,644 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:27,646 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,647 [main] Physical connection got
DEBUG 2024-11-02 02:50:27,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,660 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,663 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,664 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,667 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,670 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,676 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,677 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,677 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,677 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,679 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
{CCC=2024-11-02 02:50:27.697, BBB=aaaaa2}
DEBUG 2024-11-02 02:50:27,697 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/7, BranchId=]
DEBUG 2024-11-02 02:50:27,697 [main] Physical connection closed
DEBUG 2024-11-02 02:50:27,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:27,700 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:27,701 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,704 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,705 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,706 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,707 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,707 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,711 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,712 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,714 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:27,714 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:27,725 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,726 [main] Physical connection got
DEBUG 2024-11-02 02:50:27,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,739 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,739 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,742 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,744 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,745 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,751 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,751 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,754 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,762 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,764 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,771 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,773 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,776 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,776 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/8, BranchId=]
DEBUG 2024-11-02 02:50:27,776 [main] Physical connection closed
DEBUG 2024-11-02 02:50:27,778 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:27,778 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:27,780 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,782 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,784 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,785 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,786 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,786 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,790 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,791 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,793 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:27,794 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:27,796 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,798 [main] Physical connection got
DEBUG 2024-11-02 02:50:27,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,800 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,803 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,834 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/9, BranchId=]
DEBUG 2024-11-02 02:50:27,834 [main] Physical connection closed
DEBUG 2024-11-02 02:50:27,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:27,836 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:27,838 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,841 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,843 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,845 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,846 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,846 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,848 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,849 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,852 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:27,852 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:27,856 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,857 [main] Physical connection got
DEBUG 2024-11-02 02:50:27,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,859 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,859 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,861 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,862 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,862 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,862 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,863 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,864 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,864 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,864 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,908 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,908 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,911 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,913 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,925 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,927 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
{CCC=25, EEE=625}
DEBUG 2024-11-02 02:50:27,930 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/10, BranchId=]
DEBUG 2024-11-02 02:50:27,930 [main] Physical connection closed
DEBUG 2024-11-02 02:50:27,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:27,932 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:27,934 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,937 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,939 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,939 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,940 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,941 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,943 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,944 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,946 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:27,946 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:27,950 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,951 [main] Physical connection got
DEBUG 2024-11-02 02:50:27,952 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,952 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,952 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,952 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,953 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,954 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,955 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,958 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,962 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,962 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,966 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,968 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,968 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,968 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,970 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,971 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,972 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,973 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,973 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,973 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,974 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,981 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,985 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/11, BranchId=]
DEBUG 2024-11-02 02:50:27,985 [main] Physical connection closed
DEBUG 2024-11-02 02:50:27,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:27,987 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:27,989 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:27,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:27,992 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:27,994 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:27,995 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,996 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:27,996 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,004 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,005 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,007 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:28,007 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:28,010 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,011 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,011 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,011 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,011 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,011 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,012 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,014 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,014 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,014 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,015 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,016 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,016 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,016 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,018 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,019 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,019 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,020 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,023 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,023 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,023 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,024 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,025 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,031 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,036 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,038 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,038 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,038 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,040 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,041 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,041 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,042 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,042 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/12, BranchId=]
DEBUG 2024-11-02 02:50:28,042 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,044 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:28,046 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,048 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,050 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,051 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,052 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,052 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,055 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,056 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,058 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:28,059 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:28,062 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,063 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,063 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,064 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,065 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,066 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,069 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,070 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,072 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,072 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,074 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,077 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,078 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,079 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,080 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,080 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,087 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,091 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,091 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/13, BranchId=]
DEBUG 2024-11-02 02:50:28,091 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,093 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:28,095 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,096 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,097 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,099 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,100 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,100 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,101 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,103 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,104 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,106 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:28,107 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:28,111 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,111 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,111 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,111 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,112 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,112 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,113 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,113 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,114 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,114 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,115 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,116 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,116 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,116 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,118 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,119 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,119 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,119 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,121 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,122 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,122 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,122 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,123 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,124 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,124 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,124 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,125 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,126 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,126 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,126 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,127 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,129 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,129 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,129 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,130 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,131 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,131 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,131 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,133 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,134 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,134 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,135 [main] Logical connection closed, tx=null
[EDAO0032]Method argument size(2) is unmatched with procedure in-parameter size(3).
DEBUG 2024-11-02 02:50:28,135 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,135 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,137 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:28,182 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,185 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,186 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,187 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,188 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,188 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,191 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,192 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,194 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:28,195 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:28,199 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,199 [main] Logical connection got, tx=null
DatabaseProductName=Apache Derby
DatabaseProductVersion=10.1.2.1
DriverName=Apache Derby Embedded JDBC Driver
DriverVersion=10.1.2.1
DEBUG 2024-11-02 02:50:28,200 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,200 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,201 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:28,203 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,205 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,208 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,209 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,209 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,210 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,212 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,213 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,215 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:28,216 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:28,221 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,221 [main] Logical connection got, tx=null
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_AAA1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa1, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_AAA2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa2, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_AAA3, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureAaa3, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_BBB1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureBbb1, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_BBB2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureBbb2, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_CCC1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureCcc1, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_CCC2, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureCcc2, proceduretype=1}
{procedurecat=, procedureschem=SEASAR, procedurename=PROCEDURE_TEST_DDD1, reserved1=null, reserved2=null, reserved3=null, remarks=org.seasar.dao.impl.Procedures.procedureDdd1, proceduretype=1}
{procedurecat=, procedureschem=SQLJ, procedurename=INSTALL_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.INSTALL_JAR, proceduretype=1}
{procedurecat=, procedureschem=SQLJ, procedurename=REMOVE_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.REMOVE_JAR, proceduretype=1}
{procedurecat=, procedureschem=SQLJ, procedurename=REPLACE_JAR, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.REPLACE_JAR, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_BACKUP_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_BULK_INSERT, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_BULK_INSERT, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_CHECKPOINT_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_CHECKPOINT_DATABASE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_COMPRESS_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_COMPRESS_TABLE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_DISABLE_LOG_ARCHIVE_MODE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_DISABLE_LOG_ARCHIVE_MODE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_EXPORT_QUERY, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_EXPORT_QUERY, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_EXPORT_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_EXPORT_TABLE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_FREEZE_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_FREEZE_DATABASE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_IMPORT_DATA, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_DATA, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_IMPORT_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_TABLE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_INPLACE_COMPRESS_TABLE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_INPLACE_COMPRESS_TABLE, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_SET_DATABASE_PROPERTY, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_DATABASE_PROPERTY, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_SET_RUNTIMESTATISTICS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_RUNTIMESTATISTICS, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_SET_STATISTICS_TIMING, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_SET_STATISTICS_TIMING, proceduretype=1}
{procedurecat=, procedureschem=SYSCS_UTIL, procedurename=SYSCS_UNFREEZE_DATABASE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SYSCS_UNFREEZE_DATABASE, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=METADATA, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.METADATA, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLCAMESSAGE, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCAMESSAGE, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLCOLPRIVILEGES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCOLPRIVILEGES, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLCOLUMNS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLCOLUMNS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLFOREIGNKEYS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLFOREIGNKEYS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLGETTYPEINFO, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLGETTYPEINFO, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLPRIMARYKEYS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPRIMARYKEYS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLPROCEDURECOLS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPROCEDURECOLS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLPROCEDURES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLPROCEDURES, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLSPECIALCOLUMNS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLSPECIALCOLUMNS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLSTATISTICS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLSTATISTICS, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLTABLEPRIVILEGES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLTABLEPRIVILEGES, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLTABLES, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLTABLES, proceduretype=1}
{procedurecat=, procedureschem=SYSIBM, procedurename=SQLUDTS, reserved1=null, reserved2=null, reserved3=null, remarks=org.apache.derby.catalog.SystemProcedures.SQLUDTS, proceduretype=1}
DEBUG 2024-11-02 02:50:28,228 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,228 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,231 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:28,232 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,234 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,235 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,237 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,238 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:28,239 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:28,241 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:28,242 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:28,244 [main] S2Container is created(path=dao-derby.dicon)
WARN  2024-11-02 02:50:28,245 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:28,247 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,247 [main] Logical connection got, tx=null
{tablecat=, tableschem=SYS, tablename=SYSALIASES, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSCHECKS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSCOLUMNS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSCONGLOMERATES, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSCONSTRAINTS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSDEPENDS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSFILES, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSFOREIGNKEYS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSKEYS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSSCHEMAS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSSTATEMENTS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSSTATISTICS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSTABLES, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSTRIGGERS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYS, tablename=SYSVIEWS, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SYSIBM, tablename=SYSDUMMY1, tabletype=SYSTEM TABLE, remarks=}
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, tabletype=TABLE, remarks=}
{tablecat=, tableschem=SEASAR, tablename=LARGE_BINARY, tabletype=TABLE, remarks=}
{tablecat=, tableschem=SEASAR, tablename=LARGE_TEXT, tabletype=TABLE, remarks=}
{tablecat=, tableschem=SEASAR, tablename=PK_ONLY_TABLE, tabletype=TABLE, remarks=}
DEBUG 2024-11-02 02:50:28,283 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,283 [main] Physical connection closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 sec
Running org.seasar.dao.pager.NullPagingSqlRewriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.PkOnlyTableTest
DEBUG 2024-11-02 02:50:28,289 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,290 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,293 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,293 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,297 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,300 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/14, BranchId=]
DEBUG 2024-11-02 02:50:28,301 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,301 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/14, BranchId=]
DEBUG 2024-11-02 02:50:28,301 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/14, BranchId=]
DEBUG 2024-11-02 02:50:28,301 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/14, BranchId=]
DEBUG 2024-11-02 02:50:28,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/14, BranchId=]
DEBUG 2024-11-02 02:50:28,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/14, BranchId=]
DEBUG 2024-11-02 02:50:28,310 [main] INSERT INTO PKONLYTABLE (aaa) VALUES ('value')
DEBUG 2024-11-02 02:50:28,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/14, BranchId=]
DEBUG 2024-11-02 02:50:28,310 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/14, BranchId=]
DEBUG 2024-11-02 02:50:28,310 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,313 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,319 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,320 [main] S2Container will be created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2024-11-02 02:50:28,321 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:28,324 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:28,325 [main] S2Container is created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2024-11-02 02:50:28,336 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/15, BranchId=]
DEBUG 2024-11-02 02:50:28,336 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,336 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/15, BranchId=]
DEBUG 2024-11-02 02:50:28,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/15, BranchId=]
DEBUG 2024-11-02 02:50:28,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/15, BranchId=]
DEBUG 2024-11-02 02:50:28,340 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/15, BranchId=]
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73$$MethodInvocation$$updateUnlessNull1.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73.updateUnlessNull(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateUnlessNullTx(PkOnlyTableTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2024-11-02 02:50:28,343 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/15, BranchId=]
DEBUG 2024-11-02 02:50:28,343 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,347 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,352 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,353 [main] S2Container will be created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2024-11-02 02:50:28,354 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:28,357 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:28,357 [main] S2Container is created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2024-11-02 02:50:28,368 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/16, BranchId=]
DEBUG 2024-11-02 02:50:28,368 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/16, BranchId=]
DEBUG 2024-11-02 02:50:28,369 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/16, BranchId=]
DEBUG 2024-11-02 02:50:28,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/16, BranchId=]
DEBUG 2024-11-02 02:50:28,372 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/16, BranchId=]
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3$$MethodInvocation$$update0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3.update(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateTx(PkOnlyTableTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2024-11-02 02:50:28,375 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/16, BranchId=]
DEBUG 2024-11-02 02:50:28,376 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.impl.ProcedureHsqldbTest
DEBUG 2024-11-02 02:50:28,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,380 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,430 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,430 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,430 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,430 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:28,433 [main] Table(ProcedureHsqldbTest$ABean) not found
DEBUG 2024-11-02 02:50:28,435 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,435 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,436 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,436 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,444 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,454 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,456 [main] Logical connection closed, tx=null
2024-11-02 00:00:00.0
DEBUG 2024-11-02 02:50:28,457 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,457 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.impl.SelectDynamicCommandTest
DEBUG 2024-11-02 02:50:28,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,462 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,464 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,464 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,467 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,468 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,471 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,471 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,495 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,495 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,495 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2024-11-02 02:50:28,496 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}
DEBUG 2024-11-02 02:50:28,496 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,506 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,508 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,508 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,508 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,508 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,535 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,542 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,542 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2024-11-02 02:50:28,543 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,544 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:28,544 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2024-11-02 02:50:28,544 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:28,544 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,555 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,558 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,558 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,558 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,558 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,570 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (100, 0, 'NAME0')
DEBUG 2024-11-02 02:50:28,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,570 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (200, 1, 'NAME1')
DEBUG 2024-11-02 02:50:28,572 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,572 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,572 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (300, 2, 'NAME2')
DEBUG 2024-11-02 02:50:28,572 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,574 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.employee_name = 'NAME1'
DEBUG 2024-11-02 02:50:28,574 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,576 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.department_Id = 200
DEBUG 2024-11-02 02:50:28,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,576 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/17, BranchId=]
DEBUG 2024-11-02 02:50:28,576 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running org.seasar.dao.impl.NoPkTableTest
DEBUG 2024-11-02 02:50:28,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,580 [main] S2Container will be created(path=org/seasar/dao/impl/NoPkTableTest.dicon)
DEBUG 2024-11-02 02:50:28,581 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:28,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,594 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:28,595 [main] S2Container is created(path=org/seasar/dao/impl/NoPkTableTest.dicon)
DEBUG 2024-11-02 02:50:28,607 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,608 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,614 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,615 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:28,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,615 [main] INSERT INTO NO_PK_TABLE VALUES ('a', 1)
DEBUG 2024-11-02 02:50:28,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,615 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:28,616 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,616 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,616 [main] UPDATE NO_PK_TABLE SET AAA = 'a2'
DEBUG 2024-11-02 02:50:28,616 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,616 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,616 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:28,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,617 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'hoge'
DEBUG 2024-11-02 02:50:28,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,617 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:28,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,618 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,618 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'a2'
DEBUG 2024-11-02 02:50:28,618 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,619 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,619 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2024-11-02 02:50:28,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,620 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/18, BranchId=]
DEBUG 2024-11-02 02:50:28,620 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.seasar.dao.impl.UpdateModifiedOnlyCommandTest
DEBUG 2024-11-02 02:50:28,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,624 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,665 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,668 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,668 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,672 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,675 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,678 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,701 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,701 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,713 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,714 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:28,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
ename, ename
job, job
DEBUG 2024-11-02 02:50:28,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,716 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.28', ename = 'hoge', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:28,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,717 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/19, BranchId=]
DEBUG 2024-11-02 02:50:28,717 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,719 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,720 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,721 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,724 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,729 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,733 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,735 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,759 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,759 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,769 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,769 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:28,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
job, job
DEBUG 2024-11-02 02:50:28,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,771 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.28', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:28,771 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,771 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/20, BranchId=]
DEBUG 2024-11-02 02:50:28,771 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,773 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,774 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,774 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,784 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,786 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,788 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,809 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,809 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,821 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:28,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
DEBUG 2024-11-02 02:50:28,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,823 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.28' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:28,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,824 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/21, BranchId=]
DEBUG 2024-11-02 02:50:28,824 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,825 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,827 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,830 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,834 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,835 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,836 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,838 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,860 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/22, BranchId=]
DEBUG 2024-11-02 02:50:28,861 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,861 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/22, BranchId=]
DEBUG 2024-11-02 02:50:28,861 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/22, BranchId=]
DEBUG 2024-11-02 02:50:28,861 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/22, BranchId=]
DEBUG 2024-11-02 02:50:28,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/22, BranchId=]
DEBUG 2024-11-02 02:50:28,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/22, BranchId=]
DEBUG 2024-11-02 02:50:28,917 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:28,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/22, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0
DEBUG 2024-11-02 02:50:28,918 [main] skip UPDATE: table=EMP, key{empno=7499}
DEBUG 2024-11-02 02:50:28,918 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/22, BranchId=]
DEBUG 2024-11-02 02:50:28,918 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,921 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,922 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,924 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:28,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,934 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,935 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,959 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,960 [main] Physical connection got
DEBUG 2024-11-02 02:50:28,960 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,960 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,982 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal, dept.dname AS dname_0, dept.deptno AS deptno_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:28,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
30, SALES, CHICAGO
class org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Dept$$EnhancedByS2AOP$$16feee5
DEBUG 2024-11-02 02:50:28,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
dname, dname
DEBUG 2024-11-02 02:50:28,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,990 [main] UPDATE DEPT SET dname = 'FOO' WHERE deptno = 30
DEBUG 2024-11-02 02:50:28,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,991 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal, dept.dname AS dname_0, dept.deptno AS deptno_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:28,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,991 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/23, BranchId=]
DEBUG 2024-11-02 02:50:28,992 [main] Physical connection closed
DEBUG 2024-11-02 02:50:28,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:28,994 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:28,996 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:28,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:28,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:28,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,005 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:29,006 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:29,032 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,032 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,032 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,046 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,048 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,048 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal, dept.dname AS dname_0, dept.deptno AS deptno_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.job = 'MANAGER'
DEBUG 2024-11-02 02:50:29,049 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
[7566, JONES, MANAGER, 2975.0, null, 2000-01-01 00:00:00.0, 7698, BLAKE, MANAGER, 2850.0, null, 2000-01-01 00:00:00.0, 7782, CLARK, MANAGER, 2450.0, null, 2000-01-01 00:00:00.0]
DEBUG 2024-11-02 02:50:29,050 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,050 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,050 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,053 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
dname, dname
DEBUG 2024-11-02 02:50:29,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,054 [main] UPDATE DEPT SET dname = 'baar' WHERE deptno = 20
DEBUG 2024-11-02 02:50:29,054 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,054 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal, dept.dname AS dname_0, dept.deptno AS deptno_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7566
DEBUG 2024-11-02 02:50:29,055 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,055 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/24, BranchId=]
DEBUG 2024-11-02 02:50:29,055 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,057 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:29,058 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:29,059 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,060 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,062 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,065 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,070 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:29,071 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:29,097 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/25, BranchId=]
DEBUG 2024-11-02 02:50:29,097 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/25, BranchId=]
DEBUG 2024-11-02 02:50:29,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/25, BranchId=]
DEBUG 2024-11-02 02:50:29,098 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/25, BranchId=]
DEBUG 2024-11-02 02:50:29,108 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/25, BranchId=]
[EDAO0021]Can not use update method of ModifiedOnly because property (modifiedPropertyNames) not found in org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Emp
DEBUG 2024-11-02 02:50:29,111 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/25, BranchId=]
DEBUG 2024-11-02 02:50:29,112 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,117 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:29,119 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:29,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,173 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,176 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:29,177 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2024-11-02 02:50:29,199 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,199 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,199 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,204 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,204 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:29,205 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,205 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,205 [main] UPDATE EMP SET ename = 'ModifiedPropertiesByReflection' WHERE empno = 7499
DEBUG 2024-11-02 02:50:29,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,206 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,206 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:29,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,206 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/26, BranchId=]
DEBUG 2024-11-02 02:50:29,206 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 sec
Running org.seasar.dao.parser.SqlTokenizerImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.impl.DtoMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:29,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,231 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,236 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,236 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:29,236 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:29,236 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,245 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,245 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,247 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,247 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:29,248 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:29,248 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.impl.DaoAnnotationReaderImplTest
DEBUG 2024-11-02 02:50:29,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,252 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,255 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,263 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,268 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,269 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,269 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,271 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,271 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,274 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,275 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,279 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,286 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,287 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,287 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,290 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,292 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,299 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,303 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,313 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,316 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,324 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,325 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,325 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,329 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:29,330 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,337 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.dao.impl.FieldArgumentDtoAnnotationReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.HogeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.ListBindTest
DEBUG 2024-11-02 02:50:29,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,387 [main] S2Container will be created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2024-11-02 02:50:29,388 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:29,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,399 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:29,400 [main] S2Container is created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2024-11-02 02:50:29,414 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/27, BranchId=]
DEBUG 2024-11-02 02:50:29,414 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,414 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/27, BranchId=]
DEBUG 2024-11-02 02:50:29,414 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/27, BranchId=]
DEBUG 2024-11-02 02:50:29,414 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/27, BranchId=]
DEBUG 2024-11-02 02:50:29,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/27, BranchId=]
DEBUG 2024-11-02 02:50:29,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/27, BranchId=]
DEBUG 2024-11-02 02:50:29,422 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7566, 7900) 
DEBUG 2024-11-02 02:50:29,422 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/27, BranchId=]
DEBUG 2024-11-02 02:50:29,422 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/27, BranchId=]
DEBUG 2024-11-02 02:50:29,423 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,425 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,426 [main] S2Container will be created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2024-11-02 02:50:29,427 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:29,428 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,430 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,430 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,436 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:29,437 [main] S2Container is created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2024-11-02 02:50:29,455 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/28, BranchId=]
DEBUG 2024-11-02 02:50:29,455 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,455 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/28, BranchId=]
DEBUG 2024-11-02 02:50:29,455 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/28, BranchId=]
DEBUG 2024-11-02 02:50:29,456 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/28, BranchId=]
DEBUG 2024-11-02 02:50:29,459 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/28, BranchId=]
DEBUG 2024-11-02 02:50:29,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/28, BranchId=]
DEBUG 2024-11-02 02:50:29,462 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7900, 7902) 
DEBUG 2024-11-02 02:50:29,463 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/28, BranchId=]
DEBUG 2024-11-02 02:50:29,468 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/28, BranchId=]
DEBUG 2024-11-02 02:50:29,468 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.seasar.dao.impl.UpdateAutoDynamicCommandTest
DEBUG 2024-11-02 02:50:29,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,478 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,479 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,480 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,511 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:29,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,512 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.29', ename = 'HOGE', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:29,513 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,513 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,513 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:29,513 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,514 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/29, BranchId=]
DEBUG 2024-11-02 02:50:29,514 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,519 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,519 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,522 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,523 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,523 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,524 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,524 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,524 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,554 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:29,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,556 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.29', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:29,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,556 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:29,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,557 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/30, BranchId=]
DEBUG 2024-11-02 02:50:29,557 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,567 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/31, BranchId=]
DEBUG 2024-11-02 02:50:29,569 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/31, BranchId=]
DEBUG 2024-11-02 02:50:29,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/31, BranchId=]
DEBUG 2024-11-02 02:50:29,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/31, BranchId=]
DEBUG 2024-11-02 02:50:29,578 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/31, BranchId=]
DEBUG 2024-11-02 02:50:29,578 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/31, BranchId=]
DEBUG 2024-11-02 02:50:29,578 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (1, 'c')
DEBUG 2024-11-02 02:50:29,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/31, BranchId=]
DEBUG 2024-11-02 02:50:29,580 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/31, BranchId=]
DEBUG 2024-11-02 02:50:29,580 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,625 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,630 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,631 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,632 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,632 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,633 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,633 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,642 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,644 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,644 [main] SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2024-11-02 02:50:29,646 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,646 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,646 [main] UPDATE DEPT SET dname = 'HOGE', versionno = 1 WHERE deptno = 20 AND versionno = 0
DEBUG 2024-11-02 02:50:29,646 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,646 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,646 [main] SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2024-11-02 02:50:29,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,647 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/32, BranchId=]
DEBUG 2024-11-02 02:50:29,647 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running org.seasar.dao.pager.PagerUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.DtoMetaDataFactoryImplTest
DEBUG 2024-11-02 02:50:29,653 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,653 [main] S2Container will be created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2024-11-02 02:50:29,655 [main] S2Container is created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2024-11-02 02:50:29,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,658 [main] S2Container will be created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2024-11-02 02:50:29,660 [main] S2Container is created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.impl.UpdateBatchAutoStaticCommandTest
DEBUG 2024-11-02 02:50:29,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,666 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,671 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,671 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,673 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,674 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,674 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,705 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.29', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:29,705 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.29', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:29,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,707 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.29', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:29,707 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.29', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:29,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,708 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/33, BranchId=]
DEBUG 2024-11-02 02:50:29,708 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,713 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,718 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,718 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,743 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,751 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,752 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.29', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:29,752 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.29', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:29,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,752 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,752 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7499
DEBUG 2024-11-02 02:50:29,753 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,753 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,753 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:29,755 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,755 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/34, BranchId=]
DEBUG 2024-11-02 02:50:29,755 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.impl.InsertBatchAutoStaticCommandTest
DEBUG 2024-11-02 02:50:29,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,765 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,767 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,767 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,789 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,797 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,797 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-11-02 02.50.29', 99, 'hoge', 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:29,797 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-11-02 02.50.29', 98, 'hoge2', 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:29,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,798 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-11-02 02.50.29', 97, 'hoge3', 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:29,799 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2024-11-02 02.50.29', 96, 'hoge2', 0, null, null, null, null, null)
DEBUG 2024-11-02 02:50:29,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,799 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/35, BranchId=]
DEBUG 2024-11-02 02:50:29,799 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.seasar.dao.impl.ObjectArrayResultSetHandlerTest
DEBUG 2024-11-02 02:50:29,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,855 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,855 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:29,855 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:29,855 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.seasar.dao.impl.ResultSetToBeanTest
DEBUG 2024-11-02 02:50:29,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,867 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,869 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,869 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,869 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,869 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,878 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,879 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (123, 7650, 'foo')
DEBUG 2024-11-02 02:50:29,879 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,879 [main] SELECT employee_name FROM EMP3
DEBUG 2024-11-02 02:50:29,879 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,879 [main] SELECT employee_name AS employeeName FROM EMP3
DEBUG 2024-11-02 02:50:29,880 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,880 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/36, BranchId=]
DEBUG 2024-11-02 02:50:29,880 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.IllegalParameterTypeRuntimeExceptionTest
[EDAO0028](hoge) is illegal for procedure parameter type
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.MapResultSetHandlerTest
DEBUG 2024-11-02 02:50:29,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,888 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,895 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,895 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:29,895 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:29,895 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,903 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,905 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,905 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:29,905 [main] More than 2 rows found, but only first row returned
DEBUG 2024-11-02 02:50:29,905 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:29,905 [main] Physical connection closed
DEBUG 2024-11-02 02:50:29,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,913 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,913 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,917 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,918 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,918 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:29,919 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:29,919 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.impl.PropertyTypeFactoryImplTest
DEBUG 2024-11-02 02:50:29,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,923 [main] S2Container will be created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2024-11-02 02:50:29,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,930 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,931 [main] S2Container is created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2024-11-02 02:50:29,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,936 [main] S2Container will be created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2024-11-02 02:50:29,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,946 [main] S2Container is created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2024-11-02 02:50:29,947 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,947 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:29,950 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:29,950 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.context.CommandContextPropertyAccessorTest
hoge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.util.TypeUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.CharBindTest
DEBUG 2024-11-02 02:50:29,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:29,959 [main] S2Container will be created(path=org/seasar/dao/impl/CharBindTest.dicon)
DEBUG 2024-11-02 02:50:29,960 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:29,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,961 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,963 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:29,963 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:29,967 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:29,969 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:29,969 [main] S2Container is created(path=org/seasar/dao/impl/CharBindTest.dicon)
DEBUG 2024-11-02 02:50:29,982 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,983 [main] Physical connection got
DEBUG 2024-11-02 02:50:29,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,990 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (31, 'Z')
DEBUG 2024-11-02 02:50:29,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,991 [main] SELECT CHAR_TABLE.id, CHAR_TABLE.aaa FROM CHAR_TABLE
DEBUG 2024-11-02 02:50:29,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,991 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/37, BranchId=]
DEBUG 2024-11-02 02:50:29,991 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.pager.OracleRownumPagingSqlRewriterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.BeanEnhancerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.UpdateDynamicCommandTest
DEBUG 2024-11-02 02:50:30,000 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,053 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/38, BranchId=]
DEBUG 2024-11-02 02:50:30,054 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/38, BranchId=]
DEBUG 2024-11-02 02:50:30,055 [main] UPDATE emp SET ename = 'SCOTT' WHERE empno = 7788
DEBUG 2024-11-02 02:50:30,055 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/38, BranchId=]
DEBUG 2024-11-02 02:50:30,055 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/38, BranchId=]
DEBUG 2024-11-02 02:50:30,055 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.seasar.dao.dbms.OracleTest
DEBUG 2024-11-02 02:50:30,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,063 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,067 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,067 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,095 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0, department2.dname AS dname_1, department2.deptno AS deptno_1, department2.versionno AS versionno_1, department2.loc AS loc_1 FROM EMP, DEPT department, DEPT department2 WHERE EMP.deptno = department.deptno(+) AND EMP.deptno = department2.deptno(+)
DEBUG 2024-11-02 02:50:30,095 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,099 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,100 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,105 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,105 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,112 [main] Logical connection closed, tx=null
SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT
DEBUG 2024-11-02 02:50:30,112 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest
DEBUG 2024-11-02 02:50:30,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,116 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:30,117 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,119 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,119 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,120 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,121 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,121 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,122 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,124 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,125 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:30,125 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:30,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,130 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:30,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,131 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,133 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,134 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,135 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,135 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,137 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,138 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:30,138 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:30,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,141 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:30,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,144 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,145 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,146 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,147 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,147 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,149 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,150 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:30,150 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
[EDAO0031](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithSimpleParameter(int)) is illegal. Parameter type must be DTO
DEBUG 2024-11-02 02:50:30,153 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,154 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:30,155 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,157 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,157 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,158 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,159 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,160 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,160 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,162 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,163 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:30,163 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
[EDAO0030](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithMultiParameters(org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Hoge,int)) is illegal. Parameter size must be 0 or 1
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.seasar.dao.pager.PagerResultSetWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.seasar.dao.OverloadNotSupportedRuntimeExceptionTest
[EDAO0033]Overload not supported for method(foo) of Dao interface(hoge)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.DefaultBeanMetaDataImplTest
DEBUG 2024-11-02 02:50:30,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,174 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,181 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,182 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,182 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,184 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,184 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:30,188 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2024-11-02 02:50:30,192 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,192 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,194 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,237 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,238 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,245 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,246 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,246 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:30,251 [main] Table(MyBean) not found
WARN  2024-11-02 02:50:30,251 [main] Table(DefaultBeanMetaDataImplTest$Ccc) not found
DEBUG 2024-11-02 02:50:30,258 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,258 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,261 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,264 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,268 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,269 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,271 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,271 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,292 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,292 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,294 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,298 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,301 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,302 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,302 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,311 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,312 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,325 [main] Logical connection closed, tx=null
SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0
DEBUG 2024-11-02 02:50:30,325 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,328 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,334 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,335 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,337 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,337 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,361 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,361 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,364 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,371 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,374 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,374 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,437 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,438 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,440 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,442 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,444 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,444 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,448 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,449 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,449 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,469 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,469 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,470 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,478 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,479 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,480 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,480 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,506 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,506 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,508 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,512 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,518 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,519 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,519 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:30,523 [main] Table(DefaultBeanMetaDataImplTest$Ddd) not found
DEBUG 2024-11-02 02:50:30,528 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,528 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,530 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,537 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,539 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,539 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:30,543 [main] Table(DefaultBeanMetaDataImplTest$Eee) not found
DEBUG 2024-11-02 02:50:30,547 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,547 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,550 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,558 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,559 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,559 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,610 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,610 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,612 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,614 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,621 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,622 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,622 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:30,626 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2024-11-02 02:50:30,629 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,630 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,632 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,639 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,642 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,642 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,650 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,650 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,654 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,654 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,656 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,661 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,662 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,662 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,669 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,670 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,673 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,674 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,674 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,680 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,682 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,682 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,691 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,691 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,693 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,693 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,701 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2024-11-02 02:50:30,703 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,703 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:30,706 [main] Table(DefaultBeanMetaDataImplTest$Ggg) not found
DEBUG 2024-11-02 02:50:30,711 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,711 [main] Physical connection closed
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec
Running org.seasar.dao.impl.FunctionTest
DEBUG 2024-11-02 02:50:30,760 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:30,761 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:30,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,763 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,764 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,765 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,766 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,766 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,768 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:30,768 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:30,770 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:30,771 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,771 [main] Logical connection got, tx=null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.seasar.dao.util.ImplementInterfaceWalkerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.BooleanPropertyTest
DEBUG 2024-11-02 02:50:30,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,782 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,787 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,788 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,797 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,798 [main] INSERT INTO DEPT2 (dname, deptno, active) VALUES ('hoge', 99, true)
DEBUG 2024-11-02 02:50:30,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,798 [main] SELECT DEPT2.dname, DEPT2.deptno, DEPT2.active FROM DEPT2
WARN  2024-11-02 02:50:30,799 [main] More than 2 rows found, but only first row returned
DEBUG 2024-11-02 02:50:30,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,800 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/39, BranchId=]
DEBUG 2024-11-02 02:50:30,800 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.impl.ObjectResultSetHandlerTest
DEBUG 2024-11-02 02:50:30,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,810 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,810 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,810 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,810 [main] Physical connection closed
DEBUG 2024-11-02 02:50:30,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,819 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,820 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:30,821 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:30,821 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.id.IdentityIdentifierGeneratorTest
DEBUG 2024-11-02 02:50:30,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,826 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,829 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:30,829 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:30,830 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/40, BranchId=]
DEBUG 2024-11-02 02:50:30,830 [main] Physical connection got
DEBUG 2024-11-02 02:50:30,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/40, BranchId=]
DEBUG 2024-11-02 02:50:30,831 [main] insert into identitytable(id_name) values('hoge')
DEBUG 2024-11-02 02:50:30,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/40, BranchId=]
DEBUG 2024-11-02 02:50:30,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/40, BranchId=]
DEBUG 2024-11-02 02:50:30,832 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:30,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/40, BranchId=]
0
DEBUG 2024-11-02 02:50:30,832 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/40, BranchId=]
DEBUG 2024-11-02 02:50:30,832 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.dbms.H2Test
DEBUG 2024-11-02 02:50:30,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:30,835 [main] S2Container will be created(path=j2ee-h2.dicon)
DEBUG 2024-11-02 02:50:30,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:30,837 [main] S2Container will be created(path=jdbc-h2.dicon)
DEBUG 2024-11-02 02:50:30,838 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,840 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,841 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:30,841 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:30,843 [main] S2Container is created(path=jdbc-h2.dicon)
DEBUG 2024-11-02 02:50:30,844 [main] S2Container is created(path=j2ee-h2.dicon)
WARN  2024-11-02 02:50:30,844 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,089 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,089 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,111 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,117 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,119 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,120 [main] S2Container will be created(path=j2ee-h2.dicon)
DEBUG 2024-11-02 02:50:31,121 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,122 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,122 [main] S2Container will be created(path=jdbc-h2.dicon)
DEBUG 2024-11-02 02:50:31,123 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,125 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,125 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,126 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,128 [main] S2Container is created(path=jdbc-h2.dicon)
DEBUG 2024-11-02 02:50:31,128 [main] S2Container is created(path=j2ee-h2.dicon)
WARN  2024-11-02 02:50:31,129 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,166 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,166 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,170 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,170 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,173 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,173 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,173 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-11-02 02:50:31,177 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,177 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,177 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-11-02 02:50:31,177 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,177 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,177 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-11-02 02:50:31,177 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,177 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:31,178 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:31,178 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2024-11-02 02:50:31,178 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:31,178 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,178 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,181 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec
Running org.seasar.dao.util.FetchHandlerUtilTest
DEBUG 2024-11-02 02:50:31,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.util.DaoNamingConventionUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.seasar.dao.impl.NoPersistentPropertyTypeTest
DEBUG 2024-11-02 02:50:31,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,198 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,198 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,198 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,198 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:31,202 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2024-11-02 02:50:31,205 [main] Logical connection closed, tx=null
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization findAll method of org.seasar.dao.impl.NoPersistentPropertyTypeTest$Foo1Dao, because org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.unit.S2DaoTestCase.createDaoMetaData(S2DaoTestCase.java:173)
	at org.seasar.dao.impl.NoPersistentPropertyTypeTest.testNoPersistentPropertyTypeException1(NoPersistentPropertyTypeTest.java:39)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.BeanMetaDataImpl.setupAutoSelectList(BeanMetaDataImpl.java:405)
	at org.seasar.dao.impl.BeanMetaDataImpl.getAutoSelectList(BeanMetaDataImpl.java:362)
	at org.seasar.dao.dbms.Standard.getAutoSelectSql(Standard.java:64)
	at org.seasar.dao.impl.DaoMetaDataImpl.createAutoSelectSql(DaoMetaDataImpl.java:866)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByArgs(DaoMetaDataImpl.java:796)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByAuto(DaoMetaDataImpl.java:752)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSelectMethodByAuto(DaoMetaDataImpl.java:723)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:389)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 32 more
DEBUG 2024-11-02 02:50:31,207 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,211 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,216 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,216 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,216 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,216 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:31,221 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2024-11-02 02:50:31,223 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,223 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,223 [main] SELECT * FROM EMP
DEBUG 2024-11-02 02:50:31,274 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,274 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.impl.DtoListMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:31,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,280 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,280 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,284 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,284 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,286 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,286 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,288 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,290 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,290 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,295 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,295 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,295 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,295 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor3Test
DEBUG 2024-11-02 02:50:31,298 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,299 [main] S2Container will be created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2024-11-02 02:50:31,299 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:31,301 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,302 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,303 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,303 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,309 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:31,310 [main] S2Container is created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2024-11-02 02:50:31,321 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/41, BranchId=]
DEBUG 2024-11-02 02:50:31,321 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/41, BranchId=]
DEBUG 2024-11-02 02:50:31,321 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/41, BranchId=]
DEBUG 2024-11-02 02:50:31,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/41, BranchId=]
DEBUG 2024-11-02 02:50:31,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/41, BranchId=]
DEBUG 2024-11-02 02:50:31,324 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/41, BranchId=]
DEBUG 2024-11-02 02:50:31,324 [main] UPDATE DEPT SET dname = null, versionno = 1, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2024-11-02 02:50:31,325 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/41, BranchId=]
DEBUG 2024-11-02 02:50:31,325 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/41, BranchId=]
DEBUG 2024-11-02 02:50:31,325 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,327 [main] S2Container will be created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2024-11-02 02:50:31,328 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:31,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,337 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:31,338 [main] S2Container is created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2024-11-02 02:50:31,346 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/42, BranchId=]
DEBUG 2024-11-02 02:50:31,347 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/42, BranchId=]
DEBUG 2024-11-02 02:50:31,347 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/42, BranchId=]
DEBUG 2024-11-02 02:50:31,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/42, BranchId=]
DEBUG 2024-11-02 02:50:31,350 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/42, BranchId=]
DEBUG 2024-11-02 02:50:31,351 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/42, BranchId=]
DEBUG 2024-11-02 02:50:31,351 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2024-11-02 02:50:31,351 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/42, BranchId=]
DEBUG 2024-11-02 02:50:31,352 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/42, BranchId=]
DEBUG 2024-11-02 02:50:31,352 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.seasar.dao.impl.ArgumentDtoProcedureCommandTest
DEBUG 2024-11-02 02:50:31,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,356 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,356 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,358 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,359 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,359 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,360 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,361 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,361 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,363 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,364 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,365 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,365 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/43, BranchId=]
DEBUG 2024-11-02 02:50:31,368 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,368 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/43, BranchId=]
DEBUG 2024-11-02 02:50:31,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/43, BranchId=]
DEBUG 2024-11-02 02:50:31,374 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/43, BranchId=]
DEBUG 2024-11-02 02:50:31,374 [main] {call PROCEDURE_TEST_AAA1 (?)}
DEBUG 2024-11-02 02:50:31,376 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/43, BranchId=]
DEBUG 2024-11-02 02:50:31,376 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/43, BranchId=]
DEBUG 2024-11-02 02:50:31,376 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,379 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,381 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,381 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,383 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,384 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,384 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,396 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,396 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,397 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,397 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/44, BranchId=]
DEBUG 2024-11-02 02:50:31,398 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,398 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/44, BranchId=]
DEBUG 2024-11-02 02:50:31,398 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/44, BranchId=]
DEBUG 2024-11-02 02:50:31,401 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/44, BranchId=]
DEBUG 2024-11-02 02:50:31,401 [main] {call PROCEDURE_TEST_AAA2 (?, ?)}
DEBUG 2024-11-02 02:50:31,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/44, BranchId=]
DEBUG 2024-11-02 02:50:31,404 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/44, BranchId=]
DEBUG 2024-11-02 02:50:31,404 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,407 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,407 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,409 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,411 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,411 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,412 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,412 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,415 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,415 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,415 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,417 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/45, BranchId=]
DEBUG 2024-11-02 02:50:31,418 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,418 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/45, BranchId=]
DEBUG 2024-11-02 02:50:31,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/45, BranchId=]
DEBUG 2024-11-02 02:50:31,421 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/45, BranchId=]
DEBUG 2024-11-02 02:50:31,421 [main] {call PROCEDURE_TEST_AAA3 ()}
DEBUG 2024-11-02 02:50:31,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/45, BranchId=]
DEBUG 2024-11-02 02:50:31,474 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/45, BranchId=]
DEBUG 2024-11-02 02:50:31,474 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,475 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,478 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,479 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,480 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,482 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,482 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,484 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,485 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,485 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,486 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/46, BranchId=]
DEBUG 2024-11-02 02:50:31,486 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,486 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/46, BranchId=]
DEBUG 2024-11-02 02:50:31,486 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/46, BranchId=]
DEBUG 2024-11-02 02:50:31,490 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/46, BranchId=]
DEBUG 2024-11-02 02:50:31,490 [main] {call PROCEDURE_TEST_BBB1 ('hoge')}
DEBUG 2024-11-02 02:50:31,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/46, BranchId=]
DEBUG 2024-11-02 02:50:31,492 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/46, BranchId=]
DEBUG 2024-11-02 02:50:31,492 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,494 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,496 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,497 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,499 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,500 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,500 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,502 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,503 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,503 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,504 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/47, BranchId=]
DEBUG 2024-11-02 02:50:31,505 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,505 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/47, BranchId=]
DEBUG 2024-11-02 02:50:31,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/47, BranchId=]
DEBUG 2024-11-02 02:50:31,508 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/47, BranchId=]
DEBUG 2024-11-02 02:50:31,509 [main] {call PROCEDURE_TEST_BBB2 ('hoge', 10, '2007-08-26 14.30.00')}
DEBUG 2024-11-02 02:50:31,511 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/47, BranchId=]
DEBUG 2024-11-02 02:50:31,511 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/47, BranchId=]
DEBUG 2024-11-02 02:50:31,511 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,514 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,516 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,518 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,519 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,520 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,521 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,521 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,523 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,523 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,524 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,525 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/48, BranchId=]
DEBUG 2024-11-02 02:50:31,526 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/48, BranchId=]
DEBUG 2024-11-02 02:50:31,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/48, BranchId=]
DEBUG 2024-11-02 02:50:31,529 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/48, BranchId=]
DEBUG 2024-11-02 02:50:31,529 [main] {call PROCEDURE_TEST_CCC1 ('hoge', 10, ?)}
DEBUG 2024-11-02 02:50:31,532 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/48, BranchId=]
DEBUG 2024-11-02 02:50:31,532 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/48, BranchId=]
DEBUG 2024-11-02 02:50:31,532 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,534 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,537 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,538 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,538 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,540 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,540 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,542 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,543 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,543 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,544 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/49, BranchId=]
DEBUG 2024-11-02 02:50:31,544 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,545 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/49, BranchId=]
DEBUG 2024-11-02 02:50:31,545 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/49, BranchId=]
DEBUG 2024-11-02 02:50:31,548 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/49, BranchId=]
DEBUG 2024-11-02 02:50:31,548 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/49, BranchId=]
[EDAO0029]null is illegal for argument DTO
DEBUG 2024-11-02 02:50:31,549 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/49, BranchId=]
DEBUG 2024-11-02 02:50:31,549 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,551 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,551 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,553 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,554 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,559 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,560 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,560 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,562 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,563 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,563 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,564 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/50, BranchId=]
DEBUG 2024-11-02 02:50:31,564 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/50, BranchId=]
DEBUG 2024-11-02 02:50:31,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/50, BranchId=]
DEBUG 2024-11-02 02:50:31,568 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/50, BranchId=]
DEBUG 2024-11-02 02:50:31,568 [main] {call PROCEDURE_TEST_CCC2 (?, 10, ?)}
DEBUG 2024-11-02 02:50:31,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/50, BranchId=]
DEBUG 2024-11-02 02:50:31,570 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/50, BranchId=]
DEBUG 2024-11-02 02:50:31,570 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,572 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,573 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,575 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,576 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,576 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,577 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,577 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,579 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,580 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,581 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,582 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/51, BranchId=]
DEBUG 2024-11-02 02:50:31,582 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/51, BranchId=]
DEBUG 2024-11-02 02:50:31,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/51, BranchId=]
DEBUG 2024-11-02 02:50:31,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/51, BranchId=]
DEBUG 2024-11-02 02:50:31,586 [main] {call PROCEDURE_TEST_DDD1 ('ab')}
DEBUG 2024-11-02 02:50:31,588 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/51, BranchId=]
DEBUG 2024-11-02 02:50:31,589 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/51, BranchId=]
DEBUG 2024-11-02 02:50:31,589 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,590 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,593 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,594 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,595 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,596 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,597 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,599 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,599 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2024-11-02 02:50:31,600 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,600 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/52, BranchId=]
DEBUG 2024-11-02 02:50:31,601 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/52, BranchId=]
DEBUG 2024-11-02 02:50:31,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/52, BranchId=]
DEBUG 2024-11-02 02:50:31,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/52, BranchId=]
DEBUG 2024-11-02 02:50:31,605 [main] {? = call FUNCTION_TEST_MAX (5.0, 10.0)}
DEBUG 2024-11-02 02:50:31,607 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/52, BranchId=]
DEBUG 2024-11-02 02:50:31,607 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/52, BranchId=]
DEBUG 2024-11-02 02:50:31,608 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec
Running org.seasar.dao.pager.PagerContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.LogCustomizeTest
DEBUG 2024-11-02 02:50:31,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,616 [main] S2Container will be created(path=org/seasar/dao/impl/LogCustomizeTest.dicon)
DEBUG 2024-11-02 02:50:31,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,620 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,620 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,669 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,673 [main] S2Container is created(path=org/seasar/dao/impl/LogCustomizeTest.dicon)
DEBUG 2024-11-02 02:50:31,687 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/53, BranchId=]
DEBUG 2024-11-02 02:50:31,688 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/53, BranchId=]
DEBUG 2024-11-02 02:50:31,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/53, BranchId=]
DEBUG 2024-11-02 02:50:31,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/53, BranchId=]
DEBUG 2024-11-02 02:50:31,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/53, BranchId=]
DEBUG 2024-11-02 02:50:31,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/53, BranchId=]
DEBUG 2024-11-02 02:50:31,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/53, BranchId=]
SELECT empno, ename, dname FROM emp, dept where emp.deptno = dept.deptno
DEBUG 2024-11-02 02:50:31,697 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/53, BranchId=]
DEBUG 2024-11-02 02:50:31,697 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.seasar.dao.impl.ReturnsArrayDaoTest
DEBUG 2024-11-02 02:50:31,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,701 [main] S2Container will be created(path=org/seasar/dao/impl/ReturnsArrayDaoTest.dicon)
DEBUG 2024-11-02 02:50:31,701 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:31,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,711 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:31,712 [main] S2Container is created(path=org/seasar/dao/impl/ReturnsArrayDaoTest.dicon)
DEBUG 2024-11-02 02:50:31,722 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,722 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,722 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,722 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,725 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,726 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,726 [main] SELECT EMP.ename FROM EMP
DEBUG 2024-11-02 02:50:31,726 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,726 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,726 [main] SELECT EMP.ename FROM EMP
DEBUG 2024-11-02 02:50:31,727 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,727 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.pager.PagerConditionBaseTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.pager.ScrollCursorTest
DEBUG 2024-11-02 02:50:31,736 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,736 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,742 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,742 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,743 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/54, BranchId=]
DEBUG 2024-11-02 02:50:31,743 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/54, BranchId=]
DEBUG 2024-11-02 02:50:31,748 [main] S2Pager use scroll cursor.
DEBUG 2024-11-02 02:50:31,748 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/54, BranchId=]
DEBUG 2024-11-02 02:50:31,748 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,749 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,750 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,755 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,756 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,757 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/55, BranchId=]
DEBUG 2024-11-02 02:50:31,757 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/55, BranchId=]
DEBUG 2024-11-02 02:50:31,757 [main] S2Pager use scroll cursor.
DEBUG 2024-11-02 02:50:31,757 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/55, BranchId=]
DEBUG 2024-11-02 02:50:31,757 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,760 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,762 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,762 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,767 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/56, BranchId=]
DEBUG 2024-11-02 02:50:31,767 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/56, BranchId=]
DEBUG 2024-11-02 02:50:31,768 [main] S2Pager use scroll cursor.
DEBUG 2024-11-02 02:50:31,768 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/56, BranchId=]
DEBUG 2024-11-02 02:50:31,768 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.impl.MapListResultSetHandlerTest
DEBUG 2024-11-02 02:50:31,771 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,779 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,779 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:31,779 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:31,779 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.impl.ClobTest
DEBUG 2024-11-02 02:50:31,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,783 [main] S2Container will be created(path=org/seasar/dao/impl/ClobTest.dicon)
DEBUG 2024-11-02 02:50:31,783 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:31,784 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,787 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,787 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,787 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,788 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,790 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,791 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,793 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,793 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,795 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:31,796 [main] S2Container is created(path=org/seasar/dao/impl/ClobTest.dicon)
WARN  2024-11-02 02:50:31,797 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,805 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/57, BranchId=]
DEBUG 2024-11-02 02:50:31,806 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/57, BranchId=]
DEBUG 2024-11-02 02:50:31,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/57, BranchId=]
DEBUG 2024-11-02 02:50:31,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/57, BranchId=]
DEBUG 2024-11-02 02:50:31,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/57, BranchId=]
DEBUG 2024-11-02 02:50:31,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/57, BranchId=]
DEBUG 2024-11-02 02:50:31,828 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 123
DEBUG 2024-11-02 02:50:31,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/57, BranchId=]
DEBUG 2024-11-02 02:50:31,894 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/57, BranchId=]
DEBUG 2024-11-02 02:50:31,894 [main] Physical connection closed
DEBUG 2024-11-02 02:50:31,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,897 [main] S2Container will be created(path=org/seasar/dao/impl/ClobTest.dicon)
DEBUG 2024-11-02 02:50:31,898 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:31,899 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,901 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,902 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,903 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,905 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:31,905 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:31,907 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:31,907 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:31,909 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:31,909 [main] S2Container is created(path=org/seasar/dao/impl/ClobTest.dicon)
WARN  2024-11-02 02:50:31,911 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:31,919 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,919 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,924 [main] INSERT INTO LARGE_TEXT (version_no, id, large_string) VALUES (0, 1, 'abc1')
DEBUG 2024-11-02 02:50:31,946 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,946 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,946 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2024-11-02 02:50:31,947 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,947 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,947 [main] UPDATE LARGE_TEXT SET version_no = 1, large_string = 'ABCDEFG' WHERE id = 1 AND version_no = 0
DEBUG 2024-11-02 02:50:31,957 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,957 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,957 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2024-11-02 02:50:31,957 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,974 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/58, BranchId=]
DEBUG 2024-11-02 02:50:31,974 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
Running org.seasar.dao.id.IdentifierGeneratorFactoryTest
DEBUG 2024-11-02 02:50:31,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.AnnotationReaderFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.BeanArrayMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:31,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:31,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:31,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:31,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:31,992 [main] Physical connection got
DEBUG 2024-11-02 02:50:31,992 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,016 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,016 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-02 02:50:32,020 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,020 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.types.SerializableTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.InsertAutoDynamicCommandTest
DEBUG 2024-11-02 02:50:32,028 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,028 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,029 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,030 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,030 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,035 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/59, BranchId=]
DEBUG 2024-11-02 02:50:32,036 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,036 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/59, BranchId=]
DEBUG 2024-11-02 02:50:32,036 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/59, BranchId=]
DEBUG 2024-11-02 02:50:32,036 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/59, BranchId=]
DEBUG 2024-11-02 02:50:32,055 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/59, BranchId=]
DEBUG 2024-11-02 02:50:32,064 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/59, BranchId=]
DEBUG 2024-11-02 02:50:32,065 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-02 02.50.32', 99, 'hoge', 0)
DEBUG 2024-11-02 02:50:32,065 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/59, BranchId=]
DEBUG 2024-11-02 02:50:32,065 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/59, BranchId=]
DEBUG 2024-11-02 02:50:32,065 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,067 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,069 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,073 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,074 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,074 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,074 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,075 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,075 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,080 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,082 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2024-11-02 02:50:32,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,082 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:32,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
1
DEBUG 2024-11-02 02:50:32,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,083 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2024-11-02 02:50:32,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,083 [main] CALL IDENTITY()
DEBUG 2024-11-02 02:50:32,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
2
DEBUG 2024-11-02 02:50:32,083 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/60, BranchId=]
DEBUG 2024-11-02 02:50:32,083 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,084 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,085 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,086 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,088 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,088 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,091 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,092 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/61, BranchId=]
DEBUG 2024-11-02 02:50:32,093 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/61, BranchId=]
DEBUG 2024-11-02 02:50:32,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/61, BranchId=]
DEBUG 2024-11-02 02:50:32,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/61, BranchId=]
DEBUG 2024-11-02 02:50:32,153 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/61, BranchId=]
DEBUG 2024-11-02 02:50:32,154 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/61, BranchId=]
DEBUG 2024-11-02 02:50:32,154 [main] INSERT INTO EMP (empno) VALUES (980)
DEBUG 2024-11-02 02:50:32,154 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/61, BranchId=]
DEBUG 2024-11-02 02:50:32,154 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/61, BranchId=]
DEBUG 2024-11-02 02:50:32,154 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,162 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,163 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/62, BranchId=]
DEBUG 2024-11-02 02:50:32,163 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/62, BranchId=]
DEBUG 2024-11-02 02:50:32,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/62, BranchId=]
DEBUG 2024-11-02 02:50:32,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/62, BranchId=]
DEBUG 2024-11-02 02:50:32,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/62, BranchId=]
DEBUG 2024-11-02 02:50:32,172 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/62, BranchId=]
DEBUG 2024-11-02 02:50:32,173 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,182 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/63, BranchId=]
DEBUG 2024-11-02 02:50:32,182 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,182 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/63, BranchId=]
DEBUG 2024-11-02 02:50:32,183 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/63, BranchId=]
DEBUG 2024-11-02 02:50:32,183 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/63, BranchId=]
WARN  2024-11-02 02:50:32,185 [main] Table(DUMMY_TABLE) not found
DEBUG 2024-11-02 02:50:32,191 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/63, BranchId=]
[EDAO0024]No Persistent Properties. Probably (org.seasar.dao.impl.InsertAutoDynamicCommandTest$FooDto) doesnt assosiated with table.
DEBUG 2024-11-02 02:50:32,192 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/63, BranchId=]
DEBUG 2024-11-02 02:50:32,192 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,196 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,197 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,199 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,200 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,201 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,202 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,203 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,203 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,203 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,209 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,210 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,210 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 49)
DEBUG 2024-11-02 02:50:32,210 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
49
DEBUG 2024-11-02 02:50:32,210 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/64, BranchId=]
DEBUG 2024-11-02 02:50:32,210 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,226 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,227 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,227 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,227 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,227 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,234 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,234 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,234 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,234 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,234 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,234 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 50)
DEBUG 2024-11-02 02:50:32,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
50
DEBUG 2024-11-02 02:50:32,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,235 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,235 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,235 [main] INSERT INTO SEQTABLE (name, id) VALUES ('foo', 51)
DEBUG 2024-11-02 02:50:32,235 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
51
DEBUG 2024-11-02 02:50:32,235 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/65, BranchId=]
DEBUG 2024-11-02 02:50:32,235 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,238 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,240 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,245 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/66, BranchId=]
DEBUG 2024-11-02 02:50:32,245 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,245 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/66, BranchId=]
DEBUG 2024-11-02 02:50:32,246 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/66, BranchId=]
DEBUG 2024-11-02 02:50:32,246 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/66, BranchId=]
DEBUG 2024-11-02 02:50:32,265 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/66, BranchId=]
DEBUG 2024-11-02 02:50:32,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/66, BranchId=]
DEBUG 2024-11-02 02:50:32,273 [main] INSERT INTO EMP (tstamp, empno, ename) VALUES ('2024-11-02 02.50.32', 99, 'hoge')
DEBUG 2024-11-02 02:50:32,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/66, BranchId=]
DEBUG 2024-11-02 02:50:32,274 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/66, BranchId=]
DEBUG 2024-11-02 02:50:32,274 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,276 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,277 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,278 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,278 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,281 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,283 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/67, BranchId=]
DEBUG 2024-11-02 02:50:32,284 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,284 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/67, BranchId=]
DEBUG 2024-11-02 02:50:32,284 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/67, BranchId=]
DEBUG 2024-11-02 02:50:32,284 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/67, BranchId=]
DEBUG 2024-11-02 02:50:32,301 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/67, BranchId=]
DEBUG 2024-11-02 02:50:32,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/67, BranchId=]
DEBUG 2024-11-02 02:50:32,310 [main] INSERT INTO EMP (deptno, empno, tstamp) VALUES (10, 99, '2024-11-02 02.50.32')
DEBUG 2024-11-02 02:50:32,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/67, BranchId=]
DEBUG 2024-11-02 02:50:32,310 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/67, BranchId=]
DEBUG 2024-11-02 02:50:32,310 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,318 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,320 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,320 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,320 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,320 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,381 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,382 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,382 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,382 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,382 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,382 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,382 [main] INSERT INTO COMPOSITE_PK_TABLE (aaa, pk2, pk1) VALUES ('hoge', 10, 52)
DEBUG 2024-11-02 02:50:32,383 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,383 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,383 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec
Running org.seasar.dao.impl.MapArrayResultSetHandlerTest
DEBUG 2024-11-02 02:50:32,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,388 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,393 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,393 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,393 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,393 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.id.SequenceIdentifierGeneratorTest
DEBUG 2024-11-02 02:50:32,396 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,397 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,404 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/68, BranchId=]
DEBUG 2024-11-02 02:50:32,404 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/68, BranchId=]
DEBUG 2024-11-02 02:50:32,404 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/68, BranchId=]
53
DEBUG 2024-11-02 02:50:32,405 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/68, BranchId=]
DEBUG 2024-11-02 02:50:32,405 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,406 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,409 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,409 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,413 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
DEBUG 2024-11-02 02:50:32,415 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
DEBUG 2024-11-02 02:50:32,415 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,415 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
49
50
51
52
53
54
55
56
57
58
DEBUG 2024-11-02 02:50:32,416 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
DEBUG 2024-11-02 02:50:32,416 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,417 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
59
60
61
62
63
64
65
66
67
68
DEBUG 2024-11-02 02:50:32,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
DEBUG 2024-11-02 02:50:32,417 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,417 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
69
70
71
72
73
74
75
76
77
78
DEBUG 2024-11-02 02:50:32,417 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
DEBUG 2024-11-02 02:50:32,418 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2024-11-02 02:50:32,418 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
79
80
DEBUG 2024-11-02 02:50:32,418 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/69, BranchId=]
DEBUG 2024-11-02 02:50:32,418 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.seasar.dao.impl.ObjectListResultSetHandlerTest
DEBUG 2024-11-02 02:50:32,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,427 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,428 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,428 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,428 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,428 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.unit.S2DaoBeanListReaderTest
DEBUG 2024-11-02 02:50:32,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,431 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,442 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,442 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,459 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,466 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.dao.impl.NoPropertyForUpdateTest
DEBUG 2024-11-02 02:50:32,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,470 [main] S2Container will be created(path=org/seasar/dao/impl/NoPropertyForUpdate.dicon)
DEBUG 2024-11-02 02:50:32,470 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:32,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,477 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:32,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:32,479 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:32,481 [main] S2Container is created(path=org/seasar/dao/impl/NoPropertyForUpdate.dicon)
DEBUG 2024-11-02 02:50:32,489 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,489 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,489 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:32,489 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:32,493 [main] Logical connection closed, tx=null
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao, because org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb$$MethodInvocation$$delete0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb.delete(NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest.testExceptionOnUpdate(NoPropertyForUpdateTest.java:41)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:102)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 37 more
DEBUG 2024-11-02 02:50:32,495 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.impl.DefaultTest
DEBUG 2024-11-02 02:50:32,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,498 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:32,500 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,501 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,503 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,503 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,505 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,506 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,507 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,507 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,510 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,510 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,511 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,514 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:32,514 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:32,530 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/70, BranchId=]
DEBUG 2024-11-02 02:50:32,532 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,532 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/70, BranchId=]
[1] TABLE_CAT
[2] TABLE_SCHEM
[3] TABLE_NAME
[4] COLUMN_NAME
[5] DATA_TYPE
[6] TYPE_NAME
[7] COLUMN_SIZE
[8] BUFFER_LENGTH
[9] DECIMAL_DIGITS
[10] NUM_PREC_RADIX
[11] NULLABLE
[12] REMARKS
[13] COLUMN_DEF
[14] SQL_DATA_TYPE
[15] SQL_DATETIME_SUB
[16] CHAR_OCTET_LENGTH
[17] ORDINAL_POSITION
[18] IS_NULLABLE
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, columnname=ID, datatype=4, typename=INTEGER, columnsize=10, bufferlength=null, decimaldigits=0, numprecradix=10, nullable=0, remarks=, columndef=AUTOINCREMENT: start 1 increment 1, sqldatatype=null, sqldatetimesub=null, charoctetlength=null, ordinalposition=1, isnullable=NO}
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, columnname=AAA, datatype=12, typename=VARCHAR, columnsize=20, bufferlength=null, decimaldigits=null, numprecradix=null, nullable=1, remarks=, columndef='ABC', sqldatatype=null, sqldatetimesub=null, charoctetlength=40, ordinalposition=2, isnullable=YES}
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, columnname=BBB, datatype=12, typename=VARCHAR, columnsize=20, bufferlength=null, decimaldigits=null, numprecradix=null, nullable=1, remarks=, columndef=null, sqldatatype=null, sqldatetimesub=null, charoctetlength=40, ordinalposition=3, isnullable=YES}
{tablecat=, tableschem=SEASAR, tablename=DEFAULT_TABLE, columnname=VERSION_NO, datatype=4, typename=INTEGER, columnsize=10, bufferlength=null, decimaldigits=0, numprecradix=10, nullable=0, remarks=, columndef=null, sqldatatype=null, sqldatetimesub=null, charoctetlength=null, ordinalposition=4, isnullable=NO}
DEBUG 2024-11-02 02:50:32,535 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/70, BranchId=]
DEBUG 2024-11-02 02:50:32,535 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,537 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:32,538 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,539 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,541 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,541 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,595 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,596 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,596 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,597 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,599 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,600 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,601 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,603 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:32,603 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:32,620 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/71, BranchId=]
DEBUG 2024-11-02 02:50:32,621 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/71, BranchId=]
ID[AUTOINCREMENT: start 1 increment 1]
AAA['ABC']
BBB[null]
VERSION_NO[null]
DEBUG 2024-11-02 02:50:32,625 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/71, BranchId=]
DEBUG 2024-11-02 02:50:32,625 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,627 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:32,628 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,629 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,630 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,631 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,632 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,634 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,635 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,635 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,637 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,638 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,639 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,645 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:32,646 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:32,665 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,666 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,666 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,666 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,666 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,669 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,671 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,671 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '1234567', '890')
DEBUG 2024-11-02 02:50:32,676 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,677 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-11-02 02:50:32,678 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,678 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,678 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,678 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 1
DEBUG 2024-11-02 02:50:32,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,693 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/72, BranchId=]
DEBUG 2024-11-02 02:50:32,693 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,696 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:32,696 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,697 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,700 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,701 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,702 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,702 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,703 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,706 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,706 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,708 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,709 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:32,709 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:32,727 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,727 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,732 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2024-11-02 02:50:32,732 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2024-11-02 02:50:32,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,733 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-11-02 02:50:32,745 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,759 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/73, BranchId=]
DEBUG 2024-11-02 02:50:32,759 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,762 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:32,763 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,763 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,766 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,767 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,768 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,769 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,770 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,771 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,772 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,774 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,774 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:32,775 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:32,790 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,791 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,791 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,791 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,791 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,792 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,795 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,795 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2024-11-02 02:50:32,795 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, null, '22')
DEBUG 2024-11-02 02:50:32,795 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '31', null)
DEBUG 2024-11-02 02:50:32,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,797 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,797 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-11-02 02:50:32,797 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,804 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/74, BranchId=]
DEBUG 2024-11-02 02:50:32,804 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,806 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:32,807 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,808 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,811 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,811 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,811 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,812 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,813 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,813 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,815 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,816 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,818 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,819 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:32,819 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:32,836 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,836 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,836 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,836 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,843 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,843 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', null)
DEBUG 2024-11-02 02:50:32,843 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2024-11-02 02:50:32,844 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,844 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,844 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2024-11-02 02:50:32,845 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,851 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/75, BranchId=]
DEBUG 2024-11-02 02:50:32,851 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,854 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:32,854 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,855 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,856 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,858 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,858 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,859 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,860 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,861 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,861 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,864 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,865 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,867 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,867 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:32,868 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:32,942 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,942 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,943 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,943 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,943 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,944 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,947 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,947 [main] INSERT INTO DEFAULT_TABLE (version_no, bbb) VALUES (0, 'bbbb')
DEBUG 2024-11-02 02:50:32,950 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,950 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-11-02 02:50:32,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,951 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,951 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 9
DEBUG 2024-11-02 02:50:32,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,960 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/76, BranchId=]
DEBUG 2024-11-02 02:50:32,960 [main] Physical connection closed
DEBUG 2024-11-02 02:50:32,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:32,963 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:32,964 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,965 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:32,967 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,968 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,969 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,970 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:32,970 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:32,972 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:32,973 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:32,975 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:32,975 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:32,976 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:32,993 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:32,993 [main] Physical connection got
DEBUG 2024-11-02 02:50:32,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:32,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:32,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:32,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:32,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:32,997 [main] INSERT INTO DEFAULT_TABLE (version_no) VALUES (0)
DEBUG 2024-11-02 02:50:33,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:33,000 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2024-11-02 02:50:33,001 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:33,001 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:33,001 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:33,001 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 10
DEBUG 2024-11-02 02:50:33,001 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:33,007 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/77, BranchId=]
DEBUG 2024-11-02 02:50:33,007 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,010 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:33,011 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:33,012 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:33,013 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,015 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,015 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:33,016 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:33,017 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:33,018 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:33,018 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:33,020 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:33,021 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:33,023 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:33,024 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:33,024 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:33,042 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,043 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,043 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,043 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,044 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,048 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,048 [main] INSERT INTO DEFAULT_TABLE (
    AAA,
    
    VERSION_NO
) VALUES (
	'foooo',
	
	0
)
DEBUG 2024-11-02 02:50:33,053 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,053 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,053 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2024-11-02 02:50:33,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,063 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/78, BranchId=]
DEBUG 2024-11-02 02:50:33,063 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,065 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:33,066 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:33,068 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:33,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,070 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:33,071 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:33,072 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:33,073 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:33,074 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:33,076 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:33,076 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:33,078 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:33,078 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:33,080 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:33,097 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,097 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,097 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,103 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,103 [main] INSERT INTO DEFAULT_TABLE (
    
    BBB,
    VERSION_NO
) VALUES (
	
	'ttt',
	0
)
DEBUG 2024-11-02 02:50:33,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,107 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2024-11-02 02:50:33,107 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,115 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/79, BranchId=]
DEBUG 2024-11-02 02:50:33,115 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,117 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2024-11-02 02:50:33,119 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:33,119 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:33,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,121 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:33,123 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:33,124 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:33,125 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:33,125 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:33,127 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:33,128 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:33,129 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:33,131 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2024-11-02 02:50:33,131 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:33,147 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,148 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,148 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,148 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,148 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,152 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,153 [main] INSERT INTO PK_ONLY_TABLE (aaa, bbb) VALUES (123, 456)
DEBUG 2024-11-02 02:50:33,156 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,156 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,156 [main] SELECT PK_ONLY_TABLE.aaa, PK_ONLY_TABLE.bbb FROM PK_ONLY_TABLE
DEBUG 2024-11-02 02:50:33,158 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,164 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/80, BranchId=]
DEBUG 2024-11-02 02:50:33,164 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec
Running org.seasar.dao.impl.RelationPropertyTypeFactoryImplTest
DEBUG 2024-11-02 02:50:33,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,175 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,175 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,183 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,183 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.dao.impl.BeanMetaDataFactoryImplTest
DEBUG 2024-11-02 02:50:33,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,188 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,189 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,189 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,250 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,255 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,255 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,257 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,263 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,265 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/81, BranchId=]
DEBUG 2024-11-02 02:50:33,265 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,265 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/81, BranchId=]
DEBUG 2024-11-02 02:50:33,270 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/81, BranchId=]
DEBUG 2024-11-02 02:50:33,270 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/81, BranchId=]
DEBUG 2024-11-02 02:50:33,270 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,272 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,280 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,282 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,285 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/82, BranchId=]
DEBUG 2024-11-02 02:50:33,285 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,285 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/82, BranchId=]
DEBUG 2024-11-02 02:50:33,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/82, BranchId=]
DEBUG 2024-11-02 02:50:33,289 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/82, BranchId=]
DEBUG 2024-11-02 02:50:33,289 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,291 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,292 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,293 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,293 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,300 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,305 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,307 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,311 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,311 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,313 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,318 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,326 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,331 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,332 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,340 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,345 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:33,346 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,355 [main] S2Container is created(path=dao.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec
Running org.seasar.dao.impl.FieldDaoMetaDataImplTest
DEBUG 2024-11-02 02:50:33,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,364 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,371 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,373 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,373 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,373 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,373 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,392 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,398 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,400 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,456 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,459 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,460 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,461 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,461 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,462 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,462 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,480 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.impl.Employee11Dao, method=insert, file=org/seasar/dao/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-02 02:50:33,480 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,482 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,489 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,491 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,491 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,491 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,491 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,513 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:33,513 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,514 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:33,515 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-02 02:50:33,515 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,518 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,524 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,525 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,526 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,526 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,526 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,526 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,544 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,548 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,549 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,550 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,552 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,552 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,557 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,558 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,558 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,558 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,559 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,576 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,579 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,580 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,581 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,582 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,589 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,589 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,590 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,590 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,590 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,590 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,614 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,616 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,676 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,677 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,677 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,677 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,677 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,698 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,701 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,704 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,705 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,714 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,717 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,717 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,717 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,717 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,736 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, hiredate = ?, mgr = ?, job = ?, comm = ?, sal = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-02 02:50:33,737 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,740 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,743 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,747 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,749 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,749 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,749 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,749 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,765 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,768 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,770 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,772 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,774 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,777 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,779 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,779 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,779 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,779 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,802 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,805 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,807 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,810 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,812 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,815 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,817 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,817 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,817 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,817 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:33,835 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:33,838 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,841 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,847 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,847 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,849 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/83, BranchId=]
DEBUG 2024-11-02 02:50:33,849 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/83, BranchId=]
DEBUG 2024-11-02 02:50:33,849 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/83, BranchId=]
DEBUG 2024-11-02 02:50:33,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/83, BranchId=]
DEBUG 2024-11-02 02:50:33,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/83, BranchId=]
DEBUG 2024-11-02 02:50:33,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/83, BranchId=]
DEBUG 2024-11-02 02:50:33,938 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-02 02.50.33', 99, 'hoge', 0)
DEBUG 2024-11-02 02:50:33,939 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/83, BranchId=]
DEBUG 2024-11-02 02:50:33,939 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/83, BranchId=]
DEBUG 2024-11-02 02:50:33,939 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,941 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,948 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,949 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,949 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,949 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,949 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,950 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,970 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,977 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:33,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,978 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.33', ename = 'hoge2', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:33,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,979 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/84, BranchId=]
DEBUG 2024-11-02 02:50:33,979 [main] Physical connection closed
DEBUG 2024-11-02 02:50:33,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:33,981 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:33,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,986 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:33,987 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:33,987 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:33,989 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:33,989 [main] Physical connection got
DEBUG 2024-11-02 02:50:33,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:33,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:33,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:34,009 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:34,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:34,017 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:34,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:34,019 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:34,020 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.34', ename = 'hoge4', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-02 02:50:34,020 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:34,020 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/85, BranchId=]
DEBUG 2024-11-02 02:50:34,020 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,022 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,025 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,029 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,030 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,030 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,030 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,030 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,030 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,048 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,055 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,055 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:34,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,057 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:34,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,058 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/86, BranchId=]
DEBUG 2024-11-02 02:50:34,058 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,060 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,061 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,063 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,063 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,066 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,068 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,068 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,069 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,069 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,085 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-02 02:50:34,086 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,089 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,095 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,096 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,097 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,097 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,097 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,097 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,122 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF deptno != null*/ EMP.deptno = /*deptno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:34,130 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,132 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,132 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,187 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,192 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,194 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,194 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,194 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,194 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,212 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,219 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,221 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,225 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,228 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,230 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,230 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,230 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,230 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,249 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,256 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,258 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,261 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,261 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,265 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,267 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,267 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,267 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,267 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,283 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,291 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,293 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,300 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,302 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,302 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,302 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,302 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,319 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,327 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,327 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:34,329 [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-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:34,330 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,333 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,334 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,335 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,339 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,339 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,339 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,341 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,341 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,341 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,342 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,359 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,367 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,367 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:34,371 [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-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:34,372 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,373 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,374 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,432 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,433 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,433 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,434 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,434 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,435 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,435 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,460 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,461 [main] select * from emp
DEBUG 2024-11-02 02:50:34,462 [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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:34,463 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,466 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,473 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,474 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,474 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,474 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,474 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,493 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,502 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,502 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-02 02:50:34,505 [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-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-02 02:50:34,506 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,508 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,509 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,512 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,515 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,515 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,516 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,516 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,516 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,516 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,535 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-02 02:50:34,542 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,545 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,551 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,553 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,553 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,553 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,553 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,572 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,580 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,581 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:34,582 [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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:34,586 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,587 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,587 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,590 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,594 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,595 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,596 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,596 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,596 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,596 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,614 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,623 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,623 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:34,625 [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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:34,626 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,683 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,690 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,692 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,692 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,693 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,693 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,709 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,718 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,718 [main] select * from emp
DEBUG 2024-11-02 02:50:34,719 [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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:34,719 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,721 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,727 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,728 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,729 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,729 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,729 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,729 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,748 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,755 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,755 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-02 02:50:34,758 [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-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-02 02:50:34,758 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,761 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,767 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,770 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,770 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,770 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,770 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,787 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,795 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,795 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:34,797 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:34,797 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,799 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,801 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,806 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,808 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,808 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,808 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,808 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,826 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,834 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,834 [main] select count(*) from emp
DEBUG 2024-11-02 02:50:34,834 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,834 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,835 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,836 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,837 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,843 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,844 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,844 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,844 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,845 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,862 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,870 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,870 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:34,871 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}
DEBUG 2024-11-02 02:50:34,872 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,874 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,878 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,878 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,881 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,881 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,883 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,883 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,883 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,883 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,960 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,968 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,968 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:34,969 [main] Logical connection closed, tx=null
{tstamp=2005-01-18 13:09:32.213, empno=7788, ename=SCOTT, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, dname0=RESEARCH, deptno0=20, versionno0=0, loc0=DALLAS}
DEBUG 2024-11-02 02:50:34,969 [main] Physical connection closed
DEBUG 2024-11-02 02:50:34,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:34,971 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,974 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:34,974 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:34,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:34,978 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:34,980 [main] Physical connection got
DEBUG 2024-11-02 02:50:34,980 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,980 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:34,980 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:34,998 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,006 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,006 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:35,006 [main] Logical connection closed, tx=null
[{tstamp=2005-01-18 13:09:32.213, empno=7788, ename=SCOTT, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, dname0=RESEARCH, deptno0=20, versionno0=0, loc0=DALLAS}]
DEBUG 2024-11-02 02:50:35,006 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,009 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,009 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,011 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,011 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,014 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,015 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,017 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,017 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,017 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,017 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,034 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,043 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,043 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-02 02:50:35,043 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1feafba
DEBUG 2024-11-02 02:50:35,043 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,045 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,052 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,053 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,054 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,054 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,054 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,070 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,078 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,078 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-02 02:50:35,079 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-02 02:50:35,079 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,081 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,082 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,083 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,085 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,088 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,088 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,090 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,090 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,091 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,091 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,107 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-02 02:50:35,114 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,114 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-02 02:50:35,115 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-02 02:50:35,116 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,118 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,125 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,126 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,126 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,126 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,126 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,142 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,145 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,145 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:35,145 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,145 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,201 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,201 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,208 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,210 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,210 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,210 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,210 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,228 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,231 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,231 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:35,231 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,231 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,233 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,234 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,235 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,240 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,242 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,242 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,242 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,242 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,255 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,255 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,255 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-02 02:50:35,256 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-02 02:50:35,256 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,259 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,266 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,268 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,268 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,268 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,268 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,279 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,279 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,279 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-02 02:50:35,279 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-02 02:50:35,280 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,282 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,289 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,290 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,291 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,291 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,291 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,291 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,312 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,321 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-02 02.50.35', 9999, 'test', 50)
DEBUG 2024-11-02 02:50:35,321 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,321 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2024-11-02 02:50:35,322 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-02 02:50:35,323 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,323 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2024-11-02 02:50:35,323 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-02 02:50:35.321 {50, null, null, 0}
DEBUG 2024-11-02 02:50:35,323 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/87, BranchId=]
DEBUG 2024-11-02 02:50:35,323 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,325 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,327 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,328 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,328 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,332 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,332 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,333 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,333 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,333 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,333 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,352 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,356 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,359 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,359 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,365 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,367 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,367 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,367 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,367 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,439 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:35,452 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,452 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:50:35,454 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,454 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,456 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,457 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,459 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,463 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,463 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,464 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,464 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,464 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,464 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,484 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_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.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:35,494 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,494 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-02 02:50:35,495 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-02 02:50:35,495 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,497 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,504 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,506 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,506 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,506 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,506 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,524 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_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.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:35,529 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,530 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-02 02:50:35,532 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-02 02:50:35,533 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,536 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,536 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,537 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,541 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,542 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,544 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,544 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,544 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,544 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,561 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_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.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-02 02:50:35,564 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,565 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,566 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,569 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,569 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,573 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,574 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,574 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,574 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,574 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,590 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-02 02:50:35,598 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,598 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-02 02:50:35,600 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,600 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,601 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,603 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,604 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,609 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,609 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,610 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,610 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,610 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,610 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,684 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-02 02:50:35,692 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,692 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-02 02:50:35,692 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,692 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,695 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,703 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,705 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,705 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,705 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,705 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,722 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:35,724 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,726 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,728 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,729 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,730 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,733 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,735 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,735 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,735 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,735 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:35,742 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-02 02:50:35,748 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-02 02:50:35,748 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,748 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-02 02:50:35,749 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-02 02:50:35,749 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,752 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,760 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,761 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,761 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,761 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,761 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,778 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:35,786 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,787 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,790 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,793 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,794 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,794 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,796 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,796 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,796 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,796 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,813 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_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*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-02 02:50:35,817 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,817 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH' 
DEBUG 2024-11-02 02:50:35,818 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,818 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,818 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2024-11-02 02:50:35,820 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,820 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,822 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,825 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,828 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,829 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,830 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,830 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,830 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,830 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,910 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-02 02:50:35,913 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,913 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2024-11-02 02:50:35,915 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,915 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,915 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2024-11-02 02:50:35,915 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,916 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,916 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2024-11-02 02:50:35,917 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,917 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,917 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2024-11-02 02:50:35,917 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,917 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,917 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2024-11-02 02:50:35,918 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,918 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,920 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,921 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,922 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,927 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,927 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,928 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,929 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,929 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,929 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,929 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,945 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-02 02:50:35,945 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,945 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:35,946 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,946 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,946 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-02 02:50:35,946 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,946 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,946 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-02 02:50:35,946 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,946 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/88, BranchId=]
DEBUG 2024-11-02 02:50:35,946 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,948 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,949 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,950 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,950 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,956 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,960 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,960 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,960 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,960 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,977 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,980 [main] Physical connection closed
DEBUG 2024-11-02 02:50:35,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:35,983 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,985 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:35,985 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,988 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:35,989 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:35,989 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:35,992 [main] Physical connection got
DEBUG 2024-11-02 02:50:35,992 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,992 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:35,992 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:35,999 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-02 02:50:36,000 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,003 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,004 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,009 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,011 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,011 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,011 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,011 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,016 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-02 02:50:36,019 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,020 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,022 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,027 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,028 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,028 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,029 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,029 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,035 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:36,037 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,039 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,046 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,047 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,047 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,047 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,047 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,054 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-02 02:50:36,056 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,057 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,058 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,064 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,064 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,066 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,066 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,066 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,066 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,138 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,140 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,140 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-02 02:50:36,143 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,143 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,145 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,148 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,148 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,152 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,154 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,154 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,154 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,154 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,179 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,179 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,181 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,184 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,184 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,187 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,188 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,189 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,189 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,189 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,189 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,209 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-02 02:50:36,210 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,212 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,214 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,218 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2024-11-02 02:50:36,220 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,220 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,220 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,220 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,237 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-02 02:50:36,237 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.879 sec
Running org.seasar.dao.impl.BlobTest
DEBUG 2024-11-02 02:50:36,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,242 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2024-11-02 02:50:36,242 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:36,243 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:36,244 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,246 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,246 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:36,247 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:36,247 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:36,248 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:36,248 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:36,251 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:36,251 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:36,253 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:36,255 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2024-11-02 02:50:36,255 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:36,270 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/89, BranchId=]
DEBUG 2024-11-02 02:50:36,270 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/89, BranchId=]
DEBUG 2024-11-02 02:50:36,271 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/89, BranchId=]
DEBUG 2024-11-02 02:50:36,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/89, BranchId=]
DEBUG 2024-11-02 02:50:36,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/89, BranchId=]
DEBUG 2024-11-02 02:50:36,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/89, BranchId=]
DEBUG 2024-11-02 02:50:36,276 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2024-11-02 02:50:36,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/89, BranchId=]
DEBUG 2024-11-02 02:50:36,282 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/89, BranchId=]
DEBUG 2024-11-02 02:50:36,282 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,284 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2024-11-02 02:50:36,286 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:36,287 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:36,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,288 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:36,290 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:36,291 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:36,292 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:36,292 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:36,294 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:36,294 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:36,296 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:36,297 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2024-11-02 02:50:36,298 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:36,364 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,365 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,365 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,369 [main] INSERT INTO LARGE_BINARY (version_no, id, large_binary) VALUES (0, 111, '[B@193229')
DEBUG 2024-11-02 02:50:36,372 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,372 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,372 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-11-02 02:50:36,373 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,374 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,374 [main] UPDATE LARGE_BINARY SET version_no = 1, large_binary = '[B@1c53bd7' WHERE id = 111 AND version_no = 0
DEBUG 2024-11-02 02:50:36,379 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,379 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,379 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-11-02 02:50:36,379 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,379 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,379 [main] DELETE FROM LARGE_BINARY WHERE id = 111 AND version_no = 1
DEBUG 2024-11-02 02:50:36,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,387 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,387 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2024-11-02 02:50:36,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,397 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/90, BranchId=]
DEBUG 2024-11-02 02:50:36,397 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,400 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2024-11-02 02:50:36,400 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:36,401 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:36,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,404 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:36,405 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:36,405 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:36,406 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:36,407 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:36,409 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:36,409 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:36,411 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:36,412 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2024-11-02 02:50:36,412 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:36,428 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,428 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,432 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,434 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,434 [main] INSERT INTO LARGE_BINARY (version_no, id, large_binary) VALUES (0, 4321, '[B@ffa9d8')
DEBUG 2024-11-02 02:50:36,435 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,435 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,435 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 4321
DEBUG 2024-11-02 02:50:36,435 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,445 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/91, BranchId=]
DEBUG 2024-11-02 02:50:36,445 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,447 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2024-11-02 02:50:36,448 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:36,449 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:36,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,451 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:36,452 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:36,453 [main] S2Container will be created(path=convention.dicon)
DEBUG 2024-11-02 02:50:36,454 [main] S2Container is created(path=convention.dicon)
DEBUG 2024-11-02 02:50:36,454 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2024-11-02 02:50:36,456 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2024-11-02 02:50:36,457 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2024-11-02 02:50:36,458 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2024-11-02 02:50:36,459 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2024-11-02 02:50:36,460 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2024-11-02 02:50:36,472 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/92, BranchId=]
DEBUG 2024-11-02 02:50:36,473 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/92, BranchId=]
DEBUG 2024-11-02 02:50:36,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/92, BranchId=]
DEBUG 2024-11-02 02:50:36,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/92, BranchId=]
DEBUG 2024-11-02 02:50:36,475 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/92, BranchId=]
DEBUG 2024-11-02 02:50:36,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/92, BranchId=]
DEBUG 2024-11-02 02:50:36,476 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2024-11-02 02:50:36,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/92, BranchId=]
DEBUG 2024-11-02 02:50:36,476 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/92, BranchId=]
DEBUG 2024-11-02 02:50:36,476 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec
Running org.seasar.dao.impl.ResultSetHandlerFactoryImplTest
DEBUG 2024-11-02 02:50:36,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,481 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,482 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,482 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,485 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,491 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,494 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,499 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,499 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,501 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,503 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,504 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,520 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,520 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,523 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,523 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,528 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,529 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,548 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,548 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,553 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,553 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,556 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,558 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,558 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,630 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,630 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,633 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,638 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,639 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,639 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,656 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,657 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,666 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,672 [main] S2Container is created(path=j2ee.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec
Running org.seasar.dao.impl.DeleteWithAnnotationTest
DEBUG 2024-11-02 02:50:36,676 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,677 [main] S2Container will be created(path=org/seasar/dao/impl/DeleteWithAnnotationTest.dicon)
DEBUG 2024-11-02 02:50:36,677 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,678 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,681 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,681 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,684 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,684 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,686 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,686 [main] S2Container is created(path=org/seasar/dao/impl/DeleteWithAnnotationTest.dicon)
DEBUG 2024-11-02 02:50:36,693 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,695 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,696 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2024-11-02 02:50:36,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,701 [main] DELETE FROM EMP WHERE EMPNO = 7369
DEBUG 2024-11-02 02:50:36,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,701 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2024-11-02 02:50:36,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,703 [main] DELETE FROM EMP WHERE EMPNO = 7499
DEBUG 2024-11-02 02:50:36,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,704 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2024-11-02 02:50:36,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,705 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/93, BranchId=]
DEBUG 2024-11-02 02:50:36,705 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.interceptors.S2DaoInterceptorTest
DEBUG 2024-11-02 02:50:36,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,708 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,709 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,717 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,718 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,734 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,734 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,734 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,734 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,738 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,738 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/94, BranchId=]
DEBUG 2024-11-02 02:50:36,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/94, BranchId=]
DEBUG 2024-11-02 02:50:36,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/94, BranchId=]
DEBUG 2024-11-02 02:50:36,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/94, BranchId=]
DEBUG 2024-11-02 02:50:36,739 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/94, BranchId=]
DEBUG 2024-11-02 02:50:36,742 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/94, BranchId=]
DEBUG 2024-11-02 02:50:36,742 [main] INSERT INTO emp (empno, ename) VALUES (9999, 'hoge')
DEBUG 2024-11-02 02:50:36,742 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/94, BranchId=]
DEBUG 2024-11-02 02:50:36,742 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/94, BranchId=]
DEBUG 2024-11-02 02:50:36,742 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,744 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,746 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,752 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,752 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,754 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,755 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,770 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,770 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,770 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,770 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,774 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,774 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,775 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,778 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2024-11-02 02:50:36,778 [main] More than 2 rows found, but only first row returned
DEBUG 2024-11-02 02:50:36,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,778 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,779 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2024-11-02 02:50:36,779 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,779 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/95, BranchId=]
DEBUG 2024-11-02 02:50:36,779 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,781 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,782 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,791 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,791 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,866 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,866 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,866 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,866 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,870 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,870 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,870 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,870 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,871 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,874 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,874 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno
DEBUG 2024-11-02 02:50:36,876 [main] Logical connection closed, tx=null
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS}
7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30 {30, SALES, CHICAGO}
7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30 {30, SALES, CHICAGO}
7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20 {20, RESEARCH, DALLAS}
7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30 {30, SALES, CHICAGO}
7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30 {30, SALES, CHICAGO}
7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10 {10, ACCOUNTING, NEW YORK}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10 {10, ACCOUNTING, NEW YORK}
7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30 {30, SALES, CHICAGO}
7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20 {20, RESEARCH, DALLAS}
7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30 {30, SALES, CHICAGO}
7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10 {10, ACCOUNTING, NEW YORK}
DEBUG 2024-11-02 02:50:36,877 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,879 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,880 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,883 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,883 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,886 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,889 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,889 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,903 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,903 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,903 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,903 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,907 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,908 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,908 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,908 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,908 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,911 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,911 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2024-11-02 02:50:36,913 [main] More than 2 rows found, but only first row returned
DEBUG 2024-11-02 02:50:36,914 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, ACCOUNTING, NEW YORK}
DEBUG 2024-11-02 02:50:36,914 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,916 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,917 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,920 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,920 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,923 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,924 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,925 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,926 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,940 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,940 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,940 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,940 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,944 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,944 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,944 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,945 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,945 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,948 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,948 [main] SELECT count(*) FROM emp
DEBUG 2024-11-02 02:50:36,948 [main] Logical connection closed, tx=null
count:14
DEBUG 2024-11-02 02:50:36,948 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,950 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,952 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,954 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,954 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,957 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,958 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,960 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,960 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,975 [main] Physical connection got
DEBUG 2024-11-02 02:50:36,975 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,975 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,975 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,979 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,979 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,979 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,979 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,980 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,982 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:36,982 [main] select empno, ename, dname from emp, dept where empno = 7788 and emp.deptno = dept.deptno
DEBUG 2024-11-02 02:50:36,983 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:36,983 [main] Physical connection closed
DEBUG 2024-11-02 02:50:36,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:36,985 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:36,986 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,988 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:36,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,992 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:36,993 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:36,995 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:36,995 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:37,011 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,011 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,011 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,012 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,015 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,016 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,016 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,016 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,016 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,019 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,019 [main] select empno as value, ename as label from emp
DEBUG 2024-11-02 02:50:37,019 [main] Logical connection closed, tx=null
{value=7369, label=SMITH}
{value=7499, label=ALLEN}
{value=7521, label=WARD}
{value=7566, label=JONES}
{value=7654, label=MARTIN}
{value=7698, label=BLAKE}
{value=7782, label=CLARK}
{value=7788, label=SCOTT}
{value=7839, label=KING}
{value=7844, label=TURNER}
{value=7876, label=ADAMS}
{value=7900, label=JAMES}
{value=7902, label=FORD}
{value=7934, label=MILLER}
DEBUG 2024-11-02 02:50:37,019 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,021 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:37,022 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:37,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,025 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,026 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,029 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,031 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:37,032 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2024-11-02 02:50:37,046 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,046 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,046 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,046 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,050 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,051 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,051 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.deptno = 10
DEBUG 2024-11-02 02:50:37,051 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,051 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
Running org.seasar.dao.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-02 02:50:37,054 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,054 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:37,056 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,058 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,060 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,063 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:37,065 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,065 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,126 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,126 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.pager.PagerResultSetFactoryWapperTest
DEBUG 2024-11-02 02:50:37,129 [main] S2Pager use scroll cursor.
DEBUG 2024-11-02 02:50:37,130 [main] S2Pager use scroll cursor.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.util.SelectableDataSourceProxyUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.BeanListMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:37,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,137 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,137 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,140 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,141 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,142 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,142 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,158 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,159 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-02 02:50:37,163 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,163 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,171 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,171 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,172 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,187 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,187 [main] Logical connection got, 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, null, 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, null, 0}
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {20, RESEARCH, null, 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, null, 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, null, 0}
DEBUG 2024-11-02 02:50:37,189 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,190 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,197 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,199 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,199 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,215 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,215 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,216 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,216 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,219 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,225 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,225 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,236 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,236 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,237 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,237 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest
DEBUG 2024-11-02 02:50:37,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,241 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:37,242 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,243 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,244 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,248 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,250 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:37,257 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/96, BranchId=]
DEBUG 2024-11-02 02:50:37,258 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,258 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/96, BranchId=]
DEBUG 2024-11-02 02:50:37,259 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/96, BranchId=]
DEBUG 2024-11-02 02:50:37,259 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/96, BranchId=]
DEBUG 2024-11-02 02:50:37,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/96, BranchId=]
DEBUG 2024-11-02 02:50:37,274 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/96, BranchId=]
DEBUG 2024-11-02 02:50:37,274 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'AD%'
DEBUG 2024-11-02 02:50:37,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/96, BranchId=]
DEBUG 2024-11-02 02:50:37,274 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/96, BranchId=]
DEBUG 2024-11-02 02:50:37,275 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,277 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:37,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,281 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,281 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,284 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,286 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:37,347 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/97, BranchId=]
DEBUG 2024-11-02 02:50:37,347 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/97, BranchId=]
DEBUG 2024-11-02 02:50:37,347 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/97, BranchId=]
DEBUG 2024-11-02 02:50:37,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/97, BranchId=]
DEBUG 2024-11-02 02:50:37,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/97, BranchId=]
DEBUG 2024-11-02 02:50:37,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/97, BranchId=]
DEBUG 2024-11-02 02:50:37,363 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2024-11-02 02:50:37,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/97, BranchId=]
org.seasar.dao.NotExactlyOneRowUpdatedRuntimeException: [EDAO0016]Not Exactly one row updated (actual:2)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptor.invoke(AssertExactlyOneRowInterceptor.java:34)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$18aecf1$$MethodInvocation$$invoke0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$18aecf1.invoke(PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$18aecf1.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1dfb148$$MethodInvocation$$updateSal0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1dfb148.updateSal(AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1dfb148.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest.testMoreThanOneRowTx(AssertExactlyOneRowInterceptorTest.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
DEBUG 2024-11-02 02:50:37,365 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/97, BranchId=]
DEBUG 2024-11-02 02:50:37,366 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,367 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:37,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,371 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,371 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,376 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:37,382 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/98, BranchId=]
DEBUG 2024-11-02 02:50:37,382 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,382 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/98, BranchId=]
DEBUG 2024-11-02 02:50:37,382 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/98, BranchId=]
DEBUG 2024-11-02 02:50:37,382 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/98, BranchId=]
DEBUG 2024-11-02 02:50:37,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/98, BranchId=]
DEBUG 2024-11-02 02:50:37,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/98, BranchId=]
DEBUG 2024-11-02 02:50:37,399 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2024-11-02 02:50:37,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/98, BranchId=]
DEBUG 2024-11-02 02:50:37,400 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/98, BranchId=]
DEBUG 2024-11-02 02:50:37,400 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running org.seasar.dao.pager.PagerResultSetFactoryLimitOffsetWrapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.pager.MySQLLimitOffsetPagingSqlRewriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.FieldBeanAnnotationReaderPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.util.PropertyDescUtilPublicFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.dbms.StandardTest
DEBUG 2024-11-02 02:50:37,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,427 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,427 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,448 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0, department2.dname AS dname_1, department2.deptno AS deptno_1, department2.versionno AS versionno_1, department2.loc AS loc_1 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno LEFT OUTER JOIN DEPT department2 ON EMP.deptno = department2.deptno
DEBUG 2024-11-02 02:50:37,448 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,449 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,450 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,451 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,451 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,457 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,457 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,474 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,477 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,478 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,484 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,484 [main] S2Container is created(path=j2ee.dicon)
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Identity in this RDB
DEBUG 2024-11-02 02:50:37,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,488 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,490 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,493 [main] S2Container is created(path=j2ee.dicon)
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Sequence in this RDB
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:37,497 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,498 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,501 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,504 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,505 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,505 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,520 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,520 [main] Logical connection got, tx=null
7788,SCOTT
DEBUG 2024-11-02 02:50:37,521 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,521 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,578 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,579 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,579 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,583 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,584 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,584 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,603 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,603 [main] Logical connection got, tx=null
0,SCOTT
DEBUG 2024-11-02 02:50:37,604 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,604 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,611 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,612 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,612 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,624 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,624 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,624 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,625 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,632 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,633 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,633 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,644 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,644 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,645 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,645 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,652 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,653 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,654 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,654 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,665 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,665 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,666 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,666 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running org.seasar.dao.unit.S2DaoBeanReaderTest
DEBUG 2024-11-02 02:50:37,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,675 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,676 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,676 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,691 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,692 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,696 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,696 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,701 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,701 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,716 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,717 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running org.seasar.dao.impl.DaoMetaDataFactoryImplTest
DEBUG 2024-11-02 02:50:37,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,720 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:37,721 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,723 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,723 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,729 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:37,731 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,731 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,731 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,731 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,735 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,737 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,798 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:37,799 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,801 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,804 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,807 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:37,808 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,809 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,809 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,809 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,813 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,814 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,814 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,814 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:37,814 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,817 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.dbms.DbmsManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.unit.S2DaoTestCaseTest
DEBUG 2024-11-02 02:50:37,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,824 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,830 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,830 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:37,833 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2024-11-02 02:50:37,833 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2024-11-02 02:50:37,838 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,838 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,843 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,847 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,847 [main] Logical connection got, tx=null
WARN  2024-11-02 02:50:37,850 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2024-11-02 02:50:37,850 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2024-11-02 02:50:37,855 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:37,855 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.UpdateAutoStaticCommandTest
DEBUG 2024-11-02 02:50:37,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,860 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,863 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,864 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,865 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,866 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,882 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,890 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,890 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:37,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,891 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,891 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.37', ename = 'SCOTT', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:37,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,892 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/99, BranchId=]
DEBUG 2024-11-02 02:50:37,892 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,894 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,896 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,896 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,899 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,900 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,901 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/100, BranchId=]
DEBUG 2024-11-02 02:50:37,901 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/100, BranchId=]
DEBUG 2024-11-02 02:50:37,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/100, BranchId=]
DEBUG 2024-11-02 02:50:37,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/100, BranchId=]
DEBUG 2024-11-02 02:50:37,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/100, BranchId=]
DEBUG 2024-11-02 02:50:37,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/100, BranchId=]
DEBUG 2024-11-02 02:50:37,912 [main] UPDATE DEPT SET dname = null, versionno = 1, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2024-11-02 02:50:37,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/100, BranchId=]
DEBUG 2024-11-02 02:50:37,913 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/100, BranchId=]
DEBUG 2024-11-02 02:50:37,913 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,916 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,917 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,917 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,920 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,921 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,921 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/101, BranchId=]
DEBUG 2024-11-02 02:50:37,923 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/101, BranchId=]
DEBUG 2024-11-02 02:50:37,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/101, BranchId=]
DEBUG 2024-11-02 02:50:37,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/101, BranchId=]
DEBUG 2024-11-02 02:50:37,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/101, BranchId=]
DEBUG 2024-11-02 02:50:37,931 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/101, BranchId=]
DEBUG 2024-11-02 02:50:37,931 [main] UPDATE DEPT SET dname = null, versionno = 0, loc = null WHERE deptno = 10 AND versionno = -1
DEBUG 2024-11-02 02:50:37,932 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/101, BranchId=]
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2024-11-02 02:50:37,932 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/101, BranchId=]
DEBUG 2024-11-02 02:50:37,932 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,935 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,936 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,936 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,939 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,940 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,940 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,941 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,941 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,941 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,941 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,958 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,966 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,966 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:37,967 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,968 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,968 [main] UPDATE EMP SET tstamp = '2024-11-02 02.50.37', ename = 'SCOTT' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:37,968 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,968 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/102, BranchId=]
DEBUG 2024-11-02 02:50:37,968 [main] Physical connection closed
DEBUG 2024-11-02 02:50:37,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:37,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:37,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:37,975 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:37,977 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:37,977 [main] Physical connection got
DEBUG 2024-11-02 02:50:37,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:37,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:37,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:38,053 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:38,061 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:38,061 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2024-11-02 02:50:38,062 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:38,062 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:38,062 [main] UPDATE EMP SET deptno = 20, tstamp = '2024-11-02 02.50.38' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2024-11-02 02:50:38,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:38,063 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/103, BranchId=]
DEBUG 2024-11-02 02:50:38,063 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
Running org.seasar.dao.util.PropertyDescUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.FieldDaoAnnotationReaderTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.pager.NoScrollCursorTest
DEBUG 2024-11-02 02:50:38,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,076 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,077 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,082 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,083 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/104, BranchId=]
DEBUG 2024-11-02 02:50:38,083 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/104, BranchId=]
DEBUG 2024-11-02 02:50:38,084 [main] S2Pager not use scroll cursor.
DEBUG 2024-11-02 02:50:38,084 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/104, BranchId=]
DEBUG 2024-11-02 02:50:38,084 [main] Physical connection closed
DEBUG 2024-11-02 02:50:38,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,087 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,087 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,093 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,093 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,094 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/105, BranchId=]
DEBUG 2024-11-02 02:50:38,094 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/105, BranchId=]
DEBUG 2024-11-02 02:50:38,095 [main] S2Pager not use scroll cursor.
DEBUG 2024-11-02 02:50:38,096 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/105, BranchId=]
DEBUG 2024-11-02 02:50:38,096 [main] Physical connection closed
DEBUG 2024-11-02 02:50:38,097 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,103 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,104 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/106, BranchId=]
DEBUG 2024-11-02 02:50:38,105 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/106, BranchId=]
DEBUG 2024-11-02 02:50:38,105 [main] S2Pager not use scroll cursor.
DEBUG 2024-11-02 02:50:38,105 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/106, BranchId=]
DEBUG 2024-11-02 02:50:38,105 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.pager.LimitOffsetPagingSqlRewriterTest
DEBUG 2024-11-02 02:50:38,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,108 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,110 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,111 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,112 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,112 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,115 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,115 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,119 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,120 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,122 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,134 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,136 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,137 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,140 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,143 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,144 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,144 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,146 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,146 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,158 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,159 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,161 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,162 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,169 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,170 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,170 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,182 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,182 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,184 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,187 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,187 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,190 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,191 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,193 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,193 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,203 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,451 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,452 [main] DELETE FROM CUSTOMER
DEBUG 2024-11-02 02:50:38,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,452 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,455 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,455 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,456 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-11-02 02:50:38,456 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,456 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,456 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-11-02 02:50:38,456 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,456 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,457 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-11-02 02:50:38,458 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,458 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,459 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-11-02 02:50:38,459 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,459 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-11-02 02:50:38,459 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,459 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-11-02 02:50:38,459 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,460 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-11-02 02:50:38,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,460 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-11-02 02:50:38,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,461 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-11-02 02:50:38,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,461 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-11-02 02:50:38,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,461 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,463 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-11-02 02:50:38,464 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,464 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-11-02 02:50:38,464 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,464 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-11-02 02:50:38,465 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,465 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,465 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-11-02 02:50:38,465 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,465 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,465 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-11-02 02:50:38,466 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,466 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,466 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-11-02 02:50:38,466 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,466 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,466 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-11-02 02:50:38,466 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,467 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,467 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-11-02 02:50:38,467 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,467 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,467 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-11-02 02:50:38,467 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,468 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,468 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-11-02 02:50:38,468 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,468 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,468 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-11-02 02:50:38,468 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,468 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,469 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-11-02 02:50:38,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,469 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,470 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-11-02 02:50:38,470 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,470 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,470 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-11-02 02:50:38,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,471 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,471 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-11-02 02:50:38,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,471 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,471 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-11-02 02:50:38,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,471 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,471 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-11-02 02:50:38,472 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,472 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-11-02 02:50:38,472 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,472 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-11-02 02:50:38,472 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,472 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-11-02 02:50:38,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,473 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-11-02 02:50:38,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,473 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-11-02 02:50:38,473 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,473 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-11-02 02:50:38,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,474 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-11-02 02:50:38,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,475 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,475 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-11-02 02:50:38,475 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,475 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,475 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-11-02 02:50:38,475 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,475 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,476 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-11-02 02:50:38,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,476 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-11-02 02:50:38,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,476 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-11-02 02:50:38,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,477 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-11-02 02:50:38,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,477 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-11-02 02:50:38,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,478 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-11-02 02:50:38,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,478 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,478 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-11-02 02:50:38,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,478 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,478 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-11-02 02:50:38,478 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,478 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,479 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-11-02 02:50:38,479 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,479 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,479 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-11-02 02:50:38,479 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,479 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,479 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-11-02 02:50:38,479 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,479 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,480 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-11-02 02:50:38,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,480 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-11-02 02:50:38,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,480 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-11-02 02:50:38,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,481 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-11-02 02:50:38,481 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,481 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,481 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-11-02 02:50:38,481 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,481 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,481 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-11-02 02:50:38,481 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,481 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,482 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-11-02 02:50:38,482 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,482 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-11-02 02:50:38,482 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,482 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-11-02 02:50:38,482 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,483 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-11-02 02:50:38,483 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,483 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,483 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-11-02 02:50:38,483 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,483 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,483 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-11-02 02:50:38,483 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,483 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,484 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-11-02 02:50:38,484 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,484 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,484 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-11-02 02:50:38,485 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,485 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,485 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-11-02 02:50:38,485 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,485 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,485 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-11-02 02:50:38,485 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,485 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,486 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-11-02 02:50:38,486 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,486 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,486 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-11-02 02:50:38,486 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,486 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,486 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-11-02 02:50:38,487 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,487 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,487 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-11-02 02:50:38,487 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,487 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,487 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-11-02 02:50:38,488 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,488 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-11-02 02:50:38,488 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,488 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-11-02 02:50:38,488 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,488 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-11-02 02:50:38,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,489 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,489 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-11-02 02:50:38,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,489 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,490 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-11-02 02:50:38,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,490 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,490 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-11-02 02:50:38,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,490 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,490 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-11-02 02:50:38,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,490 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,491 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-11-02 02:50:38,491 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,491 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-11-02 02:50:38,491 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,491 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-11-02 02:50:38,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,492 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-11-02 02:50:38,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,492 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-11-02 02:50:38,492 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,492 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,493 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-11-02 02:50:38,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,493 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-11-02 02:50:38,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,493 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-11-02 02:50:38,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,494 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-11-02 02:50:38,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,494 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-11-02 02:50:38,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,494 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-11-02 02:50:38,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,495 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-11-02 02:50:38,495 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,495 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,495 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-11-02 02:50:38,495 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,495 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,495 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-11-02 02:50:38,496 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,497 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,497 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-11-02 02:50:38,497 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,497 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,497 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-11-02 02:50:38,497 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,498 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-11-02 02:50:38,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,498 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-11-02 02:50:38,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,498 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,498 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-11-02 02:50:38,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,499 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-11-02 02:50:38,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,499 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-11-02 02:50:38,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,499 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-11-02 02:50:38,500 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,500 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-11-02 02:50:38,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,501 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,501 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-11-02 02:50:38,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,501 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,501 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-11-02 02:50:38,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,501 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,501 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,503 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,503 [main] SELECT count(*) FROM (SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER ) AS total
DEBUG 2024-11-02 02:50:38,504 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,504 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,504 [main] SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER ORDER BY PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-11-02 02:50:38,505 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,505 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/107, BranchId=]
DEBUG 2024-11-02 02:50:38,506 [main] Physical connection closed
DEBUG 2024-11-02 02:50:38,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,508 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,509 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,510 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,511 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,512 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,517 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,517 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,519 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,519 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,529 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,553 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,553 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,553 [main] DELETE FROM CUSTOMER
DEBUG 2024-11-02 02:50:38,553 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,557 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,557 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-11-02 02:50:38,558 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,558 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,561 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-11-02 02:50:38,561 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,562 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,562 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-11-02 02:50:38,562 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,563 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,563 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-11-02 02:50:38,563 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,563 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,563 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-11-02 02:50:38,563 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,563 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,563 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-11-02 02:50:38,563 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,564 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-11-02 02:50:38,564 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,564 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-11-02 02:50:38,564 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,564 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,564 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-11-02 02:50:38,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,566 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-11-02 02:50:38,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,566 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-11-02 02:50:38,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,566 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-11-02 02:50:38,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,567 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-11-02 02:50:38,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,569 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-11-02 02:50:38,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,570 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-11-02 02:50:38,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,570 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-11-02 02:50:38,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,570 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-11-02 02:50:38,571 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,571 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,571 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-11-02 02:50:38,571 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,571 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,571 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-11-02 02:50:38,571 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,571 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,571 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-11-02 02:50:38,572 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,572 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,572 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-11-02 02:50:38,573 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,573 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-11-02 02:50:38,573 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,573 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-11-02 02:50:38,573 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,574 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-11-02 02:50:38,575 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,575 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-11-02 02:50:38,575 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,575 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-11-02 02:50:38,575 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,576 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-11-02 02:50:38,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,576 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-11-02 02:50:38,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,576 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-11-02 02:50:38,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,577 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-11-02 02:50:38,577 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,577 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,577 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-11-02 02:50:38,577 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,577 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,577 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-11-02 02:50:38,577 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,578 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,579 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-11-02 02:50:38,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,579 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,579 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-11-02 02:50:38,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,580 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-11-02 02:50:38,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,580 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-11-02 02:50:38,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,581 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-11-02 02:50:38,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,581 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-11-02 02:50:38,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,581 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-11-02 02:50:38,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,582 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-11-02 02:50:38,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,582 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-11-02 02:50:38,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,582 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-11-02 02:50:38,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,583 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-11-02 02:50:38,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,583 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,583 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-11-02 02:50:38,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,583 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,583 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-11-02 02:50:38,585 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,585 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,585 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-11-02 02:50:38,585 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,585 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,585 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-11-02 02:50:38,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,586 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-11-02 02:50:38,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,586 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-11-02 02:50:38,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,587 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-11-02 02:50:38,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,587 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-11-02 02:50:38,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,587 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-11-02 02:50:38,588 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,588 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,588 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-11-02 02:50:38,589 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,589 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-11-02 02:50:38,589 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,589 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-11-02 02:50:38,592 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,592 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,593 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-11-02 02:50:38,593 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,593 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-11-02 02:50:38,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,594 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,594 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-11-02 02:50:38,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,594 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,596 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-11-02 02:50:38,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,596 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-11-02 02:50:38,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,596 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-11-02 02:50:38,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,597 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-11-02 02:50:38,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,597 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-11-02 02:50:38,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,597 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-11-02 02:50:38,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,597 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-11-02 02:50:38,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,598 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-11-02 02:50:38,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,598 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-11-02 02:50:38,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,599 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-11-02 02:50:38,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,599 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-11-02 02:50:38,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,599 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-11-02 02:50:38,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,599 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-11-02 02:50:38,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,600 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-11-02 02:50:38,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,600 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-11-02 02:50:38,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,600 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-11-02 02:50:38,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,601 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-11-02 02:50:38,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,601 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-11-02 02:50:38,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,601 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-11-02 02:50:38,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,602 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-11-02 02:50:38,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,604 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-11-02 02:50:38,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,604 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-11-02 02:50:38,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,604 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-11-02 02:50:38,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,605 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-11-02 02:50:38,605 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,605 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-11-02 02:50:38,606 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,606 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,606 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-11-02 02:50:38,606 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,606 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,606 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-11-02 02:50:38,607 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,607 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-11-02 02:50:38,607 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,608 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-11-02 02:50:38,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,608 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-11-02 02:50:38,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,608 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-11-02 02:50:38,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,609 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-11-02 02:50:38,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,609 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-11-02 02:50:38,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,609 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-11-02 02:50:38,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,610 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-11-02 02:50:38,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,610 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-11-02 02:50:38,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,610 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-11-02 02:50:38,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,610 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-11-02 02:50:38,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,611 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-11-02 02:50:38,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,611 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-11-02 02:50:38,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,611 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-11-02 02:50:38,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,612 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-11-02 02:50:38,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,628 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,628 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2024-11-02 02:50:38,628 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,628 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,628 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-11-02 02:50:38,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,631 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,632 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,634 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/108, BranchId=]
DEBUG 2024-11-02 02:50:38,634 [main] Physical connection closed
DEBUG 2024-11-02 02:50:38,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,637 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,637 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,638 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,639 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,646 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,647 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,648 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,648 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,659 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,668 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,668 [main] DELETE FROM CUSTOMER
DEBUG 2024-11-02 02:50:38,669 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,669 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,671 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,671 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-11-02 02:50:38,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,671 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,672 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-11-02 02:50:38,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,672 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-11-02 02:50:38,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,672 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-11-02 02:50:38,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,672 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-11-02 02:50:38,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,673 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-11-02 02:50:38,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,673 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-11-02 02:50:38,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,673 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,673 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-11-02 02:50:38,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,674 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-11-02 02:50:38,674 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,674 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-11-02 02:50:38,674 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,674 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-11-02 02:50:38,674 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,675 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-11-02 02:50:38,675 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,675 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,675 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-11-02 02:50:38,675 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,675 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,675 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-11-02 02:50:38,675 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,675 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,675 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-11-02 02:50:38,675 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,676 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,676 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-11-02 02:50:38,676 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,676 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,676 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-11-02 02:50:38,676 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,676 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,676 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-11-02 02:50:38,676 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,676 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,676 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-11-02 02:50:38,677 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,677 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,678 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-11-02 02:50:38,678 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,678 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,678 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-11-02 02:50:38,678 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,678 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,678 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-11-02 02:50:38,678 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,679 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-11-02 02:50:38,679 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,679 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-11-02 02:50:38,679 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,679 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-11-02 02:50:38,679 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,679 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-11-02 02:50:38,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,680 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-11-02 02:50:38,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,680 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-11-02 02:50:38,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,680 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-11-02 02:50:38,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,681 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-11-02 02:50:38,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,681 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-11-02 02:50:38,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,681 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-11-02 02:50:38,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,682 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-11-02 02:50:38,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,682 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-11-02 02:50:38,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,682 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-11-02 02:50:38,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,682 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-11-02 02:50:38,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,683 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-11-02 02:50:38,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,683 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-11-02 02:50:38,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,683 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-11-02 02:50:38,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,684 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-11-02 02:50:38,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,684 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-11-02 02:50:38,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,684 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-11-02 02:50:38,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,684 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-11-02 02:50:38,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,685 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,685 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-11-02 02:50:38,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,685 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,685 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-11-02 02:50:38,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,685 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,685 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-11-02 02:50:38,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,685 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,686 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-11-02 02:50:38,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,686 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-11-02 02:50:38,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,686 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-11-02 02:50:38,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,686 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-11-02 02:50:38,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,687 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-11-02 02:50:38,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,688 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-11-02 02:50:38,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,688 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-11-02 02:50:38,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,688 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-11-02 02:50:38,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,689 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-11-02 02:50:38,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,689 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-11-02 02:50:38,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,689 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-11-02 02:50:38,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,689 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-11-02 02:50:38,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,690 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-11-02 02:50:38,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,690 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-11-02 02:50:38,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,691 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-11-02 02:50:38,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,691 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-11-02 02:50:38,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,691 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-11-02 02:50:38,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,692 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-11-02 02:50:38,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,692 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-11-02 02:50:38,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,692 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-11-02 02:50:38,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,692 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-11-02 02:50:38,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,693 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-11-02 02:50:38,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,693 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-11-02 02:50:38,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,693 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-11-02 02:50:38,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,694 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-11-02 02:50:38,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,694 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-11-02 02:50:38,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,694 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-11-02 02:50:38,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,694 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-11-02 02:50:38,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,695 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-11-02 02:50:38,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,695 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-11-02 02:50:38,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,695 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-11-02 02:50:38,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,696 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-11-02 02:50:38,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,696 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-11-02 02:50:38,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,697 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-11-02 02:50:38,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,697 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-11-02 02:50:38,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,697 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-11-02 02:50:38,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,698 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-11-02 02:50:38,698 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,698 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,699 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-11-02 02:50:38,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,699 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-11-02 02:50:38,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,699 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-11-02 02:50:38,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,700 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-11-02 02:50:38,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,700 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-11-02 02:50:38,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,700 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-11-02 02:50:38,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,701 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-11-02 02:50:38,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,701 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-11-02 02:50:38,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,701 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-11-02 02:50:38,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,702 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-11-02 02:50:38,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,702 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-11-02 02:50:38,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,702 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-11-02 02:50:38,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,702 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-11-02 02:50:38,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,703 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-11-02 02:50:38,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,703 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-11-02 02:50:38,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,703 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-11-02 02:50:38,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,704 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-11-02 02:50:38,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,710 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2024-11-02 02:50:38,710 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,710 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,710 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2024-11-02 02:50:38,711 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,711 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,714 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/109, BranchId=]
DEBUG 2024-11-02 02:50:38,714 [main] Physical connection closed
DEBUG 2024-11-02 02:50:38,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,716 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,718 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,720 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,722 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,724 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,724 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,729 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,729 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,730 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2024-11-02 02:50:38,731 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2024-11-02 02:50:38,742 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,752 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,752 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,752 [main] DELETE FROM CUSTOMER
DEBUG 2024-11-02 02:50:38,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,752 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,755 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,755 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,755 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (1, '雉宗 太郎', '埼玉県', '1954-11-28 00.00.00', 'A', '2005-12-09 00.00.00', 69, 751)
DEBUG 2024-11-02 02:50:38,755 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,755 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,755 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (2, '久井奈 次郎', '山梨県', '1971-02-08 00.00.00', 'O', '2007-05-16 00.00.00', 82, 29)
DEBUG 2024-11-02 02:50:38,755 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,755 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,756 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (3, '田尾 三郎', '群馬県', '1968-03-21 00.00.00', 'AB', '2006-04-06 00.00.00', 1, 577)
DEBUG 2024-11-02 02:50:38,756 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,756 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (4, '田尾 四郎', '静岡県', '1958-03-14 00.00.00', 'B', '2007-07-14 00.00.00', 97, 157)
DEBUG 2024-11-02 02:50:38,756 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,756 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (5, '獅威鎖 五郎', '茨城県', '1949-01-28 00.00.00', 'A', '2006-12-12 00.00.00', 14, 413)
DEBUG 2024-11-02 02:50:38,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,757 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (6, '渥司守 六郎', '愛知県', '1948-02-15 00.00.00', 'O', '2005-08-16 00.00.00', 67, 248)
DEBUG 2024-11-02 02:50:38,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,757 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (7, '須寅 七郎', '石川県', '1954-07-10 00.00.00', 'O', '2006-01-29 00.00.00', 20, 532)
DEBUG 2024-11-02 02:50:38,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,758 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (8, '獅威鎖 八郎', '福島県', '1966-11-24 00.00.00', 'AB', '2006-11-09 00.00.00', 30, 276)
DEBUG 2024-11-02 02:50:38,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,758 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (9, '雉宗 九郎', '兵庫県', '1961-01-07 00.00.00', 'A', '2006-12-21 00.00.00', 68, 140)
DEBUG 2024-11-02 02:50:38,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,758 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (10, '手江田 十郎', '福井県', '1980-04-26 00.00.00', 'B', '2007-04-09 00.00.00', 6, 166)
DEBUG 2024-11-02 02:50:38,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,758 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (11, '渥司守 十一郎', '福井県', '1986-12-17 00.00.00', 'A', '2007-04-27 00.00.00', 64, 109)
DEBUG 2024-11-02 02:50:38,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,759 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (12, '渥司守 十二郎', '京都府', '1984-07-08 00.00.00', 'A', '2007-04-10 00.00.00', 12, 591)
DEBUG 2024-11-02 02:50:38,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,759 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (13, '渥司守 十三郎', '福井県', '1967-03-30 00.00.00', 'O', '2007-07-03 00.00.00', 34, 375)
DEBUG 2024-11-02 02:50:38,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,759 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (14, '須寅 十四郎', '石川県', '1961-08-16 00.00.00', 'A', '2005-11-09 00.00.00', 43, 439)
DEBUG 2024-11-02 02:50:38,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,759 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (15, '須寅 十五郎', '岐阜県', '1986-03-11 00.00.00', 'A', '2005-10-22 00.00.00', 57, 543)
DEBUG 2024-11-02 02:50:38,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,760 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (16, '渥司守 十六郎', '福島県', '1985-03-03 00.00.00', 'O', '2005-10-22 00.00.00', 58, 127)
DEBUG 2024-11-02 02:50:38,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,760 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (17, '田尾 十七郎', '奈良県', '1959-02-12 00.00.00', 'A', '2006-01-02 00.00.00', 29, 74)
DEBUG 2024-11-02 02:50:38,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,760 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (18, '獅威鎖 十八郎', '兵庫県', '1959-10-01 00.00.00', 'B', '2007-05-27 00.00.00', 2, 432)
DEBUG 2024-11-02 02:50:38,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,762 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (19, '渥司守 十九郎', '神奈川県', '1986-11-16 00.00.00', 'AB', '2006-04-22 00.00.00', 44, 722)
DEBUG 2024-11-02 02:50:38,762 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,762 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (20, '手江田 二十郎', '茨城県', '1962-11-11 00.00.00', 'B', '2005-12-08 00.00.00', 81, 857)
DEBUG 2024-11-02 02:50:38,762 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,762 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (21, '久井奈 二十一郎', '山梨県', '1954-07-25 00.00.00', 'B', '2006-07-31 00.00.00', 7, 756)
DEBUG 2024-11-02 02:50:38,763 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,763 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (22, '手江田 二十二郎', '茨城県', '1963-04-14 00.00.00', 'A', '2005-08-21 00.00.00', 41, 789)
DEBUG 2024-11-02 02:50:38,763 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,763 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,764 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (23, '獅威鎖 二十三郎', '宮崎県', '1960-05-15 00.00.00', 'A', '2006-10-03 00.00.00', 72, 261)
DEBUG 2024-11-02 02:50:38,764 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,764 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,764 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (24, '獅威鎖 二十四郎', '福井県', '1977-06-26 00.00.00', 'O', '2007-04-19 00.00.00', 89, 278)
DEBUG 2024-11-02 02:50:38,764 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,764 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,764 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (25, '久井奈 二十五郎', '長野県', '1972-11-05 00.00.00', 'O', '2006-07-12 00.00.00', 32, 867)
DEBUG 2024-11-02 02:50:38,764 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,765 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,765 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (26, '雉宗 二十六郎', '長崎県', '1982-11-27 00.00.00', 'A', '2007-03-07 00.00.00', 52, 115)
DEBUG 2024-11-02 02:50:38,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,765 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,765 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (27, '手江田 二十七郎', '和歌山県', '1956-01-28 00.00.00', 'A', '2007-07-25 00.00.00', 10, 401)
DEBUG 2024-11-02 02:50:38,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,765 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,765 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (28, '須寅 二十八郎', '沖縄県', '1962-01-07 00.00.00', 'A', '2006-06-02 00.00.00', 36, 543)
DEBUG 2024-11-02 02:50:38,766 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,766 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,766 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (29, '雉宗 二十九郎', '群馬県', '1955-08-11 00.00.00', 'A', '2006-08-29 00.00.00', 16, 737)
DEBUG 2024-11-02 02:50:38,766 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,766 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,766 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (30, '田尾 三十郎', '石川県', '1986-11-17 00.00.00', 'A', '2006-12-31 00.00.00', 27, 736)
DEBUG 2024-11-02 02:50:38,766 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,766 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,766 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (31, '田尾 三十一郎', '滋賀県', '1985-11-07 00.00.00', 'B', '2005-12-27 00.00.00', 46, 354)
DEBUG 2024-11-02 02:50:38,766 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,766 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,766 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (32, '雉宗 三十二郎', '山梨県', '1953-11-19 00.00.00', 'B', '2006-04-21 00.00.00', 96, 863)
DEBUG 2024-11-02 02:50:38,767 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,767 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,767 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (33, '久井奈 三十三郎', '青森県', '1969-03-06 00.00.00', 'O', '2006-02-03 00.00.00', 3, 112)
DEBUG 2024-11-02 02:50:38,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,768 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,768 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (34, '渥司守 三十四郎', '福井県', '1981-04-18 00.00.00', 'O', '2007-07-08 00.00.00', 77, 435)
DEBUG 2024-11-02 02:50:38,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,768 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,768 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (35, '久井奈 三十五郎', '岩手県', '1978-08-13 00.00.00', 'A', '2006-03-18 00.00.00', 24, 327)
DEBUG 2024-11-02 02:50:38,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,768 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,768 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (36, '須寅 三十六郎', '富山県', '1951-08-10 00.00.00', 'A', '2007-04-18 00.00.00', 99, 427)
DEBUG 2024-11-02 02:50:38,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,769 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (37, '田尾 三十七郎', '福岡県', '1979-05-01 00.00.00', 'A', '2006-11-22 00.00.00', 62, 634)
DEBUG 2024-11-02 02:50:38,769 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,769 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (38, '獅威鎖 三十八郎', '神奈川県', '1961-10-31 00.00.00', 'B', '2007-03-30 00.00.00', 63, 465)
DEBUG 2024-11-02 02:50:38,769 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,769 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (39, '久井奈 三十九郎', '大阪府', '1973-02-01 00.00.00', 'O', '2006-12-18 00.00.00', 22, 175)
DEBUG 2024-11-02 02:50:38,769 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,769 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,769 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (40, '田尾 四十郎', '新潟県', '1979-02-28 00.00.00', 'AB', '2007-03-10 00.00.00', 13, 342)
DEBUG 2024-11-02 02:50:38,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,770 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (41, '須寅 四十一郎', '佐賀県', '1977-05-13 00.00.00', 'A', '2007-05-27 00.00.00', 56, 883)
DEBUG 2024-11-02 02:50:38,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,770 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (42, '手江田 四十二郎', '山口県', '1958-11-26 00.00.00', 'A', '2006-03-06 00.00.00', 91, 87)
DEBUG 2024-11-02 02:50:38,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,770 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,770 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (43, '渥司守 四十三郎', '山形県', '1983-03-31 00.00.00', 'A', '2006-10-17 00.00.00', 60, 35)
DEBUG 2024-11-02 02:50:38,770 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,771 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,771 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (44, '雉宗 四十四郎', '福岡県', '1979-08-10 00.00.00', 'AB', '2005-11-25 00.00.00', 49, 626)
DEBUG 2024-11-02 02:50:38,771 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,771 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,771 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (45, '獅威鎖 四十五郎', '栃木県', '1974-07-05 00.00.00', 'AB', '2007-06-17 00.00.00', 87, 268)
DEBUG 2024-11-02 02:50:38,771 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,771 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,772 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (46, '雉宗 四十六郎', '新潟県', '1977-06-16 00.00.00', 'O', '2007-03-22 00.00.00', 80, 759)
DEBUG 2024-11-02 02:50:38,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,772 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,772 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (47, '久井奈 四十七郎', '岡山県', '1948-02-03 00.00.00', 'O', '2007-01-30 00.00.00', 39, 199)
DEBUG 2024-11-02 02:50:38,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,772 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,772 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (48, '雉宗 四十八郎', '山形県', '1957-04-27 00.00.00', 'AB', '2007-04-20 00.00.00', 92, 578)
DEBUG 2024-11-02 02:50:38,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,772 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,772 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (49, '渥司守 四十九郎', '広島県', '1966-04-05 00.00.00', 'O', '2006-08-15 00.00.00', 79, 605)
DEBUG 2024-11-02 02:50:38,772 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,773 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,773 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (50, '久井奈 五十郎', '愛知県', '1965-03-10 00.00.00', 'A', '2006-03-18 00.00.00', 28, 385)
DEBUG 2024-11-02 02:50:38,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,774 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (51, '田尾 五十一郎', '愛媛県', '1956-12-12 00.00.00', 'A', '2007-07-20 00.00.00', 35, 400)
DEBUG 2024-11-02 02:50:38,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,774 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (52, '須寅 五十二郎', '福井県', '1975-08-08 00.00.00', 'A', '2005-11-09 00.00.00', 95, 98)
DEBUG 2024-11-02 02:50:38,774 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,774 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,774 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (53, '須寅 五十三郎', '兵庫県', '1961-08-11 00.00.00', 'A', '2007-03-05 00.00.00', 45, 765)
DEBUG 2024-11-02 02:50:38,775 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,775 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,775 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (54, '雉宗 五十四郎', '滋賀県', '1972-10-29 00.00.00', 'O', '2007-05-21 00.00.00', 9, 627)
DEBUG 2024-11-02 02:50:38,775 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,775 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,775 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (55, '雉宗 五十五郎', '千葉県', '1965-12-19 00.00.00', 'AB', '2005-11-28 00.00.00', 83, 178)
DEBUG 2024-11-02 02:50:38,775 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,775 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,776 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (56, '渥司守 五十六郎', '滋賀県', '1949-12-11 00.00.00', 'O', '2006-11-19 00.00.00', 71, 912)
DEBUG 2024-11-02 02:50:38,776 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,776 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,776 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (57, '田尾 五十七郎', '岩手県', '1950-05-21 00.00.00', 'AB', '2007-01-01 00.00.00', 15, 160)
DEBUG 2024-11-02 02:50:38,776 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,776 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,776 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (58, '獅威鎖 五十八郎', '秋田県', '1962-12-15 00.00.00', 'O', '2005-12-05 00.00.00', 85, 525)
DEBUG 2024-11-02 02:50:38,776 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,776 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,776 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (59, '雉宗 五十九郎', '大阪府', '1969-03-27 00.00.00', 'A', '2006-06-30 00.00.00', 86, 637)
DEBUG 2024-11-02 02:50:38,777 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,777 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (60, '渥司守 六十郎', '香川県', '1952-08-09 00.00.00', 'O', '2005-11-03 00.00.00', 17, 623)
DEBUG 2024-11-02 02:50:38,777 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,777 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (61, '渥司守 六十一郎', '群馬県', '1971-11-03 00.00.00', 'B', '2006-05-13 00.00.00', 26, 482)
DEBUG 2024-11-02 02:50:38,777 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,777 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (62, '久井奈 六十二郎', '石川県', '1962-04-13 00.00.00', 'B', '2007-04-23 00.00.00', 51, 824)
DEBUG 2024-11-02 02:50:38,777 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,778 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (63, '獅威鎖 六十三郎', '徳島県', '1955-05-18 00.00.00', 'O', '2007-02-22 00.00.00', 5, 421)
DEBUG 2024-11-02 02:50:38,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,778 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,778 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (64, '須寅 六十四郎', '東京都', '1966-01-09 00.00.00', 'O', '2006-11-30 00.00.00', 47, 552)
DEBUG 2024-11-02 02:50:38,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,778 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,778 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (65, '渥司守 六十五郎', '新潟県', '1953-07-02 00.00.00', 'A', '2007-05-24 00.00.00', 21, 444)
DEBUG 2024-11-02 02:50:38,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,778 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,778 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (66, '手江田 六十六郎', '岩手県', '1986-01-02 00.00.00', 'A', '2005-11-06 00.00.00', 37, 671)
DEBUG 2024-11-02 02:50:38,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,779 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,779 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (67, '雉宗 六十七郎', '山口県', '1965-06-22 00.00.00', 'A', '2006-12-20 00.00.00', 33, 167)
DEBUG 2024-11-02 02:50:38,779 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,779 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,779 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (68, '渥司守 六十八郎', '栃木県', '1957-01-14 00.00.00', 'B', '2006-09-02 00.00.00', 100, 193)
DEBUG 2024-11-02 02:50:38,779 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,779 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,779 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (69, '久井奈 六十九郎', '福島県', '1987-01-23 00.00.00', 'B', '2006-03-27 00.00.00', 11, 343)
DEBUG 2024-11-02 02:50:38,779 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,779 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,779 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (70, '雉宗 七十郎', '岩手県', '1967-02-14 00.00.00', 'A', '2006-01-15 00.00.00', 84, 156)
DEBUG 2024-11-02 02:50:38,780 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,780 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,780 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (71, '渥司守 七十一郎', '香川県', '1975-09-08 00.00.00', 'O', '2006-08-28 00.00.00', 31, 851)
DEBUG 2024-11-02 02:50:38,780 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,780 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,780 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (72, '田尾 七十二郎', '福島県', '1957-10-10 00.00.00', 'A', '2006-06-11 00.00.00', 75, 447)
DEBUG 2024-11-02 02:50:38,780 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,780 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,780 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (73, '久井奈 七十三郎', '山形県', '1960-11-11 00.00.00', 'O', '2007-02-03 00.00.00', 4, 677)
DEBUG 2024-11-02 02:50:38,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,781 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (74, '渥司守 七十四郎', '岩手県', '1983-04-19 00.00.00', 'B', '2007-01-11 00.00.00', 53, 444)
DEBUG 2024-11-02 02:50:38,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,781 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (75, '渥司守 七十五郎', '埼玉県', '1983-12-14 00.00.00', 'O', '2006-09-30 00.00.00', 65, 277)
DEBUG 2024-11-02 02:50:38,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,781 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (76, '渥司守 七十六郎', '島根県', '1981-12-24 00.00.00', 'O', '2005-08-19 00.00.00', 42, 568)
DEBUG 2024-11-02 02:50:38,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,782 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,782 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (77, '獅威鎖 七十七郎', '沖縄県', '1960-02-29 00.00.00', 'B', '2006-08-17 00.00.00', 59, 259)
DEBUG 2024-11-02 02:50:38,782 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,782 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,782 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (78, '須寅 七十八郎', '奈良県', '1955-06-29 00.00.00', 'A', '2007-01-25 00.00.00', 78, 143)
DEBUG 2024-11-02 02:50:38,782 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,782 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,782 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (79, '獅威鎖 七十九郎', '東京都', '1967-08-10 00.00.00', 'B', '2006-12-20 00.00.00', 55, 545)
DEBUG 2024-11-02 02:50:38,782 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,782 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,783 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (80, '雉宗 八十郎', '宮城県', '1964-06-06 00.00.00', 'A', '2007-05-05 00.00.00', 54, 133)
DEBUG 2024-11-02 02:50:38,783 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,783 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,783 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (81, '久井奈 八十一郎', '神奈川県', '1986-10-09 00.00.00', 'B', '2006-06-23 00.00.00', 94, 824)
DEBUG 2024-11-02 02:50:38,783 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,784 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (82, '須寅 八十二郎', '徳島県', '1983-01-04 00.00.00', 'O', '2007-04-26 00.00.00', 90, 456)
DEBUG 2024-11-02 02:50:38,784 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,784 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (83, '久井奈 八十三郎', '滋賀県', '1972-07-31 00.00.00', 'B', '2005-10-23 00.00.00', 25, 581)
DEBUG 2024-11-02 02:50:38,784 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,784 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (84, '渥司守 八十四郎', '長崎県', '1983-05-01 00.00.00', 'A', '2006-06-06 00.00.00', 19, 50)
DEBUG 2024-11-02 02:50:38,785 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,785 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (85, '須寅 八十五郎', '長崎県', '1954-03-05 00.00.00', 'A', '2006-09-11 00.00.00', 93, 764)
DEBUG 2024-11-02 02:50:38,785 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,785 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (86, '手江田 八十六郎', '岡山県', '1965-07-02 00.00.00', 'A', '2005-08-28 00.00.00', 66, 759)
DEBUG 2024-11-02 02:50:38,785 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,785 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (87, '雉宗 八十七郎', '青森県', '1950-02-15 00.00.00', 'A', '2007-02-11 00.00.00', 40, 899)
DEBUG 2024-11-02 02:50:38,785 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,786 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (88, '久井奈 八十八郎', '福島県', '1987-07-16 00.00.00', 'O', '2006-02-10 00.00.00', 50, 466)
DEBUG 2024-11-02 02:50:38,786 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,786 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,786 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (89, '獅威鎖 八十九郎', '和歌山県', '1948-12-14 00.00.00', 'O', '2005-09-10 00.00.00', 98, 591)
DEBUG 2024-11-02 02:50:38,786 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,786 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,786 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (90, '雉宗 九十郎', '山梨県', '1951-11-12 00.00.00', 'AB', '2005-11-22 00.00.00', 70, 303)
DEBUG 2024-11-02 02:50:38,786 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,786 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,787 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (91, '須寅 九十一郎', '大阪府', '1955-10-22 00.00.00', 'B', '2007-02-24 00.00.00', 61, 6)
DEBUG 2024-11-02 02:50:38,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,787 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,787 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (92, '久井奈 九十二郎', '大分県', '1966-06-27 00.00.00', 'O', '2006-02-09 00.00.00', 48, 82)
DEBUG 2024-11-02 02:50:38,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,787 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,787 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (93, '渥司守 九十三郎', '兵庫県', '1977-10-26 00.00.00', 'B', '2006-04-07 00.00.00', 18, 82)
DEBUG 2024-11-02 02:50:38,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,787 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,787 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (94, '久井奈 九十四郎', '茨城県', '1972-11-08 00.00.00', 'B', '2006-09-07 00.00.00', 74, 43)
DEBUG 2024-11-02 02:50:38,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,788 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (95, '獅威鎖 九十五郎', '長崎県', '1987-01-05 00.00.00', 'O', '2006-08-18 00.00.00', 38, 435)
DEBUG 2024-11-02 02:50:38,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,788 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (96, '久井奈 九十六郎', '大分県', '1958-02-24 00.00.00', 'A', '2006-04-17 00.00.00', 73, 547)
DEBUG 2024-11-02 02:50:38,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,788 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (97, '渥司守 九十七郎', '岩手県', '1962-02-01 00.00.00', 'AB', '2007-02-15 00.00.00', 76, 34)
DEBUG 2024-11-02 02:50:38,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,789 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (98, '渥司守 九十八郎', '福井県', '1968-01-14 00.00.00', 'AB', '2006-03-21 00.00.00', 23, 903)
DEBUG 2024-11-02 02:50:38,789 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,789 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (99, '田尾 九十九郎', '滋賀県', '1974-03-29 00.00.00', 'AB', '2007-07-06 00.00.00', 8, 628)
DEBUG 2024-11-02 02:50:38,789 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,789 [main] INSERT INTO CUSTOMER (ID, NAME, CITY, DATE_OF_BIRTH, BLOOD_TYPE, DATE_OF_JOIN, PRIORITY, RANK) VALUES (100, '獅威鎖 百郎', '島根県', '1980-08-04 00.00.00', 'A', '2007-04-29 00.00.00', 88, 90)
DEBUG 2024-11-02 02:50:38,789 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,865 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,866 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,867 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,867 [main] SELECT CUSTOMER.NAME, CUSTOMER.PRIORITY, CUSTOMER.ID, CUSTOMER.CITY, CUSTOMER.DATE_OF_JOIN, CUSTOMER.DATE_OF_BIRTH, CUSTOMER.BLOOD_TYPE, CUSTOMER.RANK FROM CUSTOMER
DEBUG 2024-11-02 02:50:38,869 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,869 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,871 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,881 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/110, BranchId=]
DEBUG 2024-11-02 02:50:38,881 [main] Physical connection closed
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 sec
Running org.seasar.dao.impl.NullBeanEnhancerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.DtoArrayMetaDataResultSetHandlerTest
DEBUG 2024-11-02 02:50:38,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,894 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,894 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:38,894 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:38,895 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.issue.Jira101Test
DEBUG 2024-11-02 02:50:38,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,897 [main] S2Container will be created(path=org/seasar/dao/issue/Jira101Test.dicon)
DEBUG 2024-11-02 02:50:38,898 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:38,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,901 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,906 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2024-11-02 02:50:38,908 [main] S2Container is created(path=org/seasar/dao/issue/Jira101Test.dicon)
DEBUG 2024-11-02 02:50:38,916 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,916 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,923 [main] INSERT INTO JIRA101_TABLE (aaa, bbb, foo_id) VALUES ('a1', 'b1', 777)
DEBUG 2024-11-02 02:50:38,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,924 [main] SELECT JIRA101_TABLE.aaa, JIRA101_TABLE.bbb, JIRA101_TABLE.foo_id FROM JIRA101_TABLE WHERE  JIRA101_TABLE.FOO_ID = 777
DEBUG 2024-11-02 02:50:38,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,924 [main] skip UPDATE: table=JIRA101_TABLE, key{foo_id=777}
DEBUG 2024-11-02 02:50:38,925 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/111, BranchId=]
DEBUG 2024-11-02 02:50:38,925 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.interceptors.AssertAtLeastOneRowInterceptorTest
DEBUG 2024-11-02 02:50:38,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,929 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:38,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,935 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,938 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:38,944 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/112, BranchId=]
DEBUG 2024-11-02 02:50:38,944 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,944 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/112, BranchId=]
DEBUG 2024-11-02 02:50:38,944 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/112, BranchId=]
DEBUG 2024-11-02 02:50:38,945 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/112, BranchId=]
DEBUG 2024-11-02 02:50:38,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/112, BranchId=]
DEBUG 2024-11-02 02:50:38,961 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/112, BranchId=]
DEBUG 2024-11-02 02:50:38,961 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2024-11-02 02:50:38,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/112, BranchId=]
DEBUG 2024-11-02 02:50:38,962 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/112, BranchId=]
DEBUG 2024-11-02 02:50:38,962 [main] Physical connection closed
DEBUG 2024-11-02 02:50:38,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,964 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:38,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,967 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:38,967 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:38,970 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:38,972 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2024-11-02 02:50:38,978 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/113, BranchId=]
DEBUG 2024-11-02 02:50:38,979 [main] Physical connection got
DEBUG 2024-11-02 02:50:38,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/113, BranchId=]
DEBUG 2024-11-02 02:50:38,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/113, BranchId=]
DEBUG 2024-11-02 02:50:38,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/113, BranchId=]
DEBUG 2024-11-02 02:50:38,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/113, BranchId=]
DEBUG 2024-11-02 02:50:38,994 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/113, BranchId=]
DEBUG 2024-11-02 02:50:38,994 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2024-11-02 02:50:38,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/113, BranchId=]
DEBUG 2024-11-02 02:50:38,994 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/113, BranchId=]
DEBUG 2024-11-02 02:50:38,995 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.seasar.dao.impl.RelationKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.NestedDaoMethodTest
DEBUG 2024-11-02 02:50:38,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:38,999 [main] S2Container will be created(path=org/seasar/dao/impl/NestedDaoMethodTest.dicon)
DEBUG 2024-11-02 02:50:39,001 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:39,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,002 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,004 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,009 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:39,011 [main] S2Container is created(path=org/seasar/dao/impl/NestedDaoMethodTest.dicon)
DEBUG 2024-11-02 02:50:39,019 [main] Physical connection got
DEBUG 2024-11-02 02:50:39,019 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:39,019 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:39,019 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:39,021 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:39,023 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:39,023 [main] SELECT EMP.empno, EMP.ename, EMP.deptno FROM EMP WHERE empno = 7782
DEBUG 2024-11-02 02:50:39,023 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:39,023 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:39,023 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:39,025 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:39,025 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:39,026 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:39,026 [main] SELECT DEPT.dname, DEPT.deptno FROM DEPT WHERE  DEPT.deptno = 10
DEBUG 2024-11-02 02:50:39,026 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:39,026 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.parser.SqlParserImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
SELECT * FROM emp WHERE job = /* job*/'CLERK'
BETWEEN sal ? AND ?
[SELECT * FROM emp WHERE job = ?]
WARN  2024-11-02 02:50:39,031 [main] Argument(job) not found
[SELECT * FROM emp WHERE job is null]
[bbb = ?]
SELECT * FROM emp WHERE job = #*job*#'CLERK' AND deptno = #*deptno*#20
SELECT * FROM emp WHERE job = ? AND deptno = ?
SELECT * FROM emp WHERE empno = ? AND 1 = 1
SELECT * FROM emp WHERE job = ?
WARN  2024-11-02 02:50:39,035 [main] Argument(job) not found
SELECT * FROM emp
WARN  2024-11-02 02:50:39,035 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
[bbbddd]
SELECT * FROM emp WHERE deptno = 10
WARN  2024-11-02 02:50:39,036 [main] Argument(job) not found
WARN  2024-11-02 02:50:39,036 [main] Argument(deptno) not found
SELECT * FROM emp
SELECT * FROM emp WHERE job = ?
SELECT * FROM emp WHERE job = ? AND deptno = ?
SELECT * FROM emp WHERE deptno = ?
[WHERE aaa BETWEEN ? AND ?]
SELECT * FROM emp WHERE deptno IN (?, ?) ORDER BY ename
SELECT * FROM emp WHERE deptno IN (?, ?) ORDER BY ename
SELECT * FROM emp WHERE ename IN (?, ?) AND job IN (?, ?)
org.seasar.dao.EndCommentNotFoundRuntimeException: [EDAO0007]END comment not found
INSERT INTO ITEM (ID, NUM) VALUES (?, ?)
0
WARN  2024-11-02 02:50:39,041 [main] Argument(moge) not found
WARN  2024-11-02 02:50:39,041 [main] Argument(moge) not found
SELECT AAA,BBB -- UGO 
FROM HOGE WHERE AAA=? AND FUGA=/* PIRO */ccc
SELECT AAA 
--comment 
--comment2 
FROM HOGE
SELECT AAA 
--comment 
--comment2 
FROM HOGE
SELECT AAA 
--comment 
--comment2 
FROM HOGE
WARN  2024-11-02 02:50:39,043 [main] Argument(hoge) not found
WARN  2024-11-02 02:50:39,043 [main] Argument($1) not found
WARN  2024-11-02 02:50:39,043 [main] Argument($1) not found
SELECT AAA FROM HOGE where bb = ?  /* comment */
WARN  2024-11-02 02:50:39,043 [main] Argument($1) not found
WARN  2024-11-02 02:50:39,043 [main] Argument($1) not found
SELECT AAA FROM HOGE where aa = ?  -- comment
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.impl.QuestionInCommentTest
DEBUG 2024-11-02 02:50:39,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:39,047 [main] S2Container will be created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2024-11-02 02:50:39,047 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:39,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,051 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,051 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,056 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:39,056 [main] S2Container is created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2024-11-02 02:50:39,124 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/114, BranchId=]
DEBUG 2024-11-02 02:50:39,124 [main] Physical connection got
DEBUG 2024-11-02 02:50:39,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/114, BranchId=]
DEBUG 2024-11-02 02:50:39,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/114, BranchId=]
DEBUG 2024-11-02 02:50:39,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/114, BranchId=]
DEBUG 2024-11-02 02:50:39,128 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/114, BranchId=]
DEBUG 2024-11-02 02:50:39,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/114, BranchId=]
DEBUG 2024-11-02 02:50:39,131 [main] INSERT INTO EMP (
    EMPNO,
    ENAME,
    TSTAMP
) VALUES (
	 /* comment */
	2222,
	'aaaaaaaaaaaa',
	null
	 /*  in comment */
)
DEBUG 2024-11-02 02:50:39,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/114, BranchId=]
DEBUG 2024-11-02 02:50:39,132 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/114, BranchId=]
DEBUG 2024-11-02 02:50:39,132 [main] Physical connection closed
DEBUG 2024-11-02 02:50:39,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:39,134 [main] S2Container will be created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2024-11-02 02:50:39,135 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-02 02:50:39,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,143 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-02 02:50:39,143 [main] S2Container is created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2024-11-02 02:50:39,151 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/115, BranchId=]
DEBUG 2024-11-02 02:50:39,151 [main] Physical connection got
DEBUG 2024-11-02 02:50:39,151 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/115, BranchId=]
DEBUG 2024-11-02 02:50:39,151 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/115, BranchId=]
DEBUG 2024-11-02 02:50:39,151 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/115, BranchId=]
DEBUG 2024-11-02 02:50:39,155 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/115, BranchId=]
DEBUG 2024-11-02 02:50:39,156 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/115, BranchId=]
DEBUG 2024-11-02 02:50:39,156 [main] select * 
  from EMP
 where ENAME = 'te?st'
DEBUG 2024-11-02 02:50:39,156 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/115, BranchId=]
DEBUG 2024-11-02 02:50:39,156 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/115, BranchId=]
DEBUG 2024-11-02 02:50:39,157 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.seasar.dao.pager.PagerStatementFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.DeleteBatchAutoStaticCommandTest
DEBUG 2024-11-02 02:50:39,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:39,165 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,166 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,167 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,167 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,171 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,172 [main] Physical connection got
DEBUG 2024-11-02 02:50:39,172 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,172 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,172 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,195 [main] DELETE FROM EMP WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:39,195 [main] DELETE FROM EMP WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:39,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,195 [main] DELETE FROM EMP WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:39,195 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2024-11-02 02:50:39,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,196 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730483426161/116, BranchId=]
DEBUG 2024-11-02 02:50:39,196 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.impl.OverloadNotSupportedSqlCommandTest
DEBUG 2024-11-02 02:50:39,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2024-11-02 02:50:39,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-02 02:50:39,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-02 02:50:39,204 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-02 02:50:39,205 [main] Physical connection got
DEBUG 2024-11-02 02:50:39,205 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:39,206 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:39,206 [main] Logical connection got, tx=null
DEBUG 2024-11-02 02:50:39,221 [main] Logical connection closed, tx=null
DEBUG 2024-11-02 02:50:39,223 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.seasar.dao.impl.NullBeanMetaDataTest
[EDAO0027]Not found Bean class associated with Dao interface (org.seasar.dao.impl.NullBeanMetaDataTest$HogeDao)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests run: 448, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/src/test/java added.
[INFO] [source:jar {execution: source-jar}]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-s24-test/1.0.52-SNAPSHOT/s2-dao-s24-test-1.0.52-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-s24-test/1.0.52-SNAPSHOT/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Project ......................................... SUCCESS [2.464s]
[INFO] S2Dao ................................................. SUCCESS [16.035s]
[INFO] S2Dao Examples ........................................ SUCCESS [2.250s]
[INFO] S2Dao tests for Seasar2.4.x ........................... SUCCESS [15.962s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37 seconds
[INFO] Finished at: Sat Nov 02 02:50:39 JST 2024
[INFO] Final Memory: 20M/41M
[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
Triggering a new build of s2dao-tiger-1.0.x
Finished: SUCCESS