Skip to content
Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/s2dao-1.0.x-snapshot/workspace
Updating https://www.seasar.org/svn/s2dao/branches/s2dao-1.0.x at revision '2026-05-10T02:54:00.321 +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 test -P snapshot
[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, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x-snapshot/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-snapshot/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-snapshot/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-snapshot/workspace/s2dao-1.0.x/s2-dao/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.impl.EntityManagerImplTest
DEBUG 2026-05-10 02:54:07,046 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,046 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,062 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,062 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,136 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,163 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,164 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,178 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,179 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,206 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,206 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,206 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,206 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,219 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,227 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,227 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2026-05-10 02:54:07,227 [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 2026-05-10 02:54:07,228 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,246 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,246 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,246 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,246 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,255 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,259 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,259 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2026-05-10 02:54:07,260 [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 2026-05-10 02:54:07,261 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,274 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,275 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,276 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,276 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,301 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,306 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,307 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,309 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,309 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,348 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,348 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,348 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,348 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,354 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,360 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,361 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,362 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,362 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,379 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,379 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,379 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,379 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,386 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,392 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,393 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,394 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,394 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,407 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,407 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,408 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,408 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,415 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,419 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,419 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,420 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,420 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,438 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,438 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,438 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,438 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,450 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,456 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,456 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,457 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,457 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,496 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,496 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,496 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,496 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,504 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,508 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,508 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,509 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,509 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,522 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,522 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,523 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,523 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,528 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,532 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,533 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,533 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,533 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,546 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,546 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,546 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,546 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,552 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,556 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,557 [main] select count(*) from emp
DEBUG 2026-05-10 02:54:07,559 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,559 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.965 sec
Running org.seasar.dao.impl.FastPropertyTypeFactoryTest
DEBUG 2026-05-10 02:54:07,589 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,589 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,589 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,589 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandler2Test
DEBUG 2026-05-10 02:54:07,620 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,620 [main] Logical connection got
WARN  2026-05-10 02:54:07,624 [main] Table(BeanMetaDataResultSetHandler2Test$MyEmp) not found
DEBUG 2026-05-10 02:54:07,709 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,709 [main] Logical connection got
7788
DEBUG 2026-05-10 02:54:07,710 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,711 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.seasar.dao.impl.DeleteAutoStaticCommandTest
DEBUG 2026-05-10 02:54:07,729 [main] Transaction began
DEBUG 2026-05-10 02:54:07,730 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,731 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,731 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,731 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,765 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,782 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,782 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,784 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,785 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,786 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:07,787 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,787 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:07,787 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,795 [main] Transaction began
DEBUG 2026-05-10 02:54:07,796 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,796 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,796 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,796 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,807 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,810 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,810 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2026-05-10 02:54:07,811 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,811 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:07,811 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,821 [main] Transaction began
DEBUG 2026-05-10 02:54:07,821 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,821 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,821 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,821 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,833 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,835 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,836 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = -1
DEBUG 2026-05-10 02:54:07,836 [main] Logical connection closed
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2026-05-10 02:54:07,836 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:07,836 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running org.seasar.dao.impl.FieldBeanAnnotationReaderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor2Test
DEBUG 2026-05-10 02:54:07,906 [main] Transaction began
DEBUG 2026-05-10 02:54:07,907 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,907 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,907 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,907 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,911 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,914 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,914 [main] INSERT INTO EMP (deptno, empno, ename) VALUES (0, 99, 'hoge')
DEBUG 2026-05-10 02:54:07,915 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,915 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:07,915 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,944 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,944 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,944 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,944 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,950 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,952 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,953 [main] SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,954 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
DEBUG 2026-05-10 02:54:07,954 [main] Physical connection closed
DEBUG 2026-05-10 02:54:07,985 [main] Physical connection got
DEBUG 2026-05-10 02:54:07,985 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,986 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,986 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,992 [main] Logical connection closed
DEBUG 2026-05-10 02:54:07,993 [main] Logical connection got
DEBUG 2026-05-10 02:54:07,993 [main] SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:07,994 [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 2026-05-10 02:54:07,995 [main] Physical connection closed
DEBUG 2026-05-10 02:54:08,022 [main] Transaction began
DEBUG 2026-05-10 02:54:08,022 [main] Physical connection got
DEBUG 2026-05-10 02:54:08,022 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,022 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,022 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,028 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,029 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,030 [main] INSERT INTO EMP (deptno, empno, ename, hiredate, mgr, job, comm, sal) VALUES (0, 99, 'hoge', null, null, null, null, null)
DEBUG 2026-05-10 02:54:08,030 [main] INSERT INTO EMP (deptno, empno, ename, hiredate, mgr, job, comm, sal) VALUES (0, 98, 'hoge2', null, null, null, null, null)
DEBUG 2026-05-10 02:54:08,031 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,031 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:08,031 [main] Physical connection closed
DEBUG 2026-05-10 02:54:08,080 [main] Transaction began
DEBUG 2026-05-10 02:54:08,081 [main] Physical connection got
DEBUG 2026-05-10 02:54:08,081 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,081 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,081 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,085 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,087 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,088 [main] INSERT INTO EMP (deptno, empno, ename) VALUES (0, 99, '~')
DEBUG 2026-05-10 02:54:08,088 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,088 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,088 [main] SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:08,089 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,089 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:08,089 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec
Running org.seasar.dao.impl.StaticStoredProcedureCommandTest
DEBUG 2026-05-10 02:54:08,255 [main] Transaction began
DEBUG 2026-05-10 02:54:08,464 [main] Physical connection got
DEBUG 2026-05-10 02:54:08,464 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,466 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,469 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,469 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,801 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,877 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,878 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,878 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,891 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,904 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,904 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,904 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,916 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,925 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,925 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,926 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,936 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,942 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,942 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,942 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,951 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,961 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,961 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,961 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,969 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,978 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,978 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,978 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,986 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,995 [main] Logical connection closed
DEBUG 2026-05-10 02:54:08,995 [main] Logical connection got
DEBUG 2026-05-10 02:54:08,995 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,002 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,009 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,010 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,010 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,018 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,027 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,028 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,037 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,062 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,063 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,077 [main] Transaction began
DEBUG 2026-05-10 02:54:09,078 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,078 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,078 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,078 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,078 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,084 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,092 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,093 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,093 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,095 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,097 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,097 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,097 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,099 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,100 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,100 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,101 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,106 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,107 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,107 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,107 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,110 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,111 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,111 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,111 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,114 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,115 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,115 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,116 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,118 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,120 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,120 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,120 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,123 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,124 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,124 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,124 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,126 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,127 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,127 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,130 [main] Logical connection closed
{CCC=2026-05-10 02:54:09.13, BBB=aaaaa2}
DEBUG 2026-05-10 02:54:09,131 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,131 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,182 [main] Transaction began
DEBUG 2026-05-10 02:54:09,183 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,183 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,183 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,183 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,183 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,184 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,185 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,186 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,186 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,191 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,192 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,192 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,192 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,195 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,196 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,196 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,196 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,199 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,202 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,202 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,202 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,204 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,205 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,205 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,205 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,207 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,211 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,211 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,211 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,215 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,217 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,217 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,217 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,219 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,221 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,221 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,221 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,225 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,227 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,227 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,229 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,229 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,230 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,251 [main] Transaction began
DEBUG 2026-05-10 02:54:09,252 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,252 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,252 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,252 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,252 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,254 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,255 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,256 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,256 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,257 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,259 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,260 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,260 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,261 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,262 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,262 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,262 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,265 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,267 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,267 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,267 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,269 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,270 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,270 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,270 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,274 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,274 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,275 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,275 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,276 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,277 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,277 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,277 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,279 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,280 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,280 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,280 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,283 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,284 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,284 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,287 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,288 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,288 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,297 [main] Transaction began
DEBUG 2026-05-10 02:54:09,298 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,298 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,298 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,299 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,299 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,300 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,301 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,301 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,301 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,302 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,303 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,303 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,303 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,304 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,305 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,305 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,305 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,307 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,308 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,308 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,308 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,311 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,313 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,313 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,313 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,314 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,316 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,316 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,316 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,320 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,321 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,321 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,321 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,322 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,323 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,323 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,323 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,324 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,326 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,326 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,330 [main] Logical connection closed
{CCC=25, EEE=625}
DEBUG 2026-05-10 02:54:09,330 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,331 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,341 [main] Transaction began
DEBUG 2026-05-10 02:54:09,342 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,342 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,342 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,342 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,342 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,343 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,346 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,346 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,346 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,347 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,350 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,350 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,350 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,353 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,353 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,353 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,353 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,358 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,359 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,359 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,359 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,360 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,361 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,361 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,361 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,362 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,365 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,365 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,365 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,366 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,368 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,368 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,368 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,369 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,370 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,370 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,370 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,371 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,373 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,373 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,375 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,375 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,375 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,385 [main] Transaction began
DEBUG 2026-05-10 02:54:09,386 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,386 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,386 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,386 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,386 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,387 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,388 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,389 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,389 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,390 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,390 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,390 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,390 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,393 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,394 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,394 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,394 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,395 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,396 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,397 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,397 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,398 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,399 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,399 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,399 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,400 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,402 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,402 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,402 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,405 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,406 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,406 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,407 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,409 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,411 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,411 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,411 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,413 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,413 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,413 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,415 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,415 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,415 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,467 [main] Transaction began
DEBUG 2026-05-10 02:54:09,468 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,468 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,468 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,468 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,468 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,470 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,470 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,470 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,470 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,471 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,472 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,472 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,472 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,473 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,474 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,474 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,474 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,475 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,477 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,477 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,477 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,478 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,479 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,479 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,480 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,481 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,481 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,481 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,482 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,483 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,484 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,484 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,484 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,485 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,486 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,486 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,486 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,488 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,490 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,490 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,495 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,495 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,495 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,505 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,506 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,506 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,507 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,507 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,507 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,511 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,512 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,512 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,512 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,513 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,514 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,514 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,514 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,516 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,516 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,516 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,516 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,518 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,519 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,521 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,521 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,522 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,524 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,524 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,524 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,525 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,526 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,526 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,526 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,528 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,529 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,529 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,529 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,531 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,531 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,531 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,531 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,532 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,533 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,533 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,534 [main] Logical connection closed
[EDAO0032]Method argument size(2) is unmatched with procedure in-parameter size(3).
DEBUG 2026-05-10 02:54:09,534 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,534 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,545 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,545 [main] Logical connection got
DatabaseProductName=Apache Derby
DatabaseProductVersion=10.1.2.1
DriverName=Apache Derby Embedded JDBC Driver
DriverVersion=10.1.2.1
DEBUG 2026-05-10 02:54:09,545 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,545 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,557 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,557 [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 2026-05-10 02:54:09,565 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,566 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,574 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,574 [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 2026-05-10 02:54:09,612 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,612 [main] Physical connection closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 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 2026-05-10 02:54:09,622 [main] Transaction began
DEBUG 2026-05-10 02:54:09,623 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,623 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,624 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,624 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,632 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,633 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,633 [main] INSERT INTO PKONLYTABLE (aaa) VALUES ('value')
DEBUG 2026-05-10 02:54:09,633 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,634 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,634 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,652 [main] Transaction began
DEBUG 2026-05-10 02:54:09,653 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,653 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,653 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,653 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,697 [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$$1e2793d$$MethodInvocation$$updateUnlessNull1.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e2793d.updateUnlessNull(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e2793d.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 2026-05-10 02:54:09,699 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,699 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,722 [main] Transaction began
DEBUG 2026-05-10 02:54:09,722 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,722 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,722 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,722 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,726 [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$$19b4fac$$MethodInvocation$$update0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$19b4fac.update(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$19b4fac.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 2026-05-10 02:54:09,730 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,732 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running org.seasar.dao.impl.ProcedureHsqldbTest
DEBUG 2026-05-10 02:54:09,740 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,740 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,740 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,740 [main] Logical connection got
WARN  2026-05-10 02:54:09,744 [main] Table(ProcedureHsqldbTest$ABean) not found
DEBUG 2026-05-10 02:54:09,745 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,745 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,745 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,745 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,755 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,765 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,765 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,768 [main] Logical connection closed
2026-05-10 00:00:00.0
DEBUG 2026-05-10 02:54:09,768 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,768 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.impl.SelectDynamicCommandTest
DEBUG 2026-05-10 02:54:09,776 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,776 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,800 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,801 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,801 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2026-05-10 02:54:09,802 [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 2026-05-10 02:54:09,802 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,808 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,808 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,808 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,808 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,832 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,841 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,841 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 = 20 AND EMP.empno = 7369 AND EMP.job = 'CLERK'
DEBUG 2026-05-10 02:54:09,843 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,843 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,843 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 = 20 AND EMP.empno = 7369 AND EMP.job = 'CLERK'
DEBUG 2026-05-10 02:54:09,845 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,845 [main] Physical connection closed
DEBUG 2026-05-10 02:54:09,850 [main] Transaction began
DEBUG 2026-05-10 02:54:09,852 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,852 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,853 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,853 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,862 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,913 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,913 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (100, 0, 'NAME0')
DEBUG 2026-05-10 02:54:09,914 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,914 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,914 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (200, 1, 'NAME1')
DEBUG 2026-05-10 02:54:09,915 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,915 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,915 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (300, 2, 'NAME2')
DEBUG 2026-05-10 02:54:09,916 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,917 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,917 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.employee_name = 'NAME1'
DEBUG 2026-05-10 02:54:09,918 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,919 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,919 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.department_Id = 200
DEBUG 2026-05-10 02:54:09,919 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,919 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,919 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
Running org.seasar.dao.impl.NoPkTableTest
DEBUG 2026-05-10 02:54:09,943 [main] Transaction began
DEBUG 2026-05-10 02:54:09,943 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,943 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,943 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,943 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,948 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,950 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,950 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:09,950 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,951 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,951 [main] INSERT INTO NO_PK_TABLE VALUES ('a', 1)
DEBUG 2026-05-10 02:54:09,951 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,951 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,951 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:09,951 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,951 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,951 [main] UPDATE NO_PK_TABLE SET AAA = 'a2'
DEBUG 2026-05-10 02:54:09,952 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,952 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,952 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:09,952 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,952 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,952 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'hoge'
DEBUG 2026-05-10 02:54:09,952 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,952 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,952 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:09,952 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,953 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,953 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'a2'
DEBUG 2026-05-10 02:54:09,953 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,953 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,953 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:09,954 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,954 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:09,954 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.UpdateModifiedOnlyCommandTest
DEBUG 2026-05-10 02:54:09,990 [main] Transaction began
DEBUG 2026-05-10 02:54:09,990 [main] Physical connection got
DEBUG 2026-05-10 02:54:09,990 [main] Logical connection got
DEBUG 2026-05-10 02:54:09,990 [main] Logical connection closed
DEBUG 2026-05-10 02:54:09,990 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,000 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,002 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,003 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:10,003 [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 2026-05-10 02:54:10,004 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,004 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', ename = 'hoge', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,004 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,005 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,005 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,038 [main] Transaction began
DEBUG 2026-05-10 02:54:10,039 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,039 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,039 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,039 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,047 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,049 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,049 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:10,050 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
job, job
DEBUG 2026-05-10 02:54:10,050 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,051 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,051 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,051 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,051 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,081 [main] Transaction began
DEBUG 2026-05-10 02:54:10,081 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,081 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,081 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,081 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,090 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,092 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,092 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:10,093 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
DEBUG 2026-05-10 02:54:10,093 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,093 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,094 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,094 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,094 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,126 [main] Transaction began
DEBUG 2026-05-10 02:54:10,127 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,127 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,127 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,127 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,138 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,184 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,184 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:10,185 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0
DEBUG 2026-05-10 02:54:10,185 [main] skip UPDATE: table=EMP, key{empno=7499}
DEBUG 2026-05-10 02:54:10,185 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,186 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,217 [main] Transaction began
DEBUG 2026-05-10 02:54:10,217 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,217 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,217 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,217 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,236 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,238 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,239 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, 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 2026-05-10 02:54:10,240 [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$$75a340
DEBUG 2026-05-10 02:54:10,240 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,240 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,240 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,243 [main] Logical connection closed
dname, dname
DEBUG 2026-05-10 02:54:10,244 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,244 [main] UPDATE DEPT SET dname = 'FOO' WHERE deptno = 30
DEBUG 2026-05-10 02:54:10,244 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,244 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,244 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, 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 2026-05-10 02:54:10,245 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,245 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,245 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,274 [main] Transaction began
DEBUG 2026-05-10 02:54:10,274 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,274 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,274 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,274 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,288 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,289 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,289 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, 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 2026-05-10 02:54:10,290 [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 2026-05-10 02:54:10,291 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,291 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,292 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,295 [main] Logical connection closed
dname, dname
DEBUG 2026-05-10 02:54:10,296 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,296 [main] UPDATE DEPT SET dname = 'baar' WHERE deptno = 20
DEBUG 2026-05-10 02:54:10,296 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,296 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,296 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, 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 2026-05-10 02:54:10,297 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,297 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,297 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,327 [main] Transaction began
DEBUG 2026-05-10 02:54:10,327 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,328 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,328 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,328 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,337 [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 2026-05-10 02:54:10,338 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,338 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,367 [main] Transaction began
DEBUG 2026-05-10 02:54:10,367 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,368 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,368 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,368 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,371 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,372 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,372 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:10,372 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,373 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,373 [main] UPDATE EMP SET ename = 'ModifiedPropertiesByReflection' WHERE empno = 7499
DEBUG 2026-05-10 02:54:10,373 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,373 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,373 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:10,373 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,374 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,374 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 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.005 sec
Running org.seasar.dao.impl.DaoAnnotationReaderImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.impl.DtoMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:54:10,479 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,479 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,480 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,480 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,487 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,487 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,487 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,487 [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 2026-05-10 02:54:10,554 [main] Transaction began
DEBUG 2026-05-10 02:54:10,555 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,555 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,555 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,555 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,559 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,562 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,562 [main] SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7566, 7900) 
DEBUG 2026-05-10 02:54:10,563 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,563 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,563 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,586 [main] Transaction began
DEBUG 2026-05-10 02:54:10,586 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,586 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,586 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,586 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,589 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,592 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,592 [main] SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7900, 7902) 
DEBUG 2026-05-10 02:54:10,593 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,593 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,593 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.impl.UpdateAutoDynamicCommandTest
DEBUG 2026-05-10 02:54:10,599 [main] Transaction began
DEBUG 2026-05-10 02:54:10,600 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,600 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,600 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,600 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,624 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,632 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,632 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:10,634 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,634 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,634 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', deptno = 20, ename = 'HOGE' WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,635 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,635 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,635 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:10,635 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,636 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,636 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,641 [main] Transaction began
DEBUG 2026-05-10 02:54:10,641 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,641 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,642 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,642 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,666 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,674 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,675 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:10,676 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,676 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,676 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,676 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,676 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,677 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:10,677 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,677 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,677 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,682 [main] Transaction began
DEBUG 2026-05-10 02:54:10,683 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,683 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,683 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,683 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,691 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,692 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,692 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (1, 'c')
DEBUG 2026-05-10 02:54:10,692 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,693 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,693 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,700 [main] Transaction began
DEBUG 2026-05-10 02:54:10,701 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,701 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,701 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,701 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,711 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,712 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,713 [main] SELECT DEPT.deptno, DEPT.versionno, DEPT.dname, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2026-05-10 02:54:10,713 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,713 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,714 [main] UPDATE DEPT SET versionno = 1, dname = 'HOGE' WHERE deptno = 20 AND versionno = 0
DEBUG 2026-05-10 02:54:10,714 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,714 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,714 [main] SELECT DEPT.deptno, DEPT.versionno, DEPT.dname, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2026-05-10 02:54:10,714 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,715 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,715 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 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.UpdateBatchAutoStaticCommandTest
DEBUG 2026-05-10 02:54:10,731 [main] Transaction began
DEBUG 2026-05-10 02:54:10,732 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,732 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,732 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,732 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,752 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,762 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,762 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', deptno = 0, ename = 'hoge', hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,762 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', deptno = 0, ename = 'hoge2', hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,763 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,763 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,763 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', deptno = 0, ename = 'hoge', hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,764 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', deptno = 0, ename = 'hoge2', hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,764 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,764 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,764 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,823 [main] Transaction began
DEBUG 2026-05-10 02:54:10,824 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,824 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,824 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,824 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,848 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,857 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,857 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', deptno = 0, ename = 'hoge', hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,858 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.10', deptno = 0, ename = 'hoge2', hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:10,858 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,858 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,858 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:10,859 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,859 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,859 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:10,861 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,861 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,861 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.seasar.dao.impl.DtoMetaDataFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.impl.InsertBatchAutoStaticCommandTest
DEBUG 2026-05-10 02:54:10,874 [main] Transaction began
DEBUG 2026-05-10 02:54:10,875 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,875 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,875 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,875 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,898 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,907 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,907 [main] INSERT INTO EMP (tstamp, deptno, empno, ename, hiredate, mgr, job, comm, sal) VALUES ('2026-05-10 02.54.10', 0, 99, 'hoge', null, null, null, null, null)
DEBUG 2026-05-10 02:54:10,907 [main] INSERT INTO EMP (tstamp, deptno, empno, ename, hiredate, mgr, job, comm, sal) VALUES ('2026-05-10 02.54.10', 0, 98, 'hoge2', null, null, null, null, null)
DEBUG 2026-05-10 02:54:10,908 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,908 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,908 [main] INSERT INTO EMP (tstamp, deptno, empno, ename, hiredate, mgr, job, comm, sal) VALUES ('2026-05-10 02.54.10', 0, 97, 'hoge3', null, null, null, null, null)
DEBUG 2026-05-10 02:54:10,908 [main] INSERT INTO EMP (tstamp, deptno, empno, ename, hiredate, mgr, job, comm, sal) VALUES ('2026-05-10 02.54.10', 0, 96, 'hoge2', null, null, null, null, null)
DEBUG 2026-05-10 02:54:10,908 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,908 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,909 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.seasar.dao.impl.ObjectArrayResultSetHandlerTest
DEBUG 2026-05-10 02:54:10,916 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,916 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,916 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,916 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.impl.ResultSetToBeanTest
DEBUG 2026-05-10 02:54:10,921 [main] Transaction began
DEBUG 2026-05-10 02:54:10,923 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,923 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,924 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,924 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,933 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,933 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,934 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (123, 7650, 'foo')
DEBUG 2026-05-10 02:54:10,934 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,934 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,934 [main] SELECT employee_name FROM EMP3
DEBUG 2026-05-10 02:54:10,935 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,935 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,935 [main] SELECT employee_name AS employeeName FROM EMP3
DEBUG 2026-05-10 02:54:10,935 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,935 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:10,935 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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 2026-05-10 02:54:10,945 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,945 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,945 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,945 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,949 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,950 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,950 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,950 [main] Physical connection closed
DEBUG 2026-05-10 02:54:10,954 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,954 [main] Logical connection got
WARN  2026-05-10 02:54:10,954 [main] More than 2 rows found, but only first row returned
DEBUG 2026-05-10 02:54:10,955 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,955 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.impl.PropertyTypeFactoryImplTest
DEBUG 2026-05-10 02:54:10,969 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,969 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,972 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,972 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.context.CommandContextPropertyAccessorTest
hoge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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 2026-05-10 02:54:10,995 [main] Transaction began
DEBUG 2026-05-10 02:54:10,995 [main] Physical connection got
DEBUG 2026-05-10 02:54:10,995 [main] Logical connection got
DEBUG 2026-05-10 02:54:10,995 [main] Logical connection closed
DEBUG 2026-05-10 02:54:10,995 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,001 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,002 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,002 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (31, 'Z')
DEBUG 2026-05-10 02:54:11,002 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,003 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,003 [main] SELECT CHAR_TABLE.id, CHAR_TABLE.aaa FROM CHAR_TABLE
DEBUG 2026-05-10 02:54:11,003 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,004 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:11,004 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 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 2026-05-10 02:54:11,064 [main] Transaction began
DEBUG 2026-05-10 02:54:11,065 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,065 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,066 [main] UPDATE emp SET ename = 'SCOTT' WHERE empno = 7788
DEBUG 2026-05-10 02:54:11,066 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,066 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:11,066 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.023 sec
Running org.seasar.dao.pager.PagerResultSetWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.dbms.OracleTest
DEBUG 2026-05-10 02:54:11,097 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,097 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,121 [main] Logical connection closed
SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0, department2.deptno AS deptno_1, department2.versionno AS versionno_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 2026-05-10 02:54:11,121 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,125 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,125 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,133 [main] Logical connection closed
SELECT DEPT.deptno, DEPT.versionno, DEPT.dname, DEPT.loc FROM DEPT
DEBUG 2026-05-10 02:54:11,133 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 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 2026-05-10 02:54:11,145 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,145 [main] Logical connection got
WARN  2026-05-10 02:54:11,148 [main] Table(MyBean) not found
WARN  2026-05-10 02:54:11,148 [main] Table(DefaultBeanMetaDataImplTest$Ccc) not found
DEBUG 2026-05-10 02:54:11,155 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,155 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,162 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,162 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,182 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,182 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,189 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,189 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,199 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,199 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,212 [main] Logical connection closed
SELECT DEPT.deptno, DEPT.versionno, DEPT.dname, DEPT.loc
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0
DEBUG 2026-05-10 02:54:11,213 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,263 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,263 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,286 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,286 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,292 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,292 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,310 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,310 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,315 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,316 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,334 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,334 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,341 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,341 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,364 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,364 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,370 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,370 [main] Logical connection got
WARN  2026-05-10 02:54:11,372 [main] Table(DefaultBeanMetaDataImplTest$Ddd) not found
DEBUG 2026-05-10 02:54:11,377 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,377 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,385 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,385 [main] Logical connection got
WARN  2026-05-10 02:54:11,388 [main] Table(DefaultBeanMetaDataImplTest$Eee) not found
DEBUG 2026-05-10 02:54:11,394 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,395 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,400 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,400 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,407 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,407 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,457 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,457 [main] Logical connection got
WARN  2026-05-10 02:54:11,461 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2026-05-10 02:54:11,466 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,466 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,472 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,472 [main] Logical connection got
WARN  2026-05-10 02:54:11,474 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2026-05-10 02:54:11,480 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,480 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,495 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,495 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,502 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,502 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,508 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,508 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,516 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,516 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,522 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,522 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,530 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,530 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,538 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,538 [main] Logical connection got
WARN  2026-05-10 02:54:11,541 [main] Table(DefaultBeanMetaDataImplTest$Ggg) not found
DEBUG 2026-05-10 02:54:11,545 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,545 [main] Physical connection closed
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec
Running org.seasar.dao.impl.FunctionTest
DEBUG 2026-05-10 02:54:11,552 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,552 [main] Logical connection got
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.util.ImplementInterfaceWalkerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.BooleanPropertyTest
DEBUG 2026-05-10 02:54:11,564 [main] Transaction began
DEBUG 2026-05-10 02:54:11,565 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,565 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,565 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,565 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,573 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,573 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,575 [main] INSERT INTO DEPT2 (deptno, dname, active) VALUES (99, 'hoge', true)
DEBUG 2026-05-10 02:54:11,575 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,575 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,575 [main] SELECT DEPT2.deptno, DEPT2.dname, DEPT2.active FROM DEPT2
WARN  2026-05-10 02:54:11,576 [main] More than 2 rows found, but only first row returned
DEBUG 2026-05-10 02:54:11,576 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,576 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:11,576 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.impl.ObjectResultSetHandlerTest
DEBUG 2026-05-10 02:54:11,581 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,581 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,581 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,581 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,586 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,586 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,586 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,586 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.id.IdentityIdentifierGeneratorTest
DEBUG 2026-05-10 02:54:11,591 [main] Transaction began
DEBUG 2026-05-10 02:54:11,591 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,591 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,592 [main] insert into identitytable(id_name) values('hoge')
DEBUG 2026-05-10 02:54:11,592 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,592 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,592 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:11,592 [main] Logical connection closed
0
DEBUG 2026-05-10 02:54:11,592 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:11,592 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.dbms.H2Test
DEBUG 2026-05-10 02:54:11,776 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,776 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,852 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,858 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,896 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,896 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,897 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,897 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,901 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,901 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,901 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2026-05-10 02:54:11,905 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,905 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,905 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2026-05-10 02:54:11,905 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,905 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,906 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,906 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,906 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,906 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,906 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:11,906 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,907 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,907 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,908 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 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 2026-05-10 02:54:11,919 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,919 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,919 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,920 [main] Logical connection got
WARN  2026-05-10 02:54:11,922 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2026-05-10 02:54:11,925 [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)
DEBUG 2026-05-10 02:54:11,927 [main] Physical connection closed
	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 2026-05-10 02:54:11,932 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,933 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,933 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,933 [main] Logical connection got
WARN  2026-05-10 02:54:11,935 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2026-05-10 02:54:11,939 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,940 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,940 [main] SELECT * FROM EMP
DEBUG 2026-05-10 02:54:11,940 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,941 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.impl.DtoListMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:54:11,946 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,946 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,947 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,947 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,952 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,952 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,952 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,952 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor3Test
DEBUG 2026-05-10 02:54:11,968 [main] Transaction began
DEBUG 2026-05-10 02:54:11,970 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,970 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,970 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,970 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,974 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,974 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,975 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2026-05-10 02:54:11,975 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,976 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:11,976 [main] Physical connection closed
DEBUG 2026-05-10 02:54:11,989 [main] Transaction began
DEBUG 2026-05-10 02:54:11,989 [main] Physical connection got
DEBUG 2026-05-10 02:54:11,989 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,989 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,989 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,992 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,993 [main] Logical connection got
DEBUG 2026-05-10 02:54:11,993 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2026-05-10 02:54:11,993 [main] Logical connection closed
DEBUG 2026-05-10 02:54:11,994 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:11,994 [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 2026-05-10 02:54:11,999 [main] Transaction began
DEBUG 2026-05-10 02:54:12,002 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,002 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,002 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,006 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,007 [main] {call PROCEDURE_TEST_AAA1 (?)}
DEBUG 2026-05-10 02:54:12,008 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,008 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,008 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,020 [main] Transaction began
DEBUG 2026-05-10 02:54:12,020 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,021 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,021 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,023 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,023 [main] {call PROCEDURE_TEST_AAA2 (?, ?)}
DEBUG 2026-05-10 02:54:12,025 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,025 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,025 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,030 [main] Transaction began
DEBUG 2026-05-10 02:54:12,030 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,031 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,031 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,033 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,033 [main] {call PROCEDURE_TEST_AAA3 ()}
DEBUG 2026-05-10 02:54:12,034 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,034 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,034 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,038 [main] Transaction began
DEBUG 2026-05-10 02:54:12,039 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,039 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,040 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,042 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,042 [main] {call PROCEDURE_TEST_BBB1 ('hoge')}
DEBUG 2026-05-10 02:54:12,044 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,044 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,044 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,048 [main] Transaction began
DEBUG 2026-05-10 02:54:12,049 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,049 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,049 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,053 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,053 [main] {call PROCEDURE_TEST_BBB2 ('hoge', 10, '2007-08-26 14.30.00')}
DEBUG 2026-05-10 02:54:12,055 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,055 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,055 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,059 [main] Transaction began
DEBUG 2026-05-10 02:54:12,060 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,060 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,060 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,063 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,063 [main] {call PROCEDURE_TEST_CCC1 ('hoge', 10, ?)}
DEBUG 2026-05-10 02:54:12,065 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,066 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,066 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,069 [main] Transaction began
DEBUG 2026-05-10 02:54:12,070 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,070 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,070 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,073 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,073 [main] Logical connection closed
[EDAO0029]null is illegal for argument DTO
DEBUG 2026-05-10 02:54:12,073 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,074 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,077 [main] Transaction began
DEBUG 2026-05-10 02:54:12,078 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,078 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,078 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,081 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,082 [main] {call PROCEDURE_TEST_CCC2 (?, 10, ?)}
DEBUG 2026-05-10 02:54:12,083 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,084 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,084 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,088 [main] Transaction began
DEBUG 2026-05-10 02:54:12,088 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,088 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,088 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,090 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,091 [main] {call PROCEDURE_TEST_DDD1 ('ab')}
DEBUG 2026-05-10 02:54:12,094 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,094 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,094 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,149 [main] Transaction began
DEBUG 2026-05-10 02:54:12,150 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,150 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,150 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,152 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,153 [main] {? = call FUNCTION_TEST_MAX (5.0, 10.0)}
DEBUG 2026-05-10 02:54:12,157 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,157 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,157 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 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 2026-05-10 02:54:12,182 [main] Transaction began
DEBUG 2026-05-10 02:54:12,183 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,183 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,183 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,183 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,187 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,190 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,191 [main] Logical connection closed
SELECT empno, ename, dname FROM emp, dept where emp.deptno = dept.deptno
DEBUG 2026-05-10 02:54:12,191 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,191 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.impl.ReturnsArrayDaoTest
DEBUG 2026-05-10 02:54:12,207 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,207 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,207 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,207 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,211 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,212 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,212 [main] SELECT EMP.ename FROM EMP
DEBUG 2026-05-10 02:54:12,212 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,212 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,212 [main] SELECT EMP.ename FROM EMP
DEBUG 2026-05-10 02:54:12,213 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,213 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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 2026-05-10 02:54:12,222 [main] Transaction began
DEBUG 2026-05-10 02:54:12,223 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,223 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,226 [main] S2Pager use scroll cursor.
DEBUG 2026-05-10 02:54:12,226 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,226 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,226 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,231 [main] Transaction began
DEBUG 2026-05-10 02:54:12,231 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,231 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,231 [main] S2Pager use scroll cursor.
DEBUG 2026-05-10 02:54:12,231 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,231 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,231 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,240 [main] Transaction began
DEBUG 2026-05-10 02:54:12,240 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,240 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,240 [main] S2Pager use scroll cursor.
DEBUG 2026-05-10 02:54:12,240 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,240 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,241 [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 2026-05-10 02:54:12,246 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,246 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,246 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,246 [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 2026-05-10 02:54:12,265 [main] Transaction began
DEBUG 2026-05-10 02:54:12,265 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,265 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,265 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,265 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,282 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,283 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,283 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 123
DEBUG 2026-05-10 02:54:12,295 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,295 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,295 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,312 [main] Transaction began
DEBUG 2026-05-10 02:54:12,312 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,313 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,313 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,313 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,316 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,317 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,317 [main] INSERT INTO LARGE_TEXT (version_no, id, large_string) VALUES (0, 1, 'abc1')
DEBUG 2026-05-10 02:54:12,337 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,337 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,337 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2026-05-10 02:54:12,338 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,338 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,338 [main] UPDATE LARGE_TEXT SET version_no = 1, large_string = 'ABCDEFG' WHERE id = 1 AND version_no = 0
DEBUG 2026-05-10 02:54:12,348 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,348 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,348 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2026-05-10 02:54:12,348 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,356 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,356 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 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 2026-05-10 02:54:12,367 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,367 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,383 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,383 [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 2026-05-10 02:54:12,388 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,388 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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 2026-05-10 02:54:12,397 [main] Transaction began
DEBUG 2026-05-10 02:54:12,397 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,397 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,398 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,398 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,466 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,475 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,475 [main] INSERT INTO EMP (tstamp, deptno, empno, ename) VALUES ('2026-05-10 02.54.12', 0, 99, 'hoge')
DEBUG 2026-05-10 02:54:12,476 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,476 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,476 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,480 [main] Transaction began
DEBUG 2026-05-10 02:54:12,481 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,481 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,481 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,481 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,487 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,487 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,488 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2026-05-10 02:54:12,488 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,488 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:12,488 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,488 [main] Logical connection closed
1
DEBUG 2026-05-10 02:54:12,488 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,488 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2026-05-10 02:54:12,488 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,488 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:12,488 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,488 [main] Logical connection closed
2
DEBUG 2026-05-10 02:54:12,489 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,489 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,494 [main] Transaction began
DEBUG 2026-05-10 02:54:12,495 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,495 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,495 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,495 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,503 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,503 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,504 [main] INSERT INTO EMP (empno) VALUES (980)
DEBUG 2026-05-10 02:54:12,504 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,504 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,504 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,508 [main] Transaction began
DEBUG 2026-05-10 02:54:12,508 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,509 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,509 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,509 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,515 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,515 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,515 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,519 [main] Transaction began
DEBUG 2026-05-10 02:54:12,521 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,521 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,521 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,521 [main] Logical connection got
WARN  2026-05-10 02:54:12,523 [main] Table(DUMMY_TABLE) not found
DEBUG 2026-05-10 02:54:12,529 [main] Logical connection closed
[EDAO0024]No Persistent Properties. Probably (org.seasar.dao.impl.InsertAutoDynamicCommandTest$FooDto) doesnt assosiated with table.
DEBUG 2026-05-10 02:54:12,529 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,529 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,534 [main] Transaction began
DEBUG 2026-05-10 02:54:12,534 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,534 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,535 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,535 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,541 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,541 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,541 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,542 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,542 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,542 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 49)
DEBUG 2026-05-10 02:54:12,543 [main] Logical connection closed
49
DEBUG 2026-05-10 02:54:12,543 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,543 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,550 [main] Transaction began
DEBUG 2026-05-10 02:54:12,551 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,551 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,551 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,551 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,559 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,559 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,560 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,565 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,565 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,565 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 50)
DEBUG 2026-05-10 02:54:12,565 [main] Logical connection closed
50
DEBUG 2026-05-10 02:54:12,565 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,565 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,565 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,565 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,566 [main] INSERT INTO SEQTABLE (name, id) VALUES ('foo', 51)
DEBUG 2026-05-10 02:54:12,566 [main] Logical connection closed
51
DEBUG 2026-05-10 02:54:12,566 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,566 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,570 [main] Transaction began
DEBUG 2026-05-10 02:54:12,570 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,571 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,571 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,571 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,589 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,597 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,598 [main] INSERT INTO EMP (tstamp, empno, ename) VALUES ('2026-05-10 02.54.12', 99, 'hoge')
DEBUG 2026-05-10 02:54:12,598 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,598 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,598 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,602 [main] Transaction began
DEBUG 2026-05-10 02:54:12,602 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,603 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,603 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,603 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,620 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,628 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,629 [main] INSERT INTO EMP (deptno, empno, tstamp) VALUES (10, 99, '2026-05-10 02.54.12')
DEBUG 2026-05-10 02:54:12,630 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,630 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,630 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,634 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,634 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,634 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,634 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,642 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,642 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,642 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,642 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,643 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,643 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,643 [main] INSERT INTO COMPOSITE_PK_TABLE (pk2, aaa, pk1) VALUES (10, 'hoge', 52)
DEBUG 2026-05-10 02:54:12,643 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,643 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,643 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec
Running org.seasar.dao.impl.MapArrayResultSetHandlerTest
DEBUG 2026-05-10 02:54:12,702 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,702 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,702 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,703 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.seasar.dao.id.SequenceIdentifierGeneratorTest
DEBUG 2026-05-10 02:54:12,708 [main] Transaction began
DEBUG 2026-05-10 02:54:12,709 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,709 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,709 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,709 [main] Logical connection closed
53
DEBUG 2026-05-10 02:54:12,709 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,709 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,713 [main] Transaction began
DEBUG 2026-05-10 02:54:12,715 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,715 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,715 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,715 [main] Logical connection closed
49
50
51
52
53
54
55
56
57
58
DEBUG 2026-05-10 02:54:12,715 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,715 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,716 [main] Logical connection closed
59
60
61
62
63
64
65
66
67
68
DEBUG 2026-05-10 02:54:12,716 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,716 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,716 [main] Logical connection closed
69
70
71
72
73
74
75
76
77
78
DEBUG 2026-05-10 02:54:12,716 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,716 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:12,717 [main] Logical connection closed
79
80
DEBUG 2026-05-10 02:54:12,717 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,717 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.impl.ObjectListResultSetHandlerTest
DEBUG 2026-05-10 02:54:12,721 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,721 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,722 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,722 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.unit.S2DaoBeanListReaderTest
DEBUG 2026-05-10 02:54:12,730 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,730 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,745 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,752 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.impl.NoPropertyForUpdateTest
DEBUG 2026-05-10 02:54:12,767 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,767 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,767 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,767 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,772 [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$$1593ce6$$MethodInvocation$$delete0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$1593ce6.delete(NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$1593ce6.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 2026-05-10 02:54:12,775 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.impl.DefaultTest
DEBUG 2026-05-10 02:54:12,799 [main] Transaction began
DEBUG 2026-05-10 02:54:12,800 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,800 [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 2026-05-10 02:54:12,803 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,803 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,803 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,824 [main] Transaction began
DEBUG 2026-05-10 02:54:12,825 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,825 [main] Logical connection got
ID[AUTOINCREMENT: start 1 increment 1]
AAA['ABC']
BBB[null]
VERSION_NO[null]
DEBUG 2026-05-10 02:54:12,828 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,828 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,828 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,852 [main] Transaction began
DEBUG 2026-05-10 02:54:12,853 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,853 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,853 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,853 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,855 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,858 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,858 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '1234567', '890')
DEBUG 2026-05-10 02:54:12,862 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,862 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2026-05-10 02:54:12,864 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,864 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,864 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,864 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 1
DEBUG 2026-05-10 02:54:12,869 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,877 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,877 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,901 [main] Transaction began
DEBUG 2026-05-10 02:54:12,901 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,901 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,901 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,901 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,902 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,905 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,905 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2026-05-10 02:54:12,906 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2026-05-10 02:54:12,906 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,907 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,907 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2026-05-10 02:54:12,919 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,930 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,930 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,953 [main] Transaction began
DEBUG 2026-05-10 02:54:12,954 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,954 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,954 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,954 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,955 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,957 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,957 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2026-05-10 02:54:12,957 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, null, '22')
DEBUG 2026-05-10 02:54:12,958 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '31', null)
DEBUG 2026-05-10 02:54:12,959 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,959 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,959 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2026-05-10 02:54:12,959 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,964 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:12,964 [main] Physical connection closed
DEBUG 2026-05-10 02:54:12,992 [main] Transaction began
DEBUG 2026-05-10 02:54:12,992 [main] Physical connection got
DEBUG 2026-05-10 02:54:12,992 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,992 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,992 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,996 [main] Logical connection closed
DEBUG 2026-05-10 02:54:12,999 [main] Logical connection got
DEBUG 2026-05-10 02:54:12,999 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', null)
DEBUG 2026-05-10 02:54:12,999 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2026-05-10 02:54:13,000 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,000 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,001 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2026-05-10 02:54:13,001 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,006 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,006 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,031 [main] Transaction began
DEBUG 2026-05-10 02:54:13,031 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,031 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,032 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,032 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,033 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,035 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,035 [main] INSERT INTO DEFAULT_TABLE (version_no, bbb) VALUES (0, 'bbbb')
DEBUG 2026-05-10 02:54:13,040 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,040 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2026-05-10 02:54:13,041 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,041 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,041 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,041 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 9
DEBUG 2026-05-10 02:54:13,041 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,050 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,050 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,130 [main] Transaction began
DEBUG 2026-05-10 02:54:13,130 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,130 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,130 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,130 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,131 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,134 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,135 [main] INSERT INTO DEFAULT_TABLE (version_no) VALUES (0)
DEBUG 2026-05-10 02:54:13,137 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,137 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2026-05-10 02:54:13,138 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,138 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,138 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,138 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 10
DEBUG 2026-05-10 02:54:13,139 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,147 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,147 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,170 [main] Transaction began
DEBUG 2026-05-10 02:54:13,170 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,171 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,171 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,171 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,172 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,175 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,175 [main] INSERT INTO DEFAULT_TABLE (
    AAA,
    
    VERSION_NO
) VALUES (
	'foooo',
	
	0
)
DEBUG 2026-05-10 02:54:13,181 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,181 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,181 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2026-05-10 02:54:13,183 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,188 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,188 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,209 [main] Transaction began
DEBUG 2026-05-10 02:54:13,209 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,209 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,209 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,209 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,210 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,212 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,213 [main] INSERT INTO DEFAULT_TABLE (
    
    BBB,
    VERSION_NO
) VALUES (
	
	'ttt',
	0
)
DEBUG 2026-05-10 02:54:13,216 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,216 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,217 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2026-05-10 02:54:13,217 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,224 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,224 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,245 [main] Transaction began
DEBUG 2026-05-10 02:54:13,245 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,245 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,245 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,245 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,248 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,249 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,249 [main] INSERT INTO PK_ONLY_TABLE (aaa, bbb) VALUES (123, 456)
DEBUG 2026-05-10 02:54:13,253 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,253 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,253 [main] SELECT PK_ONLY_TABLE.aaa, PK_ONLY_TABLE.bbb FROM PK_ONLY_TABLE
DEBUG 2026-05-10 02:54:13,255 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,260 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,261 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec
Running org.seasar.dao.impl.RelationPropertyTypeFactoryImplTest
DEBUG 2026-05-10 02:54:13,267 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,267 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,275 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,275 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.impl.BeanMetaDataFactoryImplTest
DEBUG 2026-05-10 02:54:13,290 [main] Transaction began
DEBUG 2026-05-10 02:54:13,290 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,290 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,294 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,294 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,294 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,301 [main] Transaction began
DEBUG 2026-05-10 02:54:13,301 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,301 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,304 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,304 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,304 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.seasar.dao.impl.FieldDaoMetaDataImplTest
DEBUG 2026-05-10 02:54:13,350 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,350 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,350 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,350 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,369 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,374 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,379 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,380 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,380 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,380 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,398 [main] Logical connection closed
SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.deptno AS deptno_0, parent.empno AS empno_0, parent.ename AS ename_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 2026-05-10 02:54:13,399 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,399 [main] SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.deptno AS deptno_0, parent.empno AS empno_0, parent.ename AS ename_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 2026-05-10 02:54:13,400 [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 2026-05-10 02:54:13,400 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,406 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,406 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,407 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,407 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,427 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,429 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,487 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,487 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,487 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,488 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,504 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,507 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,513 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,514 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,514 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,514 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,531 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,533 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,538 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,538 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,538 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,538 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,556 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,559 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,564 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,564 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,565 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,565 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,585 [main] Logical connection closed
UPDATE EMP SET tstamp = ?, deptno = ?, ename = ?, hiredate = ?, mgr = ?, job = ?, comm = ?, sal = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-05-10 02:54:13,585 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,592 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,593 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,593 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,593 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,610 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,612 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,618 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,618 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,618 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,618 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,636 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,638 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,643 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,643 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,644 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,644 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,661 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,664 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,669 [main] Transaction began
DEBUG 2026-05-10 02:54:13,669 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,669 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,669 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,669 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,687 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,694 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,695 [main] INSERT INTO EMP (tstamp, deptno, empno, ename) VALUES ('2026-05-10 02.54.13', 0, 99, 'hoge')
DEBUG 2026-05-10 02:54:13,695 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,695 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,695 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,700 [main] Transaction began
DEBUG 2026-05-10 02:54:13,701 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,701 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,701 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,701 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,775 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,783 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,783 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:13,784 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,784 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,784 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.13', deptno = 20, ename = 'hoge2', 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 2026-05-10 02:54:13,785 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,785 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,785 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,790 [main] Transaction began
DEBUG 2026-05-10 02:54:13,790 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,790 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,790 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,790 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,810 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,819 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,819 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:13,820 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,820 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,821 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.13', deptno = 20, ename = 'hoge4', 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 2026-05-10 02:54:13,822 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,822 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,822 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,828 [main] Transaction began
DEBUG 2026-05-10 02:54:13,828 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,828 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,828 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,828 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,848 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,856 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,856 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:13,857 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,857 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,857 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:13,858 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,858 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:13,858 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,863 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,863 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,863 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,863 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,879 [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 2026-05-10 02:54:13,880 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,885 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,885 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,885 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,885 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,902 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:13,910 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,914 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,914 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,914 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,915 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,941 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,949 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,954 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,954 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,954 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,954 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,971 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,978 [main] Physical connection closed
DEBUG 2026-05-10 02:54:13,983 [main] Physical connection got
DEBUG 2026-05-10 02:54:13,983 [main] Logical connection got
DEBUG 2026-05-10 02:54:13,983 [main] Logical connection closed
DEBUG 2026-05-10 02:54:13,983 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,004 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,013 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,018 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,018 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,018 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,018 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,034 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,041 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,041 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:14,044 [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 2026-05-10 02:54:14,045 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,112 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,112 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,112 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,113 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,132 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,139 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,140 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:14,143 [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 2026-05-10 02:54:14,144 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,149 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,149 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,149 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,149 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,166 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,172 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,172 [main] select * from emp
DEBUG 2026-05-10 02:54:14,174 [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 2026-05-10 02:54:14,175 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,180 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,180 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,180 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,180 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,197 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,205 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,205 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,207 [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 2026-05-10 02:54:14,208 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,213 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,213 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,213 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,213 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,229 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-05-10 02:54:14,237 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,242 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,242 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,242 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,242 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,259 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,266 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,266 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:14,268 [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 2026-05-10 02:54:14,273 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,278 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,278 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,278 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,278 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,295 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,303 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,303 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:14,304 [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 2026-05-10 02:54:14,305 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,310 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,310 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,310 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,310 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,325 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,333 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,334 [main] select * from emp
DEBUG 2026-05-10 02:54:14,334 [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 2026-05-10 02:54:14,335 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,340 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,340 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,340 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,340 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,355 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,363 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,363 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,365 [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 2026-05-10 02:54:14,365 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,370 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,370 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,370 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,370 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,455 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,462 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,462 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,464 [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 2026-05-10 02:54:14,465 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,471 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,471 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,471 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,471 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,486 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,494 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,494 [main] select count(*) from emp
DEBUG 2026-05-10 02:54:14,494 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,494 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,499 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,499 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,499 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,499 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,515 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,523 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,523 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,523 [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 2026-05-10 02:54:14,524 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,528 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,528 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,529 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,529 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,546 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,553 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,553 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,554 [main] Logical connection closed
{tstamp=2005-01-18 13:09:32.213, deptno=20, empno=7788, ename=SCOTT, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, deptno0=20, versionno0=0, dname0=RESEARCH, loc0=DALLAS}
DEBUG 2026-05-10 02:54:14,554 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,559 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,559 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,559 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,559 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,574 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,582 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,582 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,582 [main] Logical connection closed
[{tstamp=2005-01-18 13:09:32.213, deptno=20, empno=7788, ename=SCOTT, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, deptno0=20, versionno0=0, dname0=RESEARCH, loc0=DALLAS}]
DEBUG 2026-05-10 02:54:14,582 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,587 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,587 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,587 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,587 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,603 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,611 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,611 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,611 [main] Logical connection closed
[Ljava.util.Map;@70cdd2
DEBUG 2026-05-10 02:54:14,612 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,616 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,616 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,616 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,616 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,632 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,640 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,640 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,641 [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 2026-05-10 02:54:14,642 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,646 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,647 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,647 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,647 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,663 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,669 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,670 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,671 [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 2026-05-10 02:54:14,671 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,677 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,677 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,677 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,677 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,692 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,695 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,696 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:14,696 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,696 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,701 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,701 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,701 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,701 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,717 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,719 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,719 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:14,720 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,720 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,725 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,725 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,725 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,726 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,799 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,800 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,800 [main] SELECT EMP2.empno, EMP2.ename, 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 2026-05-10 02:54:14,801 [main] Logical connection closed
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-10 02:54:14,801 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,807 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,807 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,807 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,807 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,818 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,818 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,818 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-10 02:54:14,819 [main] Logical connection closed
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-10 02:54:14,819 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,824 [main] Transaction began
DEBUG 2026-05-10 02:54:14,824 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,825 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,825 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,825 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,842 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,849 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,850 [main] INSERT INTO EMP (tstamp, deptno, empno, ename) VALUES ('2026-05-10 02.54.14', 50, 9999, 'test')
DEBUG 2026-05-10 02:54:14,850 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,850 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,850 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,851 [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 2026-05-10 02:54:14,851 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,851 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,851 [main] Logical connection closed
9999, test, null, null, null, null, null, 50, 2026-05-10 02:54:14.849 {50, null, null, 0}
DEBUG 2026-05-10 02:54:14,852 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:14,852 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,856 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,856 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,856 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,856 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,872 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,877 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,882 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,882 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,882 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,882 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,898 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,906 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,906 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,907 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,907 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,912 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,912 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,912 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,912 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,928 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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.deptno != null*/ AND EMP.deptno = /*dto.deptno*/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.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 2026-05-10 02:54:14,937 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,937 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 = 0 AND EMP.empno = 0 AND EMP.job = 'MANAGER'
DEBUG 2026-05-10 02:54:14,938 [main] Logical connection closed
[]
DEBUG 2026-05-10 02:54:14,938 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,945 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,945 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,945 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,945 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,961 [main] Logical connection closed
SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.deptno AS deptno_0, department.versionno AS versionno_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.deptno != null*/ EMP.deptno = /*dto.deptno*/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.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 2026-05-10 02:54:14,967 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,968 [main] SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:14,969 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2026-05-10 02:54:14,969 [main] Physical connection closed
DEBUG 2026-05-10 02:54:14,974 [main] Physical connection got
DEBUG 2026-05-10 02:54:14,974 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,974 [main] Logical connection closed
DEBUG 2026-05-10 02:54:14,975 [main] Logical connection got
DEBUG 2026-05-10 02:54:14,992 [main] Logical connection closed
SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.deptno AS deptno_0, department.versionno AS versionno_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.deptno != null*/ EMP.deptno = /*dto.deptno*/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.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 2026-05-10 02:54:14,995 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,000 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,000 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,000 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,000 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,019 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,026 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,026 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,028 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,028 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,032 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,032 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,032 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,033 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,050 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,059 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,059 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,059 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,059 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,127 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,127 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,127 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,127 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,143 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,146 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,151 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,151 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,151 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,152 [main] Logical connection got
WARN  2026-05-10 02:54:15,154 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-10 02:54:15,158 [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 2026-05-10 02:54:15,159 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,159 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-10 02:54:15,160 [main] Logical connection closed
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-10 02:54:15,160 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,165 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,165 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,166 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,166 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,187 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,194 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,201 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,201 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,201 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,201 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,220 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,221 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,221 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,222 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,223 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,223 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,223 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,223 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,229 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,229 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,229 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,229 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,246 [main] Logical connection closed
SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,247 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,247 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2026-05-10 02:54:15,250 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,250 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,250 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,251 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,251 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,251 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,252 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,252 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,252 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,252 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,252 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,253 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:15,253 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,253 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,257 [main] Transaction began
DEBUG 2026-05-10 02:54:15,258 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,258 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,258 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,258 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,275 [main] Logical connection closed
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-10 02:54:15,275 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,276 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:15,276 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,276 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,276 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-10 02:54:15,276 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,276 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,276 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:15,276 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,276 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:15,276 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,282 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,282 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,282 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,282 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,297 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,299 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,305 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,305 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,305 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,305 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,311 [main] Logical connection closed
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-10 02:54:15,312 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,318 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,318 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,318 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,318 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,324 [main] Logical connection closed
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-10 02:54:15,325 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,330 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,330 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,330 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,330 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,337 [main] Logical connection closed
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 2026-05-10 02:54:15,338 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,343 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,343 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,343 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,343 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,349 [main] Logical connection closed
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2026-05-10 02:54:15,351 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,418 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,419 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,419 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,419 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,436 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,436 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,437 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:15,438 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,439 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,444 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,444 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,444 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,444 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,462 [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 2026-05-10 02:54:15,464 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,469 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,470 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,470 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,470 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,489 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,490 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,495 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,495 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,495 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,495 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,514 [main] Logical connection closed
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-10 02:54:15,514 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,519 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,520 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,520 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,520 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,537 [main] Logical connection closed
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-10 02:54:15,537 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.197 sec
Running org.seasar.dao.impl.ResultSetHandlerFactoryImplTest
DEBUG 2026-05-10 02:54:15,549 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,549 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,565 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,566 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,570 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,570 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,585 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,586 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,589 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,590 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,603 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,604 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,608 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,608 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,624 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,624 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.dao.impl.BlobTest
DEBUG 2026-05-10 02:54:15,656 [main] Transaction began
DEBUG 2026-05-10 02:54:15,658 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,658 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,658 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,658 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,661 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,663 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,663 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2026-05-10 02:54:15,670 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,671 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:15,671 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,754 [main] Transaction began
DEBUG 2026-05-10 02:54:15,755 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,755 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,755 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,755 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,758 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,759 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,759 [main] INSERT INTO LARGE_BINARY (version_no, id, large_binary) VALUES (0, 111, '[B@e5025')
DEBUG 2026-05-10 02:54:15,762 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,762 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,762 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2026-05-10 02:54:15,763 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,764 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,764 [main] UPDATE LARGE_BINARY SET version_no = 1, large_binary = '[B@77b794' WHERE id = 111 AND version_no = 0
DEBUG 2026-05-10 02:54:15,767 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,767 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,767 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2026-05-10 02:54:15,768 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,768 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,768 [main] DELETE FROM LARGE_BINARY WHERE id = 111 AND version_no = 1
DEBUG 2026-05-10 02:54:15,776 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,776 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,776 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2026-05-10 02:54:15,776 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,785 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:15,785 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,805 [main] Transaction began
DEBUG 2026-05-10 02:54:15,806 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,806 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,806 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,806 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,810 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,811 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,811 [main] INSERT INTO LARGE_BINARY (version_no, id, large_binary) VALUES (0, 4321, '[B@150d5d6')
DEBUG 2026-05-10 02:54:15,812 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,812 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,812 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 4321
DEBUG 2026-05-10 02:54:15,812 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,821 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:15,821 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,839 [main] Transaction began
DEBUG 2026-05-10 02:54:15,839 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,840 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,840 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,840 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,841 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,842 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,842 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2026-05-10 02:54:15,843 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,843 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:15,843 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
Running org.seasar.dao.impl.DeleteWithAnnotationTest
DEBUG 2026-05-10 02:54:15,858 [main] Transaction began
DEBUG 2026-05-10 02:54:15,859 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,859 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,859 [main] SELECT * FROM EMP
DEBUG 2026-05-10 02:54:15,862 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,863 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,863 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,863 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,864 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,864 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,864 [main] DELETE FROM EMP WHERE EMPNO = 7369
DEBUG 2026-05-10 02:54:15,866 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,866 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,866 [main] SELECT * FROM EMP
DEBUG 2026-05-10 02:54:15,867 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,867 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,867 [main] DELETE FROM EMP WHERE EMPNO = 7499
DEBUG 2026-05-10 02:54:15,867 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,867 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,867 [main] SELECT * FROM EMP
DEBUG 2026-05-10 02:54:15,868 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,868 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:15,868 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.interceptors.S2DaoInterceptorTest
DEBUG 2026-05-10 02:54:15,890 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,890 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,890 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,891 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,893 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,894 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,894 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,894 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,894 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,897 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,898 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno
DEBUG 2026-05-10 02:54:15,900 [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 2026-05-10 02:54:15,901 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,925 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,925 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,925 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,925 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,928 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,928 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,928 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,928 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,929 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,931 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,932 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2026-05-10 02:54:15,932 [main] More than 2 rows found, but only first row returned
DEBUG 2026-05-10 02:54:15,933 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, ACCOUNTING, NEW YORK}
DEBUG 2026-05-10 02:54:15,933 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,954 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,954 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,954 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,954 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,958 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,959 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,959 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,959 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,959 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,961 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,961 [main] SELECT count(*) FROM emp
DEBUG 2026-05-10 02:54:15,962 [main] Logical connection closed
count:14
DEBUG 2026-05-10 02:54:15,962 [main] Physical connection closed
DEBUG 2026-05-10 02:54:15,982 [main] Physical connection got
DEBUG 2026-05-10 02:54:15,982 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,982 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,982 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,986 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,986 [main] Transaction began
DEBUG 2026-05-10 02:54:15,986 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,986 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,986 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,987 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,989 [main] Logical connection got
DEBUG 2026-05-10 02:54:15,989 [main] INSERT INTO emp (empno, ename) VALUES (9999, 'hoge')
DEBUG 2026-05-10 02:54:15,989 [main] Logical connection closed
DEBUG 2026-05-10 02:54:15,989 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:15,989 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,008 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,009 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,009 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,009 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,012 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,012 [main] Transaction began
DEBUG 2026-05-10 02:54:16,012 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,012 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,012 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,014 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,016 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,016 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2026-05-10 02:54:16,018 [main] More than 2 rows found, but only first row returned
DEBUG 2026-05-10 02:54:16,018 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,018 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,018 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2026-05-10 02:54:16,019 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,019 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,019 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,038 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,038 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,038 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,038 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,041 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,041 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,041 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,041 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,042 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,044 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,045 [main] select empno, ename, dname from emp, dept where empno = 7788 and emp.deptno = dept.deptno
DEBUG 2026-05-10 02:54:16,045 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,045 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,065 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,065 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,065 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,065 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,068 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,068 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,068 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,068 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,069 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,071 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,072 [main] select empno as value, ename as label from emp
DEBUG 2026-05-10 02:54:16,072 [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 2026-05-10 02:54:16,072 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,093 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,093 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,093 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,093 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,098 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,098 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,099 [main] SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:16,099 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,099 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec
Running org.seasar.dao.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-10 02:54:16,107 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,107 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,111 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,111 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.pager.PagerResultSetFactoryWapperTest
DEBUG 2026-05-10 02:54:16,114 [main] S2Pager use scroll cursor.
DEBUG 2026-05-10 02:54:16,115 [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 2026-05-10 02:54:16,175 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,175 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,191 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,191 [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 2026-05-10 02:54:16,195 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,195 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,199 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,199 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,216 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,216 [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 2026-05-10 02:54:16,217 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,217 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,221 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,221 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,235 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,235 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,237 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,238 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,242 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,242 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,252 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,252 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,253 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,253 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
Running org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest
DEBUG 2026-05-10 02:54:16,266 [main] Transaction began
DEBUG 2026-05-10 02:54:16,266 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,267 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,267 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,267 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,282 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,282 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,283 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2026-05-10 02:54:16,283 [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$$13526b0$$MethodInvocation$$invoke0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$13526b0.invoke(PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$13526b0.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$33a6b8$$MethodInvocation$$updateSal0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$33a6b8.updateSal(AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$33a6b8.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 2026-05-10 02:54:16,284 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,284 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,295 [main] Transaction began
DEBUG 2026-05-10 02:54:16,295 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,295 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,295 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,295 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,309 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,309 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,310 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2026-05-10 02:54:16,310 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,310 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,311 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,321 [main] Transaction began
DEBUG 2026-05-10 02:54:16,321 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,322 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,322 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,322 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,336 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,336 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,337 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'AD%'
DEBUG 2026-05-10 02:54:16,337 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,337 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,337 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 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.003 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:54:16,354 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,354 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,370 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,370 [main] Logical connection got
7788,SCOTT
DEBUG 2026-05-10 02:54:16,373 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,373 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,376 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,376 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,391 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,391 [main] Logical connection got
0,SCOTT
DEBUG 2026-05-10 02:54:16,392 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,392 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,396 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,396 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,407 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,407 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,407 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,407 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,411 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,411 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,422 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,422 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,423 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,423 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,427 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,427 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,437 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,437 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,438 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,438 [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 2026-05-10 02:54:16,443 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,443 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,460 [main] Logical connection closed
SELECT EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_0, department.dname AS dname_0, department.loc AS loc_0, department2.deptno AS deptno_1, department2.versionno AS versionno_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 2026-05-10 02:54:16,461 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,465 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,465 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,547 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,547 [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.117 sec
Running org.seasar.dao.unit.S2DaoBeanReaderTest
DEBUG 2026-05-10 02:54:16,561 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,561 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,576 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,576 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,579 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,579 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,594 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,594 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.impl.DaoMetaDataFactoryImplTest
DEBUG 2026-05-10 02:54:16,605 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,605 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,605 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,606 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,608 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,609 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,617 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,617 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,617 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,617 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,620 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,621 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,621 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,621 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,621 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,622 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.unit.S2DaoTestCaseTest
DEBUG 2026-05-10 02:54:16,628 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,628 [main] Logical connection got
WARN  2026-05-10 02:54:16,630 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2026-05-10 02:54:16,630 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2026-05-10 02:54:16,635 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,635 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,640 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,640 [main] Logical connection got
WARN  2026-05-10 02:54:16,642 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2026-05-10 02:54:16,642 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2026-05-10 02:54:16,647 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,647 [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 2026-05-10 02:54:16,654 [main] Transaction began
DEBUG 2026-05-10 02:54:16,654 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,654 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,654 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,654 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,670 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,677 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,678 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:16,679 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,679 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,679 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.16', deptno = 20, ename = 'SCOTT', 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 2026-05-10 02:54:16,679 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,679 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,679 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,683 [main] Transaction began
DEBUG 2026-05-10 02:54:16,683 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,683 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,684 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,684 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,689 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,694 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,694 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2026-05-10 02:54:16,695 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,695 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,695 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,699 [main] Transaction began
DEBUG 2026-05-10 02:54:16,699 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,699 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,699 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,699 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,705 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,708 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,708 [main] UPDATE DEPT SET versionno = 0, dname = null, loc = null WHERE deptno = 10 AND versionno = -1
DEBUG 2026-05-10 02:54:16,708 [main] Logical connection closed
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2026-05-10 02:54:16,708 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,708 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,712 [main] Transaction began
DEBUG 2026-05-10 02:54:16,713 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,713 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,713 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,713 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,729 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,736 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,736 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:16,737 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,737 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,737 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.16', ename = 'SCOTT' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:16,737 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,737 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,737 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,741 [main] Transaction began
DEBUG 2026-05-10 02:54:16,741 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,741 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,741 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,741 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,756 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,764 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,764 [main] SELECT EMP.tstamp, EMP.deptno, EMP.empno, EMP.ename, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.deptno AS deptno_0, department.versionno AS versionno_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 2026-05-10 02:54:16,765 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,765 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,765 [main] UPDATE EMP SET deptno = 20, tstamp = '2026-05-10 02.54.16' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:16,765 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,765 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,766 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running org.seasar.dao.util.PropertyDescUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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 2026-05-10 02:54:16,778 [main] Transaction began
DEBUG 2026-05-10 02:54:16,778 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,778 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,779 [main] S2Pager not use scroll cursor.
DEBUG 2026-05-10 02:54:16,779 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,779 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,779 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,783 [main] Transaction began
DEBUG 2026-05-10 02:54:16,783 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,784 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,784 [main] S2Pager not use scroll cursor.
DEBUG 2026-05-10 02:54:16,784 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,784 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,784 [main] Physical connection closed
DEBUG 2026-05-10 02:54:16,787 [main] Transaction began
DEBUG 2026-05-10 02:54:16,788 [main] Physical connection got
DEBUG 2026-05-10 02:54:16,788 [main] Logical connection got
DEBUG 2026-05-10 02:54:16,788 [main] S2Pager not use scroll cursor.
DEBUG 2026-05-10 02:54:16,788 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:16,788 [main] Logical connection closed
DEBUG 2026-05-10 02:54:16,788 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.pager.LimitOffsetPagingSqlRewriterTest
DEBUG 2026-05-10 02:54:16,906 [main] Transaction began
DEBUG 2026-05-10 02:54:17,038 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,038 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,039 [main] DELETE FROM CUSTOMER
DEBUG 2026-05-10 02:54:17,039 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,039 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,042 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,042 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,042 [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 2026-05-10 02:54:17,042 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,043 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,043 [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 2026-05-10 02:54:17,043 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,043 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,043 [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 2026-05-10 02:54:17,043 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,043 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,043 [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 2026-05-10 02:54:17,044 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,044 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,044 [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 2026-05-10 02:54:17,044 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,044 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,044 [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 2026-05-10 02:54:17,044 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,044 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,044 [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 2026-05-10 02:54:17,045 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,045 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,045 [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 2026-05-10 02:54:17,045 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,045 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,045 [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 2026-05-10 02:54:17,045 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,045 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,047 [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 2026-05-10 02:54:17,047 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,047 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,048 [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 2026-05-10 02:54:17,048 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,048 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,048 [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 2026-05-10 02:54:17,048 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,048 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,049 [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 2026-05-10 02:54:17,049 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,049 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,049 [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 2026-05-10 02:54:17,049 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,049 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,049 [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 2026-05-10 02:54:17,049 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,049 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,050 [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 2026-05-10 02:54:17,052 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,052 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,052 [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 2026-05-10 02:54:17,052 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,052 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,052 [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 2026-05-10 02:54:17,053 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,053 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,053 [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 2026-05-10 02:54:17,053 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,053 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,053 [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 2026-05-10 02:54:17,053 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,053 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,054 [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 2026-05-10 02:54:17,054 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,054 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,055 [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 2026-05-10 02:54:17,055 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,056 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,056 [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 2026-05-10 02:54:17,056 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,056 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,056 [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 2026-05-10 02:54:17,056 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,056 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,057 [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 2026-05-10 02:54:17,057 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,057 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,057 [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 2026-05-10 02:54:17,057 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,057 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,057 [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 2026-05-10 02:54:17,057 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,058 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,058 [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 2026-05-10 02:54:17,058 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,058 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,058 [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 2026-05-10 02:54:17,058 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,058 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,058 [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 2026-05-10 02:54:17,058 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,059 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,059 [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 2026-05-10 02:54:17,059 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,059 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,059 [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 2026-05-10 02:54:17,059 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,059 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,059 [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 2026-05-10 02:54:17,059 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,060 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,060 [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 2026-05-10 02:54:17,060 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,060 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,060 [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 2026-05-10 02:54:17,060 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,060 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,060 [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 2026-05-10 02:54:17,060 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,061 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,061 [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 2026-05-10 02:54:17,061 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,061 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,061 [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 2026-05-10 02:54:17,061 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,061 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,061 [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 2026-05-10 02:54:17,061 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,062 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,062 [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 2026-05-10 02:54:17,062 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,062 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,062 [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 2026-05-10 02:54:17,062 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,062 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,062 [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 2026-05-10 02:54:17,062 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,063 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,063 [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 2026-05-10 02:54:17,063 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,063 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,063 [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 2026-05-10 02:54:17,063 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,063 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,064 [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 2026-05-10 02:54:17,064 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,064 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,065 [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 2026-05-10 02:54:17,065 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,065 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,065 [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 2026-05-10 02:54:17,065 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,065 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,065 [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 2026-05-10 02:54:17,065 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,065 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,066 [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 2026-05-10 02:54:17,066 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,066 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,066 [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 2026-05-10 02:54:17,066 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,066 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,066 [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 2026-05-10 02:54:17,066 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,066 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,067 [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 2026-05-10 02:54:17,067 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,067 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,067 [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 2026-05-10 02:54:17,067 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,067 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,067 [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 2026-05-10 02:54:17,067 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,067 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,068 [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 2026-05-10 02:54:17,068 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,068 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,068 [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 2026-05-10 02:54:17,068 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,068 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,068 [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 2026-05-10 02:54:17,068 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,068 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,069 [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 2026-05-10 02:54:17,069 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,069 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,069 [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 2026-05-10 02:54:17,069 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,069 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,069 [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 2026-05-10 02:54:17,069 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,069 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,070 [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 2026-05-10 02:54:17,070 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,070 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,070 [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 2026-05-10 02:54:17,070 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,070 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,070 [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 2026-05-10 02:54:17,070 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,070 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,071 [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 2026-05-10 02:54:17,071 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,071 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,071 [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 2026-05-10 02:54:17,071 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,071 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,072 [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 2026-05-10 02:54:17,073 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,073 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,073 [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 2026-05-10 02:54:17,073 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,073 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,073 [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 2026-05-10 02:54:17,073 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,074 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,074 [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 2026-05-10 02:54:17,074 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,074 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,075 [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 2026-05-10 02:54:17,075 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,075 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,075 [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 2026-05-10 02:54:17,075 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,075 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,075 [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 2026-05-10 02:54:17,075 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,075 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,076 [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 2026-05-10 02:54:17,076 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,076 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,076 [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 2026-05-10 02:54:17,076 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,076 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,076 [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 2026-05-10 02:54:17,076 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,076 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,077 [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 2026-05-10 02:54:17,077 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,077 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,077 [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 2026-05-10 02:54:17,077 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,077 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,077 [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 2026-05-10 02:54:17,077 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,077 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,078 [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 2026-05-10 02:54:17,078 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,078 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,078 [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 2026-05-10 02:54:17,078 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,078 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,078 [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 2026-05-10 02:54:17,078 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,078 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,079 [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 2026-05-10 02:54:17,079 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,079 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,079 [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 2026-05-10 02:54:17,079 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,079 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,079 [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 2026-05-10 02:54:17,079 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,079 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,081 [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 2026-05-10 02:54:17,081 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,081 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,082 [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 2026-05-10 02:54:17,082 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,083 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,083 [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 2026-05-10 02:54:17,083 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,083 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,083 [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 2026-05-10 02:54:17,083 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,083 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,084 [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 2026-05-10 02:54:17,084 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,085 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,085 [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 2026-05-10 02:54:17,085 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,085 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,085 [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 2026-05-10 02:54:17,086 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,086 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,086 [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 2026-05-10 02:54:17,086 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,086 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,086 [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 2026-05-10 02:54:17,087 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,087 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,087 [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 2026-05-10 02:54:17,087 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,087 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,087 [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 2026-05-10 02:54:17,087 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,087 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,087 [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 2026-05-10 02:54:17,087 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,088 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,088 [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 2026-05-10 02:54:17,088 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,088 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,088 [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 2026-05-10 02:54:17,088 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,088 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,089 [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 2026-05-10 02:54:17,089 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,089 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,090 [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 2026-05-10 02:54:17,090 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,090 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,090 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,090 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,091 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,093 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,093 [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 2026-05-10 02:54:17,094 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,094 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,094 [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 2026-05-10 02:54:17,095 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,096 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,096 [main] Physical connection closed
DEBUG 2026-05-10 02:54:17,109 [main] Transaction began
DEBUG 2026-05-10 02:54:17,135 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,135 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,136 [main] DELETE FROM CUSTOMER
DEBUG 2026-05-10 02:54:17,136 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,136 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,138 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,138 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,138 [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 2026-05-10 02:54:17,139 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,139 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,139 [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 2026-05-10 02:54:17,139 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,139 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,139 [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 2026-05-10 02:54:17,139 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,139 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,139 [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 2026-05-10 02:54:17,139 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,140 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,140 [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 2026-05-10 02:54:17,140 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,140 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,140 [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 2026-05-10 02:54:17,140 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,140 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,140 [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 2026-05-10 02:54:17,140 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,140 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,141 [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 2026-05-10 02:54:17,141 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,141 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,141 [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 2026-05-10 02:54:17,142 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,142 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,142 [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 2026-05-10 02:54:17,142 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,143 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,143 [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 2026-05-10 02:54:17,143 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,143 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,143 [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 2026-05-10 02:54:17,144 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,144 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,144 [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 2026-05-10 02:54:17,144 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,144 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,144 [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 2026-05-10 02:54:17,144 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,144 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,144 [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 2026-05-10 02:54:17,147 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,147 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,147 [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 2026-05-10 02:54:17,147 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,147 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,147 [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 2026-05-10 02:54:17,147 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,147 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,147 [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 2026-05-10 02:54:17,148 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,148 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,148 [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 2026-05-10 02:54:17,148 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,148 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,148 [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 2026-05-10 02:54:17,149 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,149 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,149 [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 2026-05-10 02:54:17,149 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,149 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,149 [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 2026-05-10 02:54:17,150 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,150 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,150 [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 2026-05-10 02:54:17,150 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,150 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,150 [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 2026-05-10 02:54:17,150 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,150 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,150 [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 2026-05-10 02:54:17,150 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,151 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,151 [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 2026-05-10 02:54:17,151 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,151 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,151 [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 2026-05-10 02:54:17,151 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,151 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,151 [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 2026-05-10 02:54:17,151 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,151 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,152 [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 2026-05-10 02:54:17,152 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,152 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,153 [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 2026-05-10 02:54:17,153 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,154 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,154 [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 2026-05-10 02:54:17,154 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,154 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,154 [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 2026-05-10 02:54:17,154 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,154 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,154 [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 2026-05-10 02:54:17,154 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,155 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,155 [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 2026-05-10 02:54:17,155 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,155 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,155 [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 2026-05-10 02:54:17,155 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,155 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,155 [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 2026-05-10 02:54:17,156 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,156 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,156 [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 2026-05-10 02:54:17,156 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,156 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,156 [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 2026-05-10 02:54:17,156 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,156 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,156 [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 2026-05-10 02:54:17,156 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,157 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,157 [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 2026-05-10 02:54:17,157 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,157 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,157 [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 2026-05-10 02:54:17,158 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,158 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,158 [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 2026-05-10 02:54:17,158 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,158 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,158 [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 2026-05-10 02:54:17,158 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,158 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,158 [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 2026-05-10 02:54:17,159 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,159 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,159 [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 2026-05-10 02:54:17,160 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,160 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,161 [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 2026-05-10 02:54:17,161 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,161 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,161 [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 2026-05-10 02:54:17,161 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,161 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,161 [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 2026-05-10 02:54:17,162 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,162 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,163 [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 2026-05-10 02:54:17,163 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,163 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,163 [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 2026-05-10 02:54:17,163 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,163 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,163 [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 2026-05-10 02:54:17,164 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,164 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,164 [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 2026-05-10 02:54:17,165 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,165 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,165 [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 2026-05-10 02:54:17,165 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,165 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,165 [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 2026-05-10 02:54:17,165 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,166 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,166 [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 2026-05-10 02:54:17,166 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,166 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,166 [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 2026-05-10 02:54:17,167 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,167 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,167 [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 2026-05-10 02:54:17,169 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,169 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,169 [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 2026-05-10 02:54:17,169 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,169 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,169 [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 2026-05-10 02:54:17,169 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,170 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,170 [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 2026-05-10 02:54:17,170 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,170 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,170 [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 2026-05-10 02:54:17,170 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,170 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,170 [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 2026-05-10 02:54:17,170 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,170 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,171 [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 2026-05-10 02:54:17,171 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,171 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,173 [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 2026-05-10 02:54:17,173 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,173 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,173 [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 2026-05-10 02:54:17,173 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,173 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,173 [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 2026-05-10 02:54:17,173 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,174 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,174 [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 2026-05-10 02:54:17,174 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,174 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,174 [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 2026-05-10 02:54:17,174 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,174 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,174 [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 2026-05-10 02:54:17,174 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,174 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,175 [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 2026-05-10 02:54:17,175 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,175 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,175 [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 2026-05-10 02:54:17,176 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,176 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,176 [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 2026-05-10 02:54:17,176 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,176 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,176 [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 2026-05-10 02:54:17,176 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,176 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,176 [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 2026-05-10 02:54:17,176 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,177 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,177 [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 2026-05-10 02:54:17,177 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,177 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,177 [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 2026-05-10 02:54:17,177 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,177 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,177 [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 2026-05-10 02:54:17,177 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,177 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,178 [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 2026-05-10 02:54:17,178 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,178 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,178 [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 2026-05-10 02:54:17,178 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,178 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,179 [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 2026-05-10 02:54:17,181 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,181 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,181 [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 2026-05-10 02:54:17,181 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,181 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,181 [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 2026-05-10 02:54:17,181 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,181 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,182 [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 2026-05-10 02:54:17,182 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,182 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,182 [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 2026-05-10 02:54:17,182 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,182 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,182 [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 2026-05-10 02:54:17,182 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,183 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,183 [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 2026-05-10 02:54:17,183 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,183 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,183 [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 2026-05-10 02:54:17,183 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,183 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,183 [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 2026-05-10 02:54:17,184 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,184 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,184 [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 2026-05-10 02:54:17,184 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,184 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,184 [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 2026-05-10 02:54:17,184 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,184 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,184 [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 2026-05-10 02:54:17,185 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,185 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,185 [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 2026-05-10 02:54:17,185 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,185 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,185 [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 2026-05-10 02:54:17,185 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,185 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,185 [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 2026-05-10 02:54:17,185 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,185 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,187 [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 2026-05-10 02:54:17,187 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,187 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,187 [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 2026-05-10 02:54:17,188 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,188 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,188 [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 2026-05-10 02:54:17,188 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,188 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,188 [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 2026-05-10 02:54:17,188 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,188 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,188 [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 2026-05-10 02:54:17,189 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,189 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,189 [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 2026-05-10 02:54:17,189 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,262 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,262 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,262 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,262 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,265 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,265 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2026-05-10 02:54:17,265 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,266 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,266 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2026-05-10 02:54:17,269 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,269 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,269 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,272 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,272 [main] Physical connection closed
DEBUG 2026-05-10 02:54:17,287 [main] Transaction began
DEBUG 2026-05-10 02:54:17,295 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,295 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,295 [main] DELETE FROM CUSTOMER
DEBUG 2026-05-10 02:54:17,295 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,295 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,299 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,299 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,299 [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 2026-05-10 02:54:17,299 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,299 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,299 [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 2026-05-10 02:54:17,299 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,299 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,299 [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 2026-05-10 02:54:17,300 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,300 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,300 [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 2026-05-10 02:54:17,300 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,300 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,300 [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 2026-05-10 02:54:17,300 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,300 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,300 [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 2026-05-10 02:54:17,300 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,300 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,301 [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 2026-05-10 02:54:17,301 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,301 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,301 [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 2026-05-10 02:54:17,301 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,301 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,301 [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 2026-05-10 02:54:17,301 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,301 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,301 [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 2026-05-10 02:54:17,302 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,302 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,302 [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 2026-05-10 02:54:17,302 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,302 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,302 [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 2026-05-10 02:54:17,302 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,302 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,302 [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 2026-05-10 02:54:17,302 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,303 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,303 [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 2026-05-10 02:54:17,303 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,303 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,303 [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 2026-05-10 02:54:17,303 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,303 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,303 [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 2026-05-10 02:54:17,303 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,303 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,303 [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 2026-05-10 02:54:17,304 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,304 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,304 [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 2026-05-10 02:54:17,304 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,304 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,304 [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 2026-05-10 02:54:17,304 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,304 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,304 [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 2026-05-10 02:54:17,305 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,305 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,305 [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 2026-05-10 02:54:17,305 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,305 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,305 [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 2026-05-10 02:54:17,305 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,305 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,305 [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 2026-05-10 02:54:17,305 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,305 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,306 [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 2026-05-10 02:54:17,306 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,306 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,306 [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 2026-05-10 02:54:17,306 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,306 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,306 [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 2026-05-10 02:54:17,306 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,306 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,306 [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 2026-05-10 02:54:17,307 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,307 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,307 [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 2026-05-10 02:54:17,307 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,307 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,307 [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 2026-05-10 02:54:17,307 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,307 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,307 [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 2026-05-10 02:54:17,307 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,307 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,308 [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 2026-05-10 02:54:17,308 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,308 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,308 [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 2026-05-10 02:54:17,308 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,308 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,309 [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 2026-05-10 02:54:17,309 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,309 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,309 [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 2026-05-10 02:54:17,309 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,309 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,309 [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 2026-05-10 02:54:17,309 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,309 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,309 [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 2026-05-10 02:54:17,309 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,310 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,310 [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 2026-05-10 02:54:17,310 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,310 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,310 [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 2026-05-10 02:54:17,310 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,310 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,310 [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 2026-05-10 02:54:17,310 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,310 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,310 [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 2026-05-10 02:54:17,311 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,311 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,312 [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 2026-05-10 02:54:17,312 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,312 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,312 [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 2026-05-10 02:54:17,312 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,312 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,312 [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 2026-05-10 02:54:17,312 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,312 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,313 [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 2026-05-10 02:54:17,313 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,313 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,313 [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 2026-05-10 02:54:17,313 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,313 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,313 [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 2026-05-10 02:54:17,313 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,313 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,313 [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 2026-05-10 02:54:17,313 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,314 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,314 [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 2026-05-10 02:54:17,314 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,314 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,314 [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 2026-05-10 02:54:17,314 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,314 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,314 [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 2026-05-10 02:54:17,314 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,314 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,314 [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 2026-05-10 02:54:17,315 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,315 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,315 [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 2026-05-10 02:54:17,315 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,315 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,315 [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 2026-05-10 02:54:17,315 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,315 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,315 [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 2026-05-10 02:54:17,315 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,316 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,316 [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 2026-05-10 02:54:17,316 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,316 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,316 [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 2026-05-10 02:54:17,316 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,316 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,316 [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 2026-05-10 02:54:17,316 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,316 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,316 [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 2026-05-10 02:54:17,317 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,317 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,317 [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 2026-05-10 02:54:17,317 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,317 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,317 [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 2026-05-10 02:54:17,317 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,317 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,317 [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 2026-05-10 02:54:17,318 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,318 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,318 [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 2026-05-10 02:54:17,318 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,318 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,318 [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 2026-05-10 02:54:17,318 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,318 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,318 [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 2026-05-10 02:54:17,318 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,318 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,319 [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 2026-05-10 02:54:17,319 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,319 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,319 [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 2026-05-10 02:54:17,319 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,319 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,319 [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 2026-05-10 02:54:17,319 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,319 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,319 [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 2026-05-10 02:54:17,320 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,320 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,320 [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 2026-05-10 02:54:17,320 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,320 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,320 [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 2026-05-10 02:54:17,320 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,320 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,320 [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 2026-05-10 02:54:17,320 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,320 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,321 [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 2026-05-10 02:54:17,321 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,321 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,321 [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 2026-05-10 02:54:17,321 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,321 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,321 [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 2026-05-10 02:54:17,321 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,321 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,321 [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 2026-05-10 02:54:17,322 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,322 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,322 [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 2026-05-10 02:54:17,322 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,322 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,322 [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 2026-05-10 02:54:17,322 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,322 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,322 [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 2026-05-10 02:54:17,322 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,322 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,322 [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 2026-05-10 02:54:17,323 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,323 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,323 [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 2026-05-10 02:54:17,323 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,323 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,323 [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 2026-05-10 02:54:17,323 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,323 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,323 [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 2026-05-10 02:54:17,323 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,323 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,324 [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 2026-05-10 02:54:17,324 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,324 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,324 [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 2026-05-10 02:54:17,324 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,324 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,324 [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 2026-05-10 02:54:17,324 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,324 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,324 [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 2026-05-10 02:54:17,325 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,325 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,325 [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 2026-05-10 02:54:17,325 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,325 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,325 [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 2026-05-10 02:54:17,325 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,325 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,325 [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 2026-05-10 02:54:17,325 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,325 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,325 [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 2026-05-10 02:54:17,326 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,326 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,326 [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 2026-05-10 02:54:17,327 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,327 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,327 [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 2026-05-10 02:54:17,327 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,327 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,327 [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 2026-05-10 02:54:17,327 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,327 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,327 [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 2026-05-10 02:54:17,327 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,327 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,328 [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 2026-05-10 02:54:17,328 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,328 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,328 [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 2026-05-10 02:54:17,328 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,328 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,328 [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 2026-05-10 02:54:17,328 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,328 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,328 [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 2026-05-10 02:54:17,328 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,329 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,329 [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 2026-05-10 02:54:17,329 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,329 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,329 [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 2026-05-10 02:54:17,329 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,331 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,331 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,331 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,331 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,332 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,333 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2026-05-10 02:54:17,333 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,333 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,333 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2026-05-10 02:54:17,334 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,334 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,335 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,337 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,337 [main] Physical connection closed
DEBUG 2026-05-10 02:54:17,351 [main] Transaction began
DEBUG 2026-05-10 02:54:17,359 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,360 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,361 [main] DELETE FROM CUSTOMER
DEBUG 2026-05-10 02:54:17,361 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,361 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,363 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,363 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,363 [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 2026-05-10 02:54:17,364 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,364 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,364 [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 2026-05-10 02:54:17,364 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,364 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,364 [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 2026-05-10 02:54:17,364 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,364 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,365 [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 2026-05-10 02:54:17,365 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,365 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,365 [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 2026-05-10 02:54:17,365 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,365 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,365 [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 2026-05-10 02:54:17,365 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,365 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,365 [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 2026-05-10 02:54:17,366 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,366 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,366 [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 2026-05-10 02:54:17,366 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,366 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,366 [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 2026-05-10 02:54:17,366 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,366 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,366 [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 2026-05-10 02:54:17,366 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,366 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,366 [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 2026-05-10 02:54:17,367 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,367 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,367 [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 2026-05-10 02:54:17,367 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,367 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,367 [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 2026-05-10 02:54:17,367 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,367 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,367 [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 2026-05-10 02:54:17,368 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,368 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,368 [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 2026-05-10 02:54:17,368 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,368 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,368 [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 2026-05-10 02:54:17,368 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,368 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,369 [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 2026-05-10 02:54:17,369 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,369 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,369 [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 2026-05-10 02:54:17,369 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,369 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,369 [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 2026-05-10 02:54:17,369 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,370 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,370 [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 2026-05-10 02:54:17,370 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,370 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,370 [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 2026-05-10 02:54:17,370 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,370 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,370 [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 2026-05-10 02:54:17,370 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,370 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,370 [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 2026-05-10 02:54:17,371 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,371 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,371 [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 2026-05-10 02:54:17,371 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,371 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,371 [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 2026-05-10 02:54:17,371 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,371 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,371 [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 2026-05-10 02:54:17,371 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,371 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,372 [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 2026-05-10 02:54:17,372 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,372 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,372 [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 2026-05-10 02:54:17,372 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,372 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,373 [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 2026-05-10 02:54:17,373 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,373 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,373 [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 2026-05-10 02:54:17,373 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,373 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,373 [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 2026-05-10 02:54:17,373 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,374 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,374 [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 2026-05-10 02:54:17,374 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,374 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,374 [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 2026-05-10 02:54:17,374 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,374 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,374 [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 2026-05-10 02:54:17,374 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,375 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,375 [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 2026-05-10 02:54:17,375 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,375 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,375 [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 2026-05-10 02:54:17,375 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,375 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,375 [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 2026-05-10 02:54:17,375 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,375 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,377 [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 2026-05-10 02:54:17,377 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,377 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,377 [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 2026-05-10 02:54:17,377 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,377 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,378 [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 2026-05-10 02:54:17,378 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,378 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,378 [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 2026-05-10 02:54:17,378 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,378 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,378 [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 2026-05-10 02:54:17,378 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,378 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,378 [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 2026-05-10 02:54:17,379 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,379 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,379 [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 2026-05-10 02:54:17,379 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,379 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,379 [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 2026-05-10 02:54:17,379 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,380 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,380 [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 2026-05-10 02:54:17,380 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,380 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,380 [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 2026-05-10 02:54:17,380 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,380 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,380 [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 2026-05-10 02:54:17,380 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,380 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,380 [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 2026-05-10 02:54:17,381 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,381 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,381 [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 2026-05-10 02:54:17,381 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,381 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,381 [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 2026-05-10 02:54:17,381 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,381 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,381 [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 2026-05-10 02:54:17,381 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,381 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,382 [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 2026-05-10 02:54:17,382 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,382 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,382 [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 2026-05-10 02:54:17,382 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,382 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,382 [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 2026-05-10 02:54:17,382 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,382 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,382 [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 2026-05-10 02:54:17,382 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,382 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,383 [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 2026-05-10 02:54:17,383 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,383 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,383 [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 2026-05-10 02:54:17,383 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,383 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,383 [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 2026-05-10 02:54:17,383 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,384 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,384 [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 2026-05-10 02:54:17,384 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,384 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,384 [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 2026-05-10 02:54:17,384 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,384 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,384 [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 2026-05-10 02:54:17,384 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,384 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,384 [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 2026-05-10 02:54:17,385 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,385 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,385 [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 2026-05-10 02:54:17,385 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,385 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,385 [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 2026-05-10 02:54:17,385 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,385 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,385 [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 2026-05-10 02:54:17,385 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,385 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,386 [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 2026-05-10 02:54:17,386 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,386 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,386 [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 2026-05-10 02:54:17,386 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,386 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,386 [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 2026-05-10 02:54:17,387 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,387 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,387 [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 2026-05-10 02:54:17,387 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,387 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,387 [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 2026-05-10 02:54:17,387 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,387 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,387 [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 2026-05-10 02:54:17,387 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,387 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,387 [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 2026-05-10 02:54:17,388 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,388 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,388 [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 2026-05-10 02:54:17,388 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,388 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,388 [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 2026-05-10 02:54:17,388 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,388 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,388 [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 2026-05-10 02:54:17,389 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,389 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,389 [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 2026-05-10 02:54:17,389 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,389 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,389 [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 2026-05-10 02:54:17,389 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,389 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,389 [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 2026-05-10 02:54:17,389 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,389 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,389 [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 2026-05-10 02:54:17,390 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,390 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,390 [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 2026-05-10 02:54:17,390 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,390 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,390 [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 2026-05-10 02:54:17,390 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,390 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,390 [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 2026-05-10 02:54:17,390 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,390 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,391 [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 2026-05-10 02:54:17,391 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,391 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,391 [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 2026-05-10 02:54:17,391 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,391 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,391 [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 2026-05-10 02:54:17,391 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,391 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,391 [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 2026-05-10 02:54:17,391 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,392 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,392 [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 2026-05-10 02:54:17,393 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,393 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,393 [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 2026-05-10 02:54:17,393 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,393 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,393 [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 2026-05-10 02:54:17,393 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,393 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,393 [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 2026-05-10 02:54:17,393 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,394 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,394 [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 2026-05-10 02:54:17,394 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,394 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,394 [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 2026-05-10 02:54:17,394 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,394 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,394 [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 2026-05-10 02:54:17,394 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,395 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,395 [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 2026-05-10 02:54:17,395 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,395 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,395 [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 2026-05-10 02:54:17,395 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,395 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,395 [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 2026-05-10 02:54:17,396 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,396 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,396 [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 2026-05-10 02:54:17,396 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,396 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,396 [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 2026-05-10 02:54:17,396 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,396 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,396 [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 2026-05-10 02:54:17,396 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,403 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,404 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,404 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,404 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,406 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,406 [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 2026-05-10 02:54:17,408 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,408 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,408 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,416 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,417 [main] Physical connection closed
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 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 2026-05-10 02:54:17,423 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,423 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,423 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,423 [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 2026-05-10 02:54:17,438 [main] Transaction began
DEBUG 2026-05-10 02:54:17,438 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,438 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,438 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,438 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,445 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,446 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,446 [main] INSERT INTO JIRA101_TABLE (aaa, bbb, foo_id) VALUES ('a1', 'b1', 777)
DEBUG 2026-05-10 02:54:17,446 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,446 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,446 [main] SELECT JIRA101_TABLE.aaa, JIRA101_TABLE.bbb, JIRA101_TABLE.foo_id FROM JIRA101_TABLE WHERE  JIRA101_TABLE.FOO_ID = 777
DEBUG 2026-05-10 02:54:17,447 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,447 [main] skip UPDATE: table=JIRA101_TABLE, key{foo_id=777}
DEBUG 2026-05-10 02:54:17,447 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,447 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.interceptors.AssertAtLeastOneRowInterceptorTest
DEBUG 2026-05-10 02:54:17,460 [main] Transaction began
DEBUG 2026-05-10 02:54:17,460 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,460 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,460 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,460 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,475 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,476 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,476 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2026-05-10 02:54:17,476 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,476 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,476 [main] Physical connection closed
DEBUG 2026-05-10 02:54:17,487 [main] Transaction began
DEBUG 2026-05-10 02:54:17,487 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,487 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,488 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,488 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,501 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,502 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,502 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2026-05-10 02:54:17,502 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,502 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,502 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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 2026-05-10 02:54:17,518 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,518 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,518 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,518 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,521 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,523 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,525 [main] SELECT EMP.deptno, EMP.empno, EMP.ename FROM EMP WHERE empno = 7782
DEBUG 2026-05-10 02:54:17,525 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,525 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,525 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,525 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,526 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,526 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,526 [main] SELECT DEPT.deptno, DEPT.dname FROM DEPT WHERE  DEPT.deptno = 10
DEBUG 2026-05-10 02:54:17,526 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,526 [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  2026-05-10 02:54:17,531 [main] Argument(job) not found
SELECT * FROM emp
WARN  2026-05-10 02:54:17,532 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
[SELECT * FROM emp WHERE job = ?]
WARN  2026-05-10 02:54:17,532 [main] Argument(job) not found
[SELECT * FROM emp WHERE job is null]
[bbb = ?]
[bbbddd]
SELECT * FROM emp WHERE deptno = 10
WARN  2026-05-10 02:54:17,534 [main] Argument(job) not found
WARN  2026-05-10 02:54:17,534 [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  2026-05-10 02:54:17,537 [main] Argument(moge) not found
WARN  2026-05-10 02:54:17,537 [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  2026-05-10 02:54:17,538 [main] Argument(hoge) not found
WARN  2026-05-10 02:54:17,538 [main] Argument($1) not found
WARN  2026-05-10 02:54:17,538 [main] Argument($1) not found
SELECT AAA FROM HOGE where bb = ?  /* comment */
WARN  2026-05-10 02:54:17,538 [main] Argument($1) not found
WARN  2026-05-10 02:54:17,538 [main] Argument($1) not found
SELECT AAA FROM HOGE where aa = ?  -- comment
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.impl.QuestionInCommentTest
DEBUG 2026-05-10 02:54:17,552 [main] Transaction began
DEBUG 2026-05-10 02:54:17,552 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,552 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,553 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,553 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,555 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,558 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,558 [main] INSERT INTO EMP (
    EMPNO,
    ENAME,
    TSTAMP
) VALUES (
	 /* comment */
	2222,
	'aaaaaaaaaaaa',
	null
	 /*  in comment */
)
DEBUG 2026-05-10 02:54:17,558 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,558 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,558 [main] Physical connection closed
DEBUG 2026-05-10 02:54:17,570 [main] Transaction began
DEBUG 2026-05-10 02:54:17,570 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,570 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,570 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,570 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,573 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,575 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,575 [main] select * 
  from EMP
 where ENAME = 'te?st'
DEBUG 2026-05-10 02:54:17,575 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,576 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,576 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 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 2026-05-10 02:54:17,584 [main] Transaction began
DEBUG 2026-05-10 02:54:17,584 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,584 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,584 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,584 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,599 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,607 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,607 [main] DELETE FROM EMP WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:17,607 [main] DELETE FROM EMP WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:17,607 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,607 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,607 [main] DELETE FROM EMP WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:17,608 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:17,608 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,608 [main] Transaction rolledback
DEBUG 2026-05-10 02:54:17,608 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.impl.OverloadNotSupportedSqlCommandTest
DEBUG 2026-05-10 02:54:17,613 [main] Physical connection got
DEBUG 2026-05-10 02:54:17,613 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,613 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,613 [main] Logical connection got
DEBUG 2026-05-10 02:54:17,628 [main] Logical connection closed
DEBUG 2026-05-10 02:54:17,629 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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: 434, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao Examples
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x-snapshot/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-snapshot/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-snapshot/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-snapshot/workspace/s2dao-1.0.x/s2-dao-examples/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running examples.dao.EmployeeDaoTest
DEBUG 2026-05-10 02:54:18,933 [main] Physical connection got
DEBUG 2026-05-10 02:54:18,933 [main] Logical connection got
DEBUG 2026-05-10 02:54:18,948 [main] Logical connection closed
DEBUG 2026-05-10 02:54:18,949 [main] Logical connection got
DEBUG 2026-05-10 02:54:18,999 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,020 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,021 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-05-10 02:54:19,034 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,035 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,037 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,042 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 sec
Running examples.dao.EmployeeDaoClientTest
DEBUG 2026-05-10 02:54:19,125 [main] Physical connection got
DEBUG 2026-05-10 02:54:19,125 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,125 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,125 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,137 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,143 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,144 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2026-05-10 02:54:19,148 [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 2026-05-10 02:54:19,151 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,151 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788 AND emp.deptno = dept.deptno
DEBUG 2026-05-10 02:54:19,155 [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 2026-05-10 02:54:19,155 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,155 [main] SELECT count(*) FROM emp
DEBUG 2026-05-10 02:54:19,156 [main] Logical connection closed
count:14
DEBUG 2026-05-10 02:54:19,157 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,157 [main] SELECT * FROM emp

DEBUG 2026-05-10 02:54:19,167 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,167 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,167 [main] SELECT * FROM emp
WHERE
  job = 'CLERK'
  

DEBUG 2026-05-10 02:54:19,167 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,168 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,168 [main] SELECT * FROM emp
WHERE
  
  deptno = 20

DEBUG 2026-05-10 02:54:19,168 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,169 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,169 [main] SELECT * FROM emp
WHERE
  job = 'CLERK'
  AND deptno = 20

DEBUG 2026-05-10 02:54:19,170 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,170 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,171 [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 2026-05-10 02:54:19,172 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,172 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,172 [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 2026-05-10 02:54:19,174 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,174 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,174 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2026-05-10 02:54:19,175 [main] Logical connection closed
updatedRows:1
DEBUG 2026-05-10 02:54:19,175 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,176 [main] SELECT empno FROM emp
DEBUG 2026-05-10 02:54:19,176 [main] Logical connection closed
7369
7499
7521
7566
7654
7698
7782
7788
7839
7844
7876
7900
7902
7934
DEBUG 2026-05-10 02:54:19,176 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec
Running examples.dao.EmployeeAutoDaoClientTest
DEBUG 2026-05-10 02:54:19,212 [main] Physical connection got
DEBUG 2026-05-10 02:54:19,212 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,212 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,212 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,221 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,228 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,228 [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 2026-05-10 02:54:19,230 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,231 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,231 [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 2026-05-10 02:54:19,232 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,232 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,232 [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 2026-05-10 02:54:19,233 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,233 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,233 [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 2026-05-10 02:54:19,235 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,235 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,235 [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 2026-05-10 02:54:19,236 [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 2026-05-10 02:54:19,237 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,237 [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 2026-05-10 02:54:19,239 [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 2026-05-10 02:54:19,242 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,242 [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 2026-05-10 02:54:19,244 [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 2026-05-10 02:54:19,244 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,244 [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 2026-05-10 02:54:19,245 [main] Logical connection closed
before timestamp:2005-01-18 13:09:32.213
DEBUG 2026-05-10 02:54:19,246 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,247 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.19', 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 2026-05-10 02:54:19,248 [main] Logical connection closed
after timestamp:2026-05-10 02:54:19.246
DEBUG 2026-05-10 02:54:19,248 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running examples.dao.DepartmentManagerClientTest
DEBUG 2026-05-10 02:54:19,276 [main] Physical connection got
DEBUG 2026-05-10 02:54:19,276 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,276 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,276 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,310 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,311 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,311 [main] INSERT INTO DEPT (deptno, dname, versionno) VALUES (99, 'foo', 0)
DEBUG 2026-05-10 02:54:19,312 [main] Logical connection closed
before update versionNo:0
DEBUG 2026-05-10 02:54:19,312 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,312 [main] UPDATE DEPT SET dname = 'bar', loc = null, versionno = 1 WHERE deptno = 99 AND versionno = 0
DEBUG 2026-05-10 02:54:19,312 [main] Logical connection closed
after update versionNo:1
DEBUG 2026-05-10 02:54:19,313 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,313 [main] DELETE FROM DEPT WHERE deptno = 99 AND versionno = 1
DEBUG 2026-05-10 02:54:19,313 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,313 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running examples.dao.DepartmentDaoClientTest
DEBUG 2026-05-10 02:54:19,339 [main] Physical connection got
DEBUG 2026-05-10 02:54:19,339 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,339 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,339 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,343 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,344 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,344 [main] INSERT INTO DEPT (deptno, dname, versionno) VALUES (99, 'foo', 0)
DEBUG 2026-05-10 02:54:19,345 [main] Logical connection closed
before update versionNo:0
DEBUG 2026-05-10 02:54:19,345 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,345 [main] UPDATE DEPT SET dname = 'bar', loc = null, versionno = 1 WHERE deptno = 99 AND versionno = 0
DEBUG 2026-05-10 02:54:19,346 [main] Logical connection closed
after update versionNo:1
DEBUG 2026-05-10 02:54:19,346 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,346 [main] DELETE FROM DEPT WHERE deptno = 99 AND versionno = 1
DEBUG 2026-05-10 02:54:19,346 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,346 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running examples.dao.ConvertTableExampleClientTest
DEBUG 2026-05-10 02:54:19,394 [main] Physical connection got
DEBUG 2026-05-10 02:54:19,394 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,395 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,395 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,406 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,407 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,407 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:19,407 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,407 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running examples.dao.Employee2DaoClientTest
DEBUG 2026-05-10 02:54:19,433 [main] Physical connection got
DEBUG 2026-05-10 02:54:19,433 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,433 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,434 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,441 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,442 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,442 [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 2026-05-10 02:54:19,443 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-10 02:54:19.246 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-10 02:54:19,444 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,444 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,444 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,449 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,450 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,450 [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 2026-05-10 02:54:19,451 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2026-05-10 02:54:19.246 {20, RESEARCH, DALLAS, 0}
DEBUG 2026-05-10 02:54:19,452 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running examples.dao.TruncateTableDaoClientTest
DEBUG 2026-05-10 02:54:19,702 [main] Physical connection got
DEBUG 2026-05-10 02:54:19,702 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,705 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,706 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,706 [main] DROP TABLE IF EXISTS H2TEST
DEBUG 2026-05-10 02:54:19,711 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,711 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,711 [main] CREATE TABLE H2TEST (ID INT PRIMARY KEY, AAA VARCHAR(255))
DEBUG 2026-05-10 02:54:19,722 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,723 [main] Logical connection got
DEBUG 2026-05-10 02:54:19,723 [main] TRUNCATE TABLE H2TEST
DEBUG 2026-05-10 02:54:19,724 [main] Logical connection closed
DEBUG 2026-05-10 02:54:19,731 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao tests for Seasar2.4.x
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x-snapshot/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-snapshot/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-snapshot/workspace/s2dao-1.0.x/s2-dao-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from maven.seasar.org
[INFO] artifact org.seasar.container:s2-extension: checking for updates from maven.snapshot.seasar.org
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Invalid checksum file - RETRYING
[WARNING] *** CHECKSUM FAILED - Invalid checksum file - IGNORING
[INFO] snapshot org.seasar.container:s2-extension:2.4.49-SNAPSHOT: checking for updates from maven.seasar.org
[INFO] snapshot org.seasar.container:s2-extension:2.4.49-SNAPSHOT: checking for updates from maven.snapshot.seasar.org
[INFO] snapshot org.seasar.container:s2-container-project:2.4.49-SNAPSHOT: checking for updates from maven.seasar.org
[INFO] snapshot org.seasar.container:s2-container-project:2.4.49-SNAPSHOT: checking for updates from maven.snapshot.seasar.org
[INFO] snapshot org.seasar.container:s2-framework:2.4.49-SNAPSHOT: checking for updates from maven.seasar.org
[INFO] snapshot org.seasar.container:s2-framework:2.4.49-SNAPSHOT: checking for updates from maven.snapshot.seasar.org
[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-snapshot/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-snapshot/workspace/s2dao-1.0.x/s2-dao-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.impl.EntityManagerImplTest
DEBUG 2026-05-10 02:54:21,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:21,483 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:21,498 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:21,501 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:21,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:21,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:21,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:21,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:21,613 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:21,798 [main] Physical connection got
DEBUG 2026-05-10 02:54:21,798 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:21,813 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:21,814 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:21,891 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:21,923 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:21,925 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:21,938 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:21,939 [main] Physical connection closed
DEBUG 2026-05-10 02:54:21,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:21,946 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:21,948 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:21,949 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:21,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:21,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:21,962 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:21,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:21,975 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:21,979 [main] Physical connection got
DEBUG 2026-05-10 02:54:21,980 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:21,980 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:21,980 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:21,992 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:21,997 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:21,998 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2026-05-10 02:54:21,998 [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 2026-05-10 02:54:21,999 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,002 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,002 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,004 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,005 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,017 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,024 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,027 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,027 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,027 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,027 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,035 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,041 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,041 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2026-05-10 02:54:22,042 [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 2026-05-10 02:54:22,042 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,044 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,085 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,088 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,088 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,088 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,088 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,116 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,122 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,122 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:22,123 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,123 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,126 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,144 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,147 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,147 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,147 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,147 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,154 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,159 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,160 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:22,160 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,161 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,163 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,170 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,182 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,185 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,186 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,186 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,186 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,192 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,220 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,220 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:22,221 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,221 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,223 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,224 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,229 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,234 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,234 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,244 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,248 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,248 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,248 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,249 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,256 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,262 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,262 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:22,262 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,262 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,266 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,271 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,271 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,284 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,286 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,286 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,287 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,287 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,298 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,305 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,305 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:22,306 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,306 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,308 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,309 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,320 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,329 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,331 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,331 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,331 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,331 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,339 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,364 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,364 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:22,365 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,365 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,367 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,370 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,372 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,372 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,378 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,381 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,385 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,385 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,385 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,386 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,391 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,396 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,396 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:22,396 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,397 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,399 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,408 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,413 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,415 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,415 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,416 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,416 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,421 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,427 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,428 [main] select count(*) from emp
DEBUG 2026-05-10 02:54:22,429 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,429 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 sec
Running org.seasar.dao.impl.FastPropertyTypeFactoryTest
DEBUG 2026-05-10 02:54:22,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,437 [main] S2Container will be created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2026-05-10 02:54:22,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,449 [main] S2Container is created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2026-05-10 02:54:22,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,454 [main] S2Container will be created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2026-05-10 02:54:22,455 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,457 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,458 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,459 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,464 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,465 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,466 [main] S2Container is created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2026-05-10 02:54:22,469 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,469 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,470 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,470 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandler2Test
DEBUG 2026-05-10 02:54:22,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,495 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,497 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,497 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,502 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,507 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,507 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:22,510 [main] Table(BeanMetaDataResultSetHandler2Test$MyEmp) not found
DEBUG 2026-05-10 02:54:22,594 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,594 [main] Logical connection got, tx=null
7788
DEBUG 2026-05-10 02:54:22,594 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,595 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.seasar.dao.impl.DeleteAutoStaticCommandTest
DEBUG 2026-05-10 02:54:22,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,599 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,602 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,612 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,614 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,649 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,664 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,664 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-05-10 02:54:22,666 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,667 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,667 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:22,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,668 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/0, BranchId=]
DEBUG 2026-05-10 02:54:22,669 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,671 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,676 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,676 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,682 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/1, BranchId=]
DEBUG 2026-05-10 02:54:22,684 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/1, BranchId=]
DEBUG 2026-05-10 02:54:22,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/1, BranchId=]
DEBUG 2026-05-10 02:54:22,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/1, BranchId=]
DEBUG 2026-05-10 02:54:22,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/1, BranchId=]
DEBUG 2026-05-10 02:54:22,698 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/1, BranchId=]
DEBUG 2026-05-10 02:54:22,698 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2026-05-10 02:54:22,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/1, BranchId=]
DEBUG 2026-05-10 02:54:22,699 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/1, BranchId=]
DEBUG 2026-05-10 02:54:22,699 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,706 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,707 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,712 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,714 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/2, BranchId=]
DEBUG 2026-05-10 02:54:22,715 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/2, BranchId=]
DEBUG 2026-05-10 02:54:22,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/2, BranchId=]
DEBUG 2026-05-10 02:54:22,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/2, BranchId=]
DEBUG 2026-05-10 02:54:22,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/2, BranchId=]
DEBUG 2026-05-10 02:54:22,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/2, BranchId=]
DEBUG 2026-05-10 02:54:22,728 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = -1
DEBUG 2026-05-10 02:54:22,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/2, BranchId=]
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2026-05-10 02:54:22,729 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/2, BranchId=]
DEBUG 2026-05-10 02:54:22,729 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
Running org.seasar.dao.impl.FieldBeanAnnotationReaderTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor2Test
DEBUG 2026-05-10 02:54:22,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,740 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,764 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,765 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,779 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,782 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,804 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/3, BranchId=]
DEBUG 2026-05-10 02:54:22,805 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/3, BranchId=]
DEBUG 2026-05-10 02:54:22,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/3, BranchId=]
DEBUG 2026-05-10 02:54:22,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/3, BranchId=]
DEBUG 2026-05-10 02:54:22,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/3, BranchId=]
DEBUG 2026-05-10 02:54:22,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/3, BranchId=]
DEBUG 2026-05-10 02:54:22,812 [main] INSERT INTO EMP (empno, ename, deptno) VALUES (99, 'hoge', 0)
DEBUG 2026-05-10 02:54:22,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/3, BranchId=]
DEBUG 2026-05-10 02:54:22,813 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/3, BranchId=]
DEBUG 2026-05-10 02:54:22,813 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,817 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,818 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,818 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,820 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,822 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,822 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,825 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,826 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,828 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,828 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,855 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,855 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,855 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,855 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,862 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,863 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,863 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-05-10 02:54:22,864 [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 2026-05-10 02:54:22,864 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,867 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,868 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,872 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,872 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,876 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,877 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,878 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,880 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,894 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,894 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,894 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,894 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,900 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:22,901 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:22,901 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:22,902 [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 2026-05-10 02:54:22,903 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,906 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,907 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,909 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,911 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,915 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,918 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,944 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,960 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/4, BranchId=]
DEBUG 2026-05-10 02:54:22,961 [main] Physical connection got
DEBUG 2026-05-10 02:54:22,961 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/4, BranchId=]
DEBUG 2026-05-10 02:54:22,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/4, BranchId=]
DEBUG 2026-05-10 02:54:22,961 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/4, BranchId=]
DEBUG 2026-05-10 02:54:22,965 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/4, BranchId=]
DEBUG 2026-05-10 02:54:22,967 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/4, BranchId=]
DEBUG 2026-05-10 02:54:22,967 [main] INSERT INTO EMP (empno, ename, job, deptno, hiredate, mgr, comm, sal) VALUES (99, 'hoge', null, 0, null, null, null, null)
DEBUG 2026-05-10 02:54:22,967 [main] INSERT INTO EMP (empno, ename, job, deptno, hiredate, mgr, comm, sal) VALUES (98, 'hoge2', null, 0, null, null, null, null)
DEBUG 2026-05-10 02:54:22,967 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/4, BranchId=]
DEBUG 2026-05-10 02:54:22,967 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/4, BranchId=]
DEBUG 2026-05-10 02:54:22,968 [main] Physical connection closed
DEBUG 2026-05-10 02:54:22,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:22,971 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:22,972 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,973 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,974 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:22,976 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,980 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:22,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:22,983 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:22,983 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2026-05-10 02:54:23,000 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,000 [main] Physical connection got
DEBUG 2026-05-10 02:54:23,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,000 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,005 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,006 [main] INSERT INTO EMP (empno, ename, deptno) VALUES (99, '~', 0)
DEBUG 2026-05-10 02:54:23,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,007 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 99
DEBUG 2026-05-10 02:54:23,007 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,007 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/5, BranchId=]
DEBUG 2026-05-10 02:54:23,007 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec
Running org.seasar.dao.impl.StaticStoredProcedureCommandTest
DEBUG 2026-05-10 02:54:23,012 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:23,013 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:23,014 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:23,016 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:23,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:23,017 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:23,018 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:23,020 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:23,021 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:23,022 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:23,025 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:23,026 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:23,028 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:23,029 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:23,198 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,390 [main] Physical connection got
DEBUG 2026-05-10 02:54:23,390 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,392 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,395 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,396 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,839 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,849 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,859 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,865 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,865 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,865 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,874 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,882 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,883 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,883 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,951 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,951 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,958 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,965 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,965 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,965 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,975 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:23,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:24,017 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/6, BranchId=]
DEBUG 2026-05-10 02:54:24,018 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,021 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,022 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,026 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,026 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,027 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,028 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,029 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,029 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,034 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,034 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,037 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,038 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,040 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,040 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,040 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,040 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,041 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,041 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,048 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,053 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,054 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,056 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,057 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,057 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,058 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,061 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,061 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,061 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,063 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,066 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,066 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,069 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,070 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,070 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,070 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,072 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,074 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,074 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,076 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,078 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,078 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,087 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,087 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,089 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
{CCC=2026-05-10 02:54:24.089, BBB=aaaaa2}
DEBUG 2026-05-10 02:54:24,089 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/7, BranchId=]
DEBUG 2026-05-10 02:54:24,090 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,093 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,094 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,097 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,098 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,099 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,100 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,101 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,104 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,104 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,106 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,108 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,119 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,119 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,119 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,119 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,120 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,120 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,121 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,122 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,122 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,122 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,126 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,128 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,128 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,128 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,130 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,137 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,137 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,138 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,141 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,146 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,149 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,149 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,149 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,151 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,153 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,155 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,158 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,158 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,162 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,166 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/8, BranchId=]
DEBUG 2026-05-10 02:54:24,166 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,169 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,170 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,173 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,174 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,175 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,177 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,177 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,181 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,181 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,183 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,185 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,187 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,188 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,191 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,192 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,193 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,197 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,198 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,199 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,201 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,204 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,205 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,206 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,206 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,210 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,210 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,210 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,212 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,217 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,217 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,217 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,218 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,220 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,220 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,223 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/9, BranchId=]
DEBUG 2026-05-10 02:54:24,223 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,226 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,227 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,229 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,230 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,230 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,233 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,272 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,273 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,273 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,276 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,276 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,279 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,280 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,283 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,283 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,284 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,284 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,284 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,284 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,285 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,289 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,289 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,290 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,291 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,292 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,292 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,292 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,293 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,294 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,294 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,295 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,298 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,301 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,303 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,303 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,303 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,306 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,308 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,308 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,308 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,312 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,313 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,313 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
{CCC=25, EEE=625}
DEBUG 2026-05-10 02:54:24,316 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/10, BranchId=]
DEBUG 2026-05-10 02:54:24,317 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,319 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,320 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,322 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,324 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,324 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,325 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,326 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,327 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,328 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,330 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,330 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,333 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,333 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,335 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,338 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,338 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,339 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,340 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,340 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,341 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,347 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,347 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,351 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,352 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,352 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,352 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,355 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,355 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,356 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,356 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,357 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,357 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,358 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,358 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,359 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,362 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,366 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,368 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,368 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/11, BranchId=]
DEBUG 2026-05-10 02:54:24,369 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,370 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,373 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,376 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,377 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,378 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,379 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,380 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,389 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,389 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,391 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,392 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,395 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,395 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,395 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,395 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,396 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,397 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,398 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,398 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,398 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,400 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,401 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,402 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,402 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,402 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,405 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,405 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,406 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,408 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,408 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,408 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,409 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,410 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,410 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,411 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,413 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,414 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,416 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,419 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,419 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,419 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,420 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,421 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,422 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,424 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,424 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/12, BranchId=]
DEBUG 2026-05-10 02:54:24,424 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,427 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,429 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,429 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,431 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,432 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,433 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,435 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,435 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,437 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,438 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,440 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,441 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,443 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,444 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,444 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,444 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,444 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,444 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,446 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,446 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,447 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,448 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,448 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,448 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,450 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,451 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,451 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,451 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,452 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,453 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,453 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,453 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,454 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,455 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,457 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,457 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,458 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,458 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,462 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,462 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,462 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,463 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,464 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,464 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,466 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,467 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,467 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,471 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,471 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/13, BranchId=]
DEBUG 2026-05-10 02:54:24,472 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,474 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,475 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,524 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,524 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,525 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,527 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,528 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,528 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,530 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,531 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,533 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,534 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,536 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,536 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,536 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,536 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,536 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,536 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,537 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,540 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,540 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,540 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,541 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,542 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,542 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,542 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,544 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,545 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,545 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,545 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,546 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,547 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,547 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,547 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,548 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,549 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,549 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,549 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,551 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,552 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,552 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,552 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,553 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,554 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,554 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,554 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,556 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,556 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,557 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,557 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,558 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,559 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,559 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,559 [main] Logical connection closed, tx=null
[EDAO0032]Method argument size(2) is unmatched with procedure in-parameter size(3).
DEBUG 2026-05-10 02:54:24,560 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,560 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,563 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,564 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,567 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,568 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,569 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,570 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,570 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,573 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,574 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,576 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,577 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,579 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,580 [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 2026-05-10 02:54:24,580 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,581 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,583 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,585 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,587 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,588 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,589 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,590 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,590 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,592 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,593 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,595 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,596 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,601 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,601 [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 2026-05-10 02:54:24,609 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,609 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,611 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:24,612 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,614 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,615 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,617 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,618 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,619 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:24,619 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:24,621 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:24,622 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:24,624 [main] S2Container is created(path=dao-derby.dicon)
WARN  2026-05-10 02:54:24,625 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:24,627 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,627 [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 2026-05-10 02:54:24,662 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,662 [main] Physical connection closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.657 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.PkOnlyTableTest
DEBUG 2026-05-10 02:54:24,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,677 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,679 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/14, BranchId=]
DEBUG 2026-05-10 02:54:24,680 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/14, BranchId=]
DEBUG 2026-05-10 02:54:24,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/14, BranchId=]
DEBUG 2026-05-10 02:54:24,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/14, BranchId=]
DEBUG 2026-05-10 02:54:24,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/14, BranchId=]
DEBUG 2026-05-10 02:54:24,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/14, BranchId=]
DEBUG 2026-05-10 02:54:24,689 [main] INSERT INTO PKONLYTABLE (aaa) VALUES ('value')
DEBUG 2026-05-10 02:54:24,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/14, BranchId=]
DEBUG 2026-05-10 02:54:24,689 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/14, BranchId=]
DEBUG 2026-05-10 02:54:24,690 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,691 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,691 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,694 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,695 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,695 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,698 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,699 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,699 [main] S2Container will be created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2026-05-10 02:54:24,701 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:24,705 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:24,705 [main] S2Container is created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2026-05-10 02:54:24,716 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/15, BranchId=]
DEBUG 2026-05-10 02:54:24,716 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/15, BranchId=]
DEBUG 2026-05-10 02:54:24,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/15, BranchId=]
DEBUG 2026-05-10 02:54:24,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/15, BranchId=]
DEBUG 2026-05-10 02:54:24,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/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$$31d5e2$$MethodInvocation$$updateUnlessNull$$1.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$31d5e2.updateUnlessNull(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$31d5e2.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 2026-05-10 02:54:24,760 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/15, BranchId=]
DEBUG 2026-05-10 02:54:24,760 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,768 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,769 [main] S2Container will be created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2026-05-10 02:54:24,770 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:24,773 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:24,774 [main] S2Container is created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2026-05-10 02:54:24,785 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/16, BranchId=]
DEBUG 2026-05-10 02:54:24,785 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/16, BranchId=]
DEBUG 2026-05-10 02:54:24,785 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/16, BranchId=]
DEBUG 2026-05-10 02:54:24,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/16, BranchId=]
DEBUG 2026-05-10 02:54:24,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/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$$1bc59aa$$MethodInvocation$$update$$0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1bc59aa.update(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1bc59aa.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 2026-05-10 02:54:24,792 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/16, BranchId=]
DEBUG 2026-05-10 02:54:24,792 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.seasar.dao.impl.ProcedureHsqldbTest
DEBUG 2026-05-10 02:54:24,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,806 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,806 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,806 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,806 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:24,810 [main] Table(ProcedureHsqldbTest$ABean) not found
DEBUG 2026-05-10 02:54:24,811 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,811 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,812 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,812 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,821 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,830 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,830 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,833 [main] Logical connection closed, tx=null
2026-05-10 00:00:00.0
DEBUG 2026-05-10 02:54:24,833 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,834 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.seasar.dao.impl.SelectDynamicCommandTest
DEBUG 2026-05-10 02:54:24,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,838 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,839 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,847 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,847 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,871 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,871 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,871 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2026-05-10 02:54:24,872 [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 2026-05-10 02:54:24,872 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,876 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,877 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,877 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,881 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,882 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,883 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,883 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,884 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,884 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,910 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,954 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,954 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.job = 'CLERK' AND EMP.deptno = 20
DEBUG 2026-05-10 02:54:24,956 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,956 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:24,957 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.job = 'CLERK' AND EMP.deptno = 20
DEBUG 2026-05-10 02:54:24,957 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:24,957 [main] Physical connection closed
DEBUG 2026-05-10 02:54:24,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,959 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,962 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,962 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,966 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:24,966 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,967 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,970 [main] Physical connection got
DEBUG 2026-05-10 02:54:24,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,971 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,972 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,983 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (100, 0, 'NAME0')
DEBUG 2026-05-10 02:54:24,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,983 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (200, 1, 'NAME1')
DEBUG 2026-05-10 02:54:24,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,985 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (300, 2, 'NAME2')
DEBUG 2026-05-10 02:54:24,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,987 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,987 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.employee_name = 'NAME1'
DEBUG 2026-05-10 02:54:24,987 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,988 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.department_Id = 200
DEBUG 2026-05-10 02:54:24,988 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,988 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/17, BranchId=]
DEBUG 2026-05-10 02:54:24,989 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running org.seasar.dao.impl.NoPkTableTest
DEBUG 2026-05-10 02:54:24,992 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:24,993 [main] S2Container will be created(path=org/seasar/dao/impl/NoPkTableTest.dicon)
DEBUG 2026-05-10 02:54:24,994 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:24,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:24,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,999 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:24,999 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,003 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,003 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,005 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:25,006 [main] S2Container is created(path=org/seasar/dao/impl/NoPkTableTest.dicon)
DEBUG 2026-05-10 02:54:25,018 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,019 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,019 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,019 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,023 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,025 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:25,025 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,025 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,026 [main] INSERT INTO NO_PK_TABLE VALUES ('a', 1)
DEBUG 2026-05-10 02:54:25,026 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,026 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,026 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:25,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,027 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,027 [main] UPDATE NO_PK_TABLE SET AAA = 'a2'
DEBUG 2026-05-10 02:54:25,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,027 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,027 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:25,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,028 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'hoge'
DEBUG 2026-05-10 02:54:25,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,028 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:25,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,028 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'a2'
DEBUG 2026-05-10 02:54:25,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,029 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2026-05-10 02:54:25,029 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,029 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/18, BranchId=]
DEBUG 2026-05-10 02:54:25,030 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.seasar.dao.impl.UpdateModifiedOnlyCommandTest
DEBUG 2026-05-10 02:54:25,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,034 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,035 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,038 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,042 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,045 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,048 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,070 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,071 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,071 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,071 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,071 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,082 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:25,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
ename, ename
job, job
DEBUG 2026-05-10 02:54:25,084 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,085 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.25', ename = 'hoge', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:25,086 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,086 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/19, BranchId=]
DEBUG 2026-05-10 02:54:25,086 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,088 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,089 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,090 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,093 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,096 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,099 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,102 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,164 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,164 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,164 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,174 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,175 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,175 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:25,176 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
job, job
DEBUG 2026-05-10 02:54:25,176 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,176 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.25', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:25,176 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,177 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/20, BranchId=]
DEBUG 2026-05-10 02:54:25,177 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,179 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,180 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,181 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,183 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,191 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,192 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,215 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,215 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,226 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,226 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:25,228 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
DEBUG 2026-05-10 02:54:25,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,228 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.25' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:25,229 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,229 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/21, BranchId=]
DEBUG 2026-05-10 02:54:25,229 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,230 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,231 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,232 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,233 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,234 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,241 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,243 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,265 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/22, BranchId=]
DEBUG 2026-05-10 02:54:25,266 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,266 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/22, BranchId=]
DEBUG 2026-05-10 02:54:25,266 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/22, BranchId=]
DEBUG 2026-05-10 02:54:25,266 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/22, BranchId=]
DEBUG 2026-05-10 02:54:25,278 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/22, BranchId=]
DEBUG 2026-05-10 02:54:25,280 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/22, BranchId=]
DEBUG 2026-05-10 02:54:25,280 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:25,280 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/22, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0
DEBUG 2026-05-10 02:54:25,280 [main] skip UPDATE: table=EMP, key{empno=7499}
DEBUG 2026-05-10 02:54:25,281 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/22, BranchId=]
DEBUG 2026-05-10 02:54:25,281 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,283 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,284 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,296 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,296 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,319 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,320 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,320 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,320 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,320 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,335 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,336 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,336 [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 2026-05-10 02:54:25,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/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$$15b5783
DEBUG 2026-05-10 02:54:25,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,338 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
dname, dname
DEBUG 2026-05-10 02:54:25,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,345 [main] UPDATE DEPT SET dname = 'FOO' WHERE deptno = 30
DEBUG 2026-05-10 02:54:25,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,346 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,346 [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 2026-05-10 02:54:25,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,346 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/23, BranchId=]
DEBUG 2026-05-10 02:54:25,346 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,349 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,350 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,395 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,395 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,397 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,400 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,401 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,403 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,404 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,426 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,426 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,442 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,444 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,444 [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 2026-05-10 02:54:25,445 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/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 2026-05-10 02:54:25,445 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,446 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,446 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,448 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
dname, dname
DEBUG 2026-05-10 02:54:25,449 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,450 [main] UPDATE DEPT SET dname = 'baar' WHERE deptno = 20
DEBUG 2026-05-10 02:54:25,450 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,450 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,450 [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 2026-05-10 02:54:25,451 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,451 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/24, BranchId=]
DEBUG 2026-05-10 02:54:25,451 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,453 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,455 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,456 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,456 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,458 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,458 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,461 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,465 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,466 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,492 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/25, BranchId=]
DEBUG 2026-05-10 02:54:25,493 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/25, BranchId=]
DEBUG 2026-05-10 02:54:25,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/25, BranchId=]
DEBUG 2026-05-10 02:54:25,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/25, BranchId=]
DEBUG 2026-05-10 02:54:25,503 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/25, BranchId=]
[EDAO0021]Can not use update method of ModifiedOnly because property (modifiedPropertyNames) not found in org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Emp
DEBUG 2026-05-10 02:54:25,504 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/25, BranchId=]
DEBUG 2026-05-10 02:54:25,504 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,510 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,511 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,512 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,513 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,515 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,520 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:25,521 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2026-05-10 02:54:25,542 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,543 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,543 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,543 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,543 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,547 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,547 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:25,548 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,548 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,548 [main] UPDATE EMP SET ename = 'ModifiedPropertiesByReflection' WHERE empno = 7499
DEBUG 2026-05-10 02:54:25,548 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,549 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:25,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,549 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/26, BranchId=]
DEBUG 2026-05-10 02:54:25,549 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 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.007 sec
Running org.seasar.dao.impl.DtoMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:54:25,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,562 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,568 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,568 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,572 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,573 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,577 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,577 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:25,577 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:25,577 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,586 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,588 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,588 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:25,588 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:25,588 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.impl.DaoAnnotationReaderImplTest
DEBUG 2026-05-10 02:54:25,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,593 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,594 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,602 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,607 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,608 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,654 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,654 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,659 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,661 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,661 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,663 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,667 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,670 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,672 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,674 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,677 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,678 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,683 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,690 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,690 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,691 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,694 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,697 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,702 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,702 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,703 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,706 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:25,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,710 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,710 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,713 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,714 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,714 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 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 2026-05-10 02:54:25,723 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,724 [main] S2Container will be created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2026-05-10 02:54:25,725 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:25,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,731 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,731 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,734 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:25,735 [main] S2Container is created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2026-05-10 02:54:25,749 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/27, BranchId=]
DEBUG 2026-05-10 02:54:25,749 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/27, BranchId=]
DEBUG 2026-05-10 02:54:25,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/27, BranchId=]
DEBUG 2026-05-10 02:54:25,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/27, BranchId=]
DEBUG 2026-05-10 02:54:25,754 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/27, BranchId=]
DEBUG 2026-05-10 02:54:25,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/27, BranchId=]
DEBUG 2026-05-10 02:54:25,756 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7566, 7900) 
DEBUG 2026-05-10 02:54:25,757 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/27, BranchId=]
DEBUG 2026-05-10 02:54:25,757 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/27, BranchId=]
DEBUG 2026-05-10 02:54:25,757 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,760 [main] S2Container will be created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2026-05-10 02:54:25,761 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:25,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,768 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,770 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:25,770 [main] S2Container is created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2026-05-10 02:54:25,789 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/28, BranchId=]
DEBUG 2026-05-10 02:54:25,790 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,790 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/28, BranchId=]
DEBUG 2026-05-10 02:54:25,791 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/28, BranchId=]
DEBUG 2026-05-10 02:54:25,791 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/28, BranchId=]
DEBUG 2026-05-10 02:54:25,793 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/28, BranchId=]
DEBUG 2026-05-10 02:54:25,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/28, BranchId=]
DEBUG 2026-05-10 02:54:25,796 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7900, 7902) 
DEBUG 2026-05-10 02:54:25,797 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/28, BranchId=]
DEBUG 2026-05-10 02:54:25,802 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/28, BranchId=]
DEBUG 2026-05-10 02:54:25,802 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.impl.UpdateAutoDynamicCommandTest
DEBUG 2026-05-10 02:54:25,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,846 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,855 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,856 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,856 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,856 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,884 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,884 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2026-05-10 02:54:25,886 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,886 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,886 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.25', ename = 'HOGE', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:25,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,887 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2026-05-10 02:54:25,888 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,888 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/29, BranchId=]
DEBUG 2026-05-10 02:54:25,888 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,889 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,892 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,895 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,896 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,897 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,898 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,898 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,926 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2026-05-10 02:54:25,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,927 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,927 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.25', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:25,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,927 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,927 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2026-05-10 02:54:25,928 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,928 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/30, BranchId=]
DEBUG 2026-05-10 02:54:25,928 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,930 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,930 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,937 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/31, BranchId=]
DEBUG 2026-05-10 02:54:25,938 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/31, BranchId=]
DEBUG 2026-05-10 02:54:25,938 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/31, BranchId=]
DEBUG 2026-05-10 02:54:25,938 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/31, BranchId=]
DEBUG 2026-05-10 02:54:25,945 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/31, BranchId=]
DEBUG 2026-05-10 02:54:25,947 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/31, BranchId=]
DEBUG 2026-05-10 02:54:25,947 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (1, 'c')
DEBUG 2026-05-10 02:54:25,948 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/31, BranchId=]
DEBUG 2026-05-10 02:54:25,949 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/31, BranchId=]
DEBUG 2026-05-10 02:54:25,949 [main] Physical connection closed
DEBUG 2026-05-10 02:54:25,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,952 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,953 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,953 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,956 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,958 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,959 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,967 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,969 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,969 [main] SELECT DEPT.versionno, DEPT.dname, DEPT.deptno, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2026-05-10 02:54:25,970 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,970 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,970 [main] UPDATE DEPT SET versionno = 1, dname = 'HOGE' WHERE deptno = 20 AND versionno = 0
DEBUG 2026-05-10 02:54:25,971 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,971 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,971 [main] SELECT DEPT.versionno, DEPT.dname, DEPT.deptno, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2026-05-10 02:54:25,971 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,971 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/32, BranchId=]
DEBUG 2026-05-10 02:54:25,971 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 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 2026-05-10 02:54:25,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,978 [main] S2Container will be created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2026-05-10 02:54:25,979 [main] S2Container is created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2026-05-10 02:54:25,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,982 [main] S2Container will be created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2026-05-10 02:54:25,983 [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 2026-05-10 02:54:25,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:25,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:25,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:25,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:25,996 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:25,996 [main] Physical connection got
DEBUG 2026-05-10 02:54:25,996 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:25,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:25,996 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:26,058 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:26,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:26,068 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.26', ename = 'hoge', job = null, deptno = 0, hiredate = null, mgr = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:26,068 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.26', ename = 'hoge2', job = null, deptno = 0, hiredate = null, mgr = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:26,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:26,068 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:26,068 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.26', ename = 'hoge', job = null, deptno = 0, hiredate = null, mgr = null, comm = null, sal = null WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:26,069 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.26', ename = 'hoge2', job = null, deptno = 0, hiredate = null, mgr = null, comm = null, sal = null WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:26,069 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:26,069 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/33, BranchId=]
DEBUG 2026-05-10 02:54:26,069 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,074 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,078 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,079 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,079 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,079 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,103 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,111 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,111 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.26', ename = 'hoge', job = null, deptno = 0, hiredate = null, mgr = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:26,112 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.26', ename = 'hoge2', job = null, deptno = 0, hiredate = null, mgr = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:26,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,112 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7499
DEBUG 2026-05-10 02:54:26,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,113 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,113 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2026-05-10 02:54:26,115 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,115 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/34, BranchId=]
DEBUG 2026-05-10 02:54:26,115 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
Running org.seasar.dao.impl.InsertBatchAutoStaticCommandTest
DEBUG 2026-05-10 02:54:26,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,120 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,120 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,124 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,126 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,127 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,127 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,127 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,127 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,155 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,163 [main] INSERT INTO EMP (tstamp, empno, ename, job, deptno, hiredate, mgr, comm, sal) VALUES ('2026-05-10 02.54.26', 99, 'hoge', null, 0, null, null, null, null)
DEBUG 2026-05-10 02:54:26,163 [main] INSERT INTO EMP (tstamp, empno, ename, job, deptno, hiredate, mgr, comm, sal) VALUES ('2026-05-10 02.54.26', 98, 'hoge2', null, 0, null, null, null, null)
DEBUG 2026-05-10 02:54:26,164 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,164 [main] INSERT INTO EMP (tstamp, empno, ename, job, deptno, hiredate, mgr, comm, sal) VALUES ('2026-05-10 02.54.26', 97, 'hoge3', null, 0, null, null, null, null)
DEBUG 2026-05-10 02:54:26,164 [main] INSERT INTO EMP (tstamp, empno, ename, job, deptno, hiredate, mgr, comm, sal) VALUES ('2026-05-10 02.54.26', 96, 'hoge2', null, 0, null, null, null, null)
DEBUG 2026-05-10 02:54:26,165 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,165 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/35, BranchId=]
DEBUG 2026-05-10 02:54:26,165 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running org.seasar.dao.impl.ObjectArrayResultSetHandlerTest
DEBUG 2026-05-10 02:54:26,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,168 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,179 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,179 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,179 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,179 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.impl.ResultSetToBeanTest
DEBUG 2026-05-10 02:54:26,182 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,190 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,192 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,192 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,192 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,201 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,201 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,201 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (123, 7650, 'foo')
DEBUG 2026-05-10 02:54:26,201 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,201 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,201 [main] SELECT employee_name FROM EMP3
DEBUG 2026-05-10 02:54:26,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,202 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,202 [main] SELECT employee_name AS employeeName FROM EMP3
DEBUG 2026-05-10 02:54:26,202 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,202 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/36, BranchId=]
DEBUG 2026-05-10 02:54:26,202 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 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.PropertyTypeFactoryImplTest
DEBUG 2026-05-10 02:54:26,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,210 [main] S2Container will be created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2026-05-10 02:54:26,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,217 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,218 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,218 [main] S2Container is created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2026-05-10 02:54:26,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,222 [main] S2Container will be created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2026-05-10 02:54:26,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,274 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,274 [main] S2Container is created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2026-05-10 02:54:26,277 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,277 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,279 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,279 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.impl.MapResultSetHandlerTest
DEBUG 2026-05-10 02:54:26,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,291 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,291 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,292 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,292 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,298 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,299 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,302 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,302 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:26,303 [main] More than 2 rows found, but only first row returned
DEBUG 2026-05-10 02:54:26,303 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,303 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,314 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,314 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,315 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,315 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 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.001 sec
Running org.seasar.dao.impl.CharBindTest
DEBUG 2026-05-10 02:54:26,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,323 [main] S2Container will be created(path=org/seasar/dao/impl/CharBindTest.dicon)
DEBUG 2026-05-10 02:54:26,324 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:26,325 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,326 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,331 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,333 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:26,334 [main] S2Container is created(path=org/seasar/dao/impl/CharBindTest.dicon)
DEBUG 2026-05-10 02:54:26,348 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,348 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,348 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,348 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,348 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,353 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,355 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,355 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (31, 'Z')
DEBUG 2026-05-10 02:54:26,356 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,356 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,356 [main] SELECT CHAR_TABLE.id, CHAR_TABLE.aaa FROM CHAR_TABLE
DEBUG 2026-05-10 02:54:26,357 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,357 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/37, BranchId=]
DEBUG 2026-05-10 02:54:26,357 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.pager.OracleRownumPagingSqlRewriterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.UpdateDynamicCommandTest
DEBUG 2026-05-10 02:54:26,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,364 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,367 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,367 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,370 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,371 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,372 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/38, BranchId=]
DEBUG 2026-05-10 02:54:26,373 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,373 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/38, BranchId=]
DEBUG 2026-05-10 02:54:26,373 [main] UPDATE emp SET ename = 'SCOTT' WHERE empno = 7788
DEBUG 2026-05-10 02:54:26,373 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/38, BranchId=]
DEBUG 2026-05-10 02:54:26,373 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/38, BranchId=]
DEBUG 2026-05-10 02:54:26,373 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.dbms.OracleTest
DEBUG 2026-05-10 02:54:26,377 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,378 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,386 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,386 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,418 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department2.versionno AS versionno_1, department2.dname AS dname_1, department2.deptno AS deptno_1, department2.loc AS loc_1 FROM EMP, DEPT department, DEPT department2 WHERE EMP.deptno = department.deptno(+) AND EMP.deptno = department2.deptno(+)
DEBUG 2026-05-10 02:54:26,418 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,419 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,427 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,427 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,435 [main] Logical connection closed, tx=null
SELECT DEPT.versionno, DEPT.dname, DEPT.deptno, DEPT.loc FROM DEPT
DEBUG 2026-05-10 02:54:26,435 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest
DEBUG 2026-05-10 02:54:26,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,439 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:26,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,441 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:26,483 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:26,483 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:26,484 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:26,485 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:26,486 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:26,487 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:26,487 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:26,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,492 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:26,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,495 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:26,496 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:26,497 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:26,498 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:26,498 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:26,500 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:26,500 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:26,501 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:26,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,504 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:26,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,506 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:26,507 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:26,508 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:26,509 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:26,509 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:26,511 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:26,512 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:26,512 [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 2026-05-10 02:54:26,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,515 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:26,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,518 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:26,519 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:26,520 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:26,521 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:26,521 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:26,523 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:26,524 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:26,524 [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.091 sec
Running org.seasar.dao.pager.PagerResultSetWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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 2026-05-10 02:54:26,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,533 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,534 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,537 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,537 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,541 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,543 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,543 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:26,546 [main] Table(MyBean) not found
WARN  2026-05-10 02:54:26,546 [main] Table(DefaultBeanMetaDataImplTest$Ccc) not found
DEBUG 2026-05-10 02:54:26,554 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,554 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,556 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,559 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,559 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,564 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,564 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,566 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,566 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,586 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,586 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,590 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,593 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,593 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,597 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,598 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,598 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,599 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,599 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,608 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,608 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,622 [main] Logical connection closed, tx=null
SELECT DEPT.versionno, DEPT.dname, DEPT.deptno, DEPT.loc
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0
DEBUG 2026-05-10 02:54:26,622 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,664 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,664 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,669 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,674 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,674 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,676 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,676 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,694 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,694 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,697 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,704 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,705 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,707 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,707 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,727 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,727 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,730 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,731 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,731 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,733 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,733 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,736 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,737 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,739 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,739 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,758 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,758 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,760 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,761 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,767 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,770 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,770 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,799 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,799 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,801 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,805 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,809 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,811 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,811 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:26,814 [main] Table(DefaultBeanMetaDataImplTest$Ddd) not found
DEBUG 2026-05-10 02:54:26,859 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,860 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,862 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,871 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,872 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,873 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,873 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:26,877 [main] Table(DefaultBeanMetaDataImplTest$Eee) not found
DEBUG 2026-05-10 02:54:26,882 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,882 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,884 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,885 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,891 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,892 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,893 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,899 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,899 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,902 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,905 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,909 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,911 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,911 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:26,915 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2026-05-10 02:54:26,920 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,920 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,922 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,923 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,926 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,931 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,932 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,933 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,933 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:26,936 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2026-05-10 02:54:26,940 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,940 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,943 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:26,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:26,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:26,950 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:26,951 [main] Physical connection got
DEBUG 2026-05-10 02:54:26,951 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:26,960 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:26,960 [main] Physical connection closed
DEBUG 2026-05-10 02:54:26,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:26,962 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:27,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,014 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,014 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:27,015 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,015 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,023 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,023 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,026 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:27,027 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,028 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,029 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,033 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:27,035 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,035 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,044 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,044 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,045 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,047 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:27,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,054 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2026-05-10 02:54:27,055 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,055 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:27,059 [main] Table(DefaultBeanMetaDataImplTest$Ggg) not found
DEBUG 2026-05-10 02:54:27,062 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,062 [main] Physical connection closed
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec
Running org.seasar.dao.impl.FunctionTest
DEBUG 2026-05-10 02:54:27,065 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:27,066 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,068 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,069 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,071 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,071 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,072 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,073 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,074 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,075 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:27,077 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,077 [main] Logical connection got, tx=null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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 2026-05-10 02:54:27,087 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,087 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,089 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,089 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,092 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,092 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,093 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,093 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,093 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,101 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,101 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,103 [main] INSERT INTO DEPT2 (dname, deptno, active) VALUES ('hoge', 99, true)
DEBUG 2026-05-10 02:54:27,103 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,103 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,103 [main] SELECT DEPT2.dname, DEPT2.deptno, DEPT2.active FROM DEPT2
WARN  2026-05-10 02:54:27,104 [main] More than 2 rows found, but only first row returned
DEBUG 2026-05-10 02:54:27,104 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,104 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/39, BranchId=]
DEBUG 2026-05-10 02:54:27,104 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.impl.ObjectResultSetHandlerTest
DEBUG 2026-05-10 02:54:27,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,115 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,116 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,116 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,116 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,119 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,121 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,121 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,127 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,127 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,128 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,128 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.dbms.H2Test
DEBUG 2026-05-10 02:54:27,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,131 [main] S2Container will be created(path=j2ee-h2.dicon)
DEBUG 2026-05-10 02:54:27,132 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,134 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,134 [main] S2Container will be created(path=jdbc-h2.dicon)
DEBUG 2026-05-10 02:54:27,135 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,136 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,138 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,138 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,140 [main] S2Container is created(path=jdbc-h2.dicon)
DEBUG 2026-05-10 02:54:27,140 [main] S2Container is created(path=j2ee-h2.dicon)
WARN  2026-05-10 02:54:27,141 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,326 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,326 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,348 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,354 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,403 [main] S2Container will be created(path=j2ee-h2.dicon)
DEBUG 2026-05-10 02:54:27,404 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,405 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,405 [main] S2Container will be created(path=jdbc-h2.dicon)
DEBUG 2026-05-10 02:54:27,407 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,408 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,408 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,409 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,411 [main] S2Container is created(path=jdbc-h2.dicon)
DEBUG 2026-05-10 02:54:27,411 [main] S2Container is created(path=j2ee-h2.dicon)
WARN  2026-05-10 02:54:27,411 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,448 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,448 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,452 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,452 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,455 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,456 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,456 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2026-05-10 02:54:27,459 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,459 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,459 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2026-05-10 02:54:27,459 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,459 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,459 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2026-05-10 02:54:27,460 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,460 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,460 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:27,460 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,460 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,460 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:27,460 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,460 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,460 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2026-05-10 02:54:27,460 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,460 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,460 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:27,461 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,461 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,461 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,463 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec
Running org.seasar.dao.id.IdentityIdentifierGeneratorTest
DEBUG 2026-05-10 02:54:27,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,467 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,473 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/40, BranchId=]
DEBUG 2026-05-10 02:54:27,473 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,473 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/40, BranchId=]
DEBUG 2026-05-10 02:54:27,473 [main] insert into identitytable(id_name) values('hoge')
DEBUG 2026-05-10 02:54:27,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/40, BranchId=]
DEBUG 2026-05-10 02:54:27,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/40, BranchId=]
DEBUG 2026-05-10 02:54:27,474 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:27,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/40, BranchId=]
0
DEBUG 2026-05-10 02:54:27,474 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/40, BranchId=]
DEBUG 2026-05-10 02:54:27,474 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.util.FetchHandlerUtilTest
DEBUG 2026-05-10 02:54:27,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,480 [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.006 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 2026-05-10 02:54:27,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,485 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,487 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,492 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,492 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,492 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,492 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:27,495 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2026-05-10 02:54:27,499 [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 2026-05-10 02:54:27,500 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,503 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,508 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,508 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,510 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,510 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,510 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,510 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:27,514 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2026-05-10 02:54:27,516 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,516 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,516 [main] SELECT * FROM EMP
DEBUG 2026-05-10 02:54:27,517 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,517 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.DtoListMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:54:27,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,521 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,523 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,524 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,528 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,528 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,528 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,528 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,539 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,539 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,539 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,539 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor3Test
DEBUG 2026-05-10 02:54:27,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,542 [main] S2Container will be created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2026-05-10 02:54:27,543 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:27,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,553 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:27,554 [main] S2Container is created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2026-05-10 02:54:27,565 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/41, BranchId=]
DEBUG 2026-05-10 02:54:27,566 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/41, BranchId=]
DEBUG 2026-05-10 02:54:27,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/41, BranchId=]
DEBUG 2026-05-10 02:54:27,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/41, BranchId=]
DEBUG 2026-05-10 02:54:27,568 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/41, BranchId=]
DEBUG 2026-05-10 02:54:27,569 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/41, BranchId=]
DEBUG 2026-05-10 02:54:27,569 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2026-05-10 02:54:27,569 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/41, BranchId=]
DEBUG 2026-05-10 02:54:27,569 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/41, BranchId=]
DEBUG 2026-05-10 02:54:27,569 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,572 [main] S2Container will be created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2026-05-10 02:54:27,573 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:27,620 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,626 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,626 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,628 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:27,628 [main] S2Container is created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2026-05-10 02:54:27,639 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/42, BranchId=]
DEBUG 2026-05-10 02:54:27,639 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,639 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/42, BranchId=]
DEBUG 2026-05-10 02:54:27,639 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/42, BranchId=]
DEBUG 2026-05-10 02:54:27,640 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/42, BranchId=]
DEBUG 2026-05-10 02:54:27,642 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/42, BranchId=]
DEBUG 2026-05-10 02:54:27,644 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/42, BranchId=]
DEBUG 2026-05-10 02:54:27,644 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2026-05-10 02:54:27,644 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/42, BranchId=]
DEBUG 2026-05-10 02:54:27,644 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/42, BranchId=]
DEBUG 2026-05-10 02:54:27,645 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.seasar.dao.impl.ArgumentDtoProcedureCommandTest
DEBUG 2026-05-10 02:54:27,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,648 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,651 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,652 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,653 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,654 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,654 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,656 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,657 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,657 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,658 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/43, BranchId=]
DEBUG 2026-05-10 02:54:27,661 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,661 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/43, BranchId=]
DEBUG 2026-05-10 02:54:27,661 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/43, BranchId=]
DEBUG 2026-05-10 02:54:27,666 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/43, BranchId=]
DEBUG 2026-05-10 02:54:27,666 [main] {call PROCEDURE_TEST_AAA1 (?)}
DEBUG 2026-05-10 02:54:27,669 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/43, BranchId=]
DEBUG 2026-05-10 02:54:27,669 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/43, BranchId=]
DEBUG 2026-05-10 02:54:27,669 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,670 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,671 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,674 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,674 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,674 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,675 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,677 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,677 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,689 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,690 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,690 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,691 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/44, BranchId=]
DEBUG 2026-05-10 02:54:27,691 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/44, BranchId=]
DEBUG 2026-05-10 02:54:27,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/44, BranchId=]
DEBUG 2026-05-10 02:54:27,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/44, BranchId=]
DEBUG 2026-05-10 02:54:27,695 [main] {call PROCEDURE_TEST_AAA2 (?, ?)}
DEBUG 2026-05-10 02:54:27,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/44, BranchId=]
DEBUG 2026-05-10 02:54:27,697 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/44, BranchId=]
DEBUG 2026-05-10 02:54:27,697 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,700 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,700 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,701 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,702 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,704 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,705 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,706 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,706 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,708 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,708 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,709 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,709 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/45, BranchId=]
DEBUG 2026-05-10 02:54:27,711 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/45, BranchId=]
DEBUG 2026-05-10 02:54:27,711 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/45, BranchId=]
DEBUG 2026-05-10 02:54:27,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/45, BranchId=]
DEBUG 2026-05-10 02:54:27,713 [main] {call PROCEDURE_TEST_AAA3 ()}
DEBUG 2026-05-10 02:54:27,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/45, BranchId=]
DEBUG 2026-05-10 02:54:27,715 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/45, BranchId=]
DEBUG 2026-05-10 02:54:27,715 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,717 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,718 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,720 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,721 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,722 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,723 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,724 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,726 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,726 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,726 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,727 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/46, BranchId=]
DEBUG 2026-05-10 02:54:27,728 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/46, BranchId=]
DEBUG 2026-05-10 02:54:27,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/46, BranchId=]
DEBUG 2026-05-10 02:54:27,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/46, BranchId=]
DEBUG 2026-05-10 02:54:27,731 [main] {call PROCEDURE_TEST_BBB1 ('hoge')}
DEBUG 2026-05-10 02:54:27,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/46, BranchId=]
DEBUG 2026-05-10 02:54:27,733 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/46, BranchId=]
DEBUG 2026-05-10 02:54:27,733 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,735 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,736 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,738 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,739 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,740 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,741 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,741 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,743 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,744 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,744 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,745 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/47, BranchId=]
DEBUG 2026-05-10 02:54:27,747 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/47, BranchId=]
DEBUG 2026-05-10 02:54:27,747 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/47, BranchId=]
DEBUG 2026-05-10 02:54:27,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/47, BranchId=]
DEBUG 2026-05-10 02:54:27,749 [main] {call PROCEDURE_TEST_BBB2 ('hoge', 10, '2007-08-26 14.30.00')}
DEBUG 2026-05-10 02:54:27,753 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/47, BranchId=]
DEBUG 2026-05-10 02:54:27,754 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/47, BranchId=]
DEBUG 2026-05-10 02:54:27,754 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,756 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,759 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,759 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,760 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,761 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,762 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,762 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,813 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,813 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,813 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,814 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/48, BranchId=]
DEBUG 2026-05-10 02:54:27,815 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/48, BranchId=]
DEBUG 2026-05-10 02:54:27,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/48, BranchId=]
DEBUG 2026-05-10 02:54:27,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/48, BranchId=]
DEBUG 2026-05-10 02:54:27,819 [main] {call PROCEDURE_TEST_CCC1 ('hoge', 10, ?)}
DEBUG 2026-05-10 02:54:27,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/48, BranchId=]
DEBUG 2026-05-10 02:54:27,821 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/48, BranchId=]
DEBUG 2026-05-10 02:54:27,821 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,824 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,826 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,826 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,828 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,829 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,830 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,830 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,832 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,832 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,833 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,834 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/49, BranchId=]
DEBUG 2026-05-10 02:54:27,835 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,835 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/49, BranchId=]
DEBUG 2026-05-10 02:54:27,835 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/49, BranchId=]
DEBUG 2026-05-10 02:54:27,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/49, BranchId=]
DEBUG 2026-05-10 02:54:27,839 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/49, BranchId=]
[EDAO0029]null is illegal for argument DTO
DEBUG 2026-05-10 02:54:27,839 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/49, BranchId=]
DEBUG 2026-05-10 02:54:27,839 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,841 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,843 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,844 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,846 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,847 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,847 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,849 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,849 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,849 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,850 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/50, BranchId=]
DEBUG 2026-05-10 02:54:27,851 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/50, BranchId=]
DEBUG 2026-05-10 02:54:27,851 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/50, BranchId=]
DEBUG 2026-05-10 02:54:27,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/50, BranchId=]
DEBUG 2026-05-10 02:54:27,854 [main] {call PROCEDURE_TEST_CCC2 (?, 10, ?)}
DEBUG 2026-05-10 02:54:27,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/50, BranchId=]
DEBUG 2026-05-10 02:54:27,856 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/50, BranchId=]
DEBUG 2026-05-10 02:54:27,856 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,859 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,861 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,863 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,863 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,864 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,865 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,867 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,867 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,867 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,869 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/51, BranchId=]
DEBUG 2026-05-10 02:54:27,870 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,870 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/51, BranchId=]
DEBUG 2026-05-10 02:54:27,870 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/51, BranchId=]
DEBUG 2026-05-10 02:54:27,872 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/51, BranchId=]
DEBUG 2026-05-10 02:54:27,872 [main] {call PROCEDURE_TEST_DDD1 ('ab')}
DEBUG 2026-05-10 02:54:27,876 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/51, BranchId=]
DEBUG 2026-05-10 02:54:27,876 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/51, BranchId=]
DEBUG 2026-05-10 02:54:27,876 [main] Physical connection closed
DEBUG 2026-05-10 02:54:27,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,878 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:27,879 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,880 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,880 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,881 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,883 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,884 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:27,884 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:27,886 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:27,886 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2026-05-10 02:54:27,886 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:27,887 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/52, BranchId=]
DEBUG 2026-05-10 02:54:27,888 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,888 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/52, BranchId=]
DEBUG 2026-05-10 02:54:27,888 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/52, BranchId=]
DEBUG 2026-05-10 02:54:27,891 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/52, BranchId=]
DEBUG 2026-05-10 02:54:27,891 [main] {? = call FUNCTION_TEST_MAX (5.0, 10.0)}
DEBUG 2026-05-10 02:54:27,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/52, BranchId=]
DEBUG 2026-05-10 02:54:27,894 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/52, BranchId=]
DEBUG 2026-05-10 02:54:27,894 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 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 2026-05-10 02:54:27,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,902 [main] S2Container will be created(path=org/seasar/dao/impl/LogCustomizeTest.dicon)
DEBUG 2026-05-10 02:54:27,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,906 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,909 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,912 [main] S2Container is created(path=org/seasar/dao/impl/LogCustomizeTest.dicon)
DEBUG 2026-05-10 02:54:27,927 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/53, BranchId=]
DEBUG 2026-05-10 02:54:27,927 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,927 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/53, BranchId=]
DEBUG 2026-05-10 02:54:27,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/53, BranchId=]
DEBUG 2026-05-10 02:54:27,927 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/53, BranchId=]
DEBUG 2026-05-10 02:54:27,931 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/53, BranchId=]
DEBUG 2026-05-10 02:54:27,934 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/53, BranchId=]
DEBUG 2026-05-10 02:54:27,936 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/53, BranchId=]
SELECT empno, ename, dname FROM emp, dept where emp.deptno = dept.deptno
DEBUG 2026-05-10 02:54:27,936 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/53, BranchId=]
DEBUG 2026-05-10 02:54:27,936 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.seasar.dao.impl.ReturnsArrayDaoTest
DEBUG 2026-05-10 02:54:27,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:27,940 [main] S2Container will be created(path=org/seasar/dao/impl/ReturnsArrayDaoTest.dicon)
DEBUG 2026-05-10 02:54:27,940 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:27,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,942 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:27,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:27,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:27,950 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:27,951 [main] S2Container is created(path=org/seasar/dao/impl/ReturnsArrayDaoTest.dicon)
DEBUG 2026-05-10 02:54:27,961 [main] Physical connection got
DEBUG 2026-05-10 02:54:27,961 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,961 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,961 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,964 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,965 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,965 [main] SELECT EMP.ename FROM EMP
DEBUG 2026-05-10 02:54:27,965 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,966 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:27,966 [main] SELECT EMP.ename FROM EMP
DEBUG 2026-05-10 02:54:27,966 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:27,966 [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.056 sec
Running org.seasar.dao.pager.ScrollCursorTest
DEBUG 2026-05-10 02:54:28,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,031 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,032 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,033 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/54, BranchId=]
DEBUG 2026-05-10 02:54:28,033 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/54, BranchId=]
DEBUG 2026-05-10 02:54:28,037 [main] S2Pager use scroll cursor.
DEBUG 2026-05-10 02:54:28,037 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/54, BranchId=]
DEBUG 2026-05-10 02:54:28,037 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,039 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,040 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,045 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,046 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/55, BranchId=]
DEBUG 2026-05-10 02:54:28,046 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/55, BranchId=]
DEBUG 2026-05-10 02:54:28,047 [main] S2Pager use scroll cursor.
DEBUG 2026-05-10 02:54:28,047 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/55, BranchId=]
DEBUG 2026-05-10 02:54:28,047 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,058 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,059 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,060 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/56, BranchId=]
DEBUG 2026-05-10 02:54:28,060 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,060 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/56, BranchId=]
DEBUG 2026-05-10 02:54:28,060 [main] S2Pager use scroll cursor.
DEBUG 2026-05-10 02:54:28,060 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/56, BranchId=]
DEBUG 2026-05-10 02:54:28,060 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.dao.impl.MapListResultSetHandlerTest
DEBUG 2026-05-10 02:54:28,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,072 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,072 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,072 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,072 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.impl.ClobTest
DEBUG 2026-05-10 02:54:28,075 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,076 [main] S2Container will be created(path=org/seasar/dao/impl/ClobTest.dicon)
DEBUG 2026-05-10 02:54:28,077 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,078 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,079 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,080 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,080 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,082 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,083 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,084 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,084 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,086 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,087 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,089 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,089 [main] S2Container is created(path=org/seasar/dao/impl/ClobTest.dicon)
WARN  2026-05-10 02:54:28,090 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:28,103 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/57, BranchId=]
DEBUG 2026-05-10 02:54:28,104 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/57, BranchId=]
DEBUG 2026-05-10 02:54:28,104 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/57, BranchId=]
DEBUG 2026-05-10 02:54:28,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/57, BranchId=]
DEBUG 2026-05-10 02:54:28,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/57, BranchId=]
DEBUG 2026-05-10 02:54:28,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/57, BranchId=]
DEBUG 2026-05-10 02:54:28,125 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 123
DEBUG 2026-05-10 02:54:28,136 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/57, BranchId=]
DEBUG 2026-05-10 02:54:28,136 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/57, BranchId=]
DEBUG 2026-05-10 02:54:28,136 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,139 [main] S2Container will be created(path=org/seasar/dao/impl/ClobTest.dicon)
DEBUG 2026-05-10 02:54:28,140 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,141 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,144 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,145 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,146 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,147 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,148 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,150 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,150 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,152 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,152 [main] S2Container is created(path=org/seasar/dao/impl/ClobTest.dicon)
WARN  2026-05-10 02:54:28,153 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:28,162 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,162 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,168 [main] INSERT INTO LARGE_TEXT (id, version_no, large_string) VALUES (1, 0, 'abc1')
DEBUG 2026-05-10 02:54:28,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,188 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,188 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2026-05-10 02:54:28,189 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,189 [main] UPDATE LARGE_TEXT SET version_no = 1, large_string = 'ABCDEFG' WHERE id = 1 AND version_no = 0
DEBUG 2026-05-10 02:54:28,198 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,198 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,198 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2026-05-10 02:54:28,198 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,208 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/58, BranchId=]
DEBUG 2026-05-10 02:54:28,208 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
Running org.seasar.dao.id.IdentifierGeneratorFactoryTest
DEBUG 2026-05-10 02:54:28,211 [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.005 sec
Running org.seasar.dao.impl.AnnotationReaderFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.BeanArrayMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:54:28,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,220 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,221 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,221 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,226 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,226 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,246 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,246 [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 2026-05-10 02:54:28,249 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,250 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.types.SerializableTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.seasar.dao.impl.InsertAutoDynamicCommandTest
DEBUG 2026-05-10 02:54:28,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,309 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,313 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,314 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/59, BranchId=]
DEBUG 2026-05-10 02:54:28,314 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,314 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/59, BranchId=]
DEBUG 2026-05-10 02:54:28,314 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/59, BranchId=]
DEBUG 2026-05-10 02:54:28,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/59, BranchId=]
DEBUG 2026-05-10 02:54:28,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/59, BranchId=]
DEBUG 2026-05-10 02:54:28,342 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/59, BranchId=]
DEBUG 2026-05-10 02:54:28,343 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-10 02.54.28', 99, 'hoge', 0)
DEBUG 2026-05-10 02:54:28,343 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/59, BranchId=]
DEBUG 2026-05-10 02:54:28,343 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/59, BranchId=]
DEBUG 2026-05-10 02:54:28,343 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,350 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,352 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,353 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,353 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,353 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,353 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,360 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,360 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2026-05-10 02:54:28,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,361 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:28,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
1
DEBUG 2026-05-10 02:54:28,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,361 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2026-05-10 02:54:28,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,361 [main] CALL IDENTITY()
DEBUG 2026-05-10 02:54:28,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,361 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
2
DEBUG 2026-05-10 02:54:28,361 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/60, BranchId=]
DEBUG 2026-05-10 02:54:28,361 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,363 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,365 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,369 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,370 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/61, BranchId=]
DEBUG 2026-05-10 02:54:28,371 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,371 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/61, BranchId=]
DEBUG 2026-05-10 02:54:28,371 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/61, BranchId=]
DEBUG 2026-05-10 02:54:28,371 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/61, BranchId=]
DEBUG 2026-05-10 02:54:28,379 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/61, BranchId=]
DEBUG 2026-05-10 02:54:28,379 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/61, BranchId=]
DEBUG 2026-05-10 02:54:28,380 [main] INSERT INTO EMP (empno) VALUES (980)
DEBUG 2026-05-10 02:54:28,380 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/61, BranchId=]
DEBUG 2026-05-10 02:54:28,380 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/61, BranchId=]
DEBUG 2026-05-10 02:54:28,380 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,385 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,389 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/62, BranchId=]
DEBUG 2026-05-10 02:54:28,390 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,390 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/62, BranchId=]
DEBUG 2026-05-10 02:54:28,390 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/62, BranchId=]
DEBUG 2026-05-10 02:54:28,390 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/62, BranchId=]
DEBUG 2026-05-10 02:54:28,397 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/62, BranchId=]
DEBUG 2026-05-10 02:54:28,399 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/62, BranchId=]
DEBUG 2026-05-10 02:54:28,399 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,401 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,402 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,403 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,403 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,407 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,408 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/63, BranchId=]
DEBUG 2026-05-10 02:54:28,409 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,409 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/63, BranchId=]
DEBUG 2026-05-10 02:54:28,409 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/63, BranchId=]
DEBUG 2026-05-10 02:54:28,409 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/63, BranchId=]
WARN  2026-05-10 02:54:28,412 [main] Table(DUMMY_TABLE) not found
DEBUG 2026-05-10 02:54:28,417 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/63, BranchId=]
[EDAO0024]No Persistent Properties. Probably (org.seasar.dao.impl.InsertAutoDynamicCommandTest$FooDto) doesnt assosiated with table.
DEBUG 2026-05-10 02:54:28,418 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/63, BranchId=]
DEBUG 2026-05-10 02:54:28,418 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,420 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,421 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,422 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,422 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,427 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,428 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,435 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,436 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,436 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,436 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,436 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,436 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 49)
DEBUG 2026-05-10 02:54:28,436 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
49
DEBUG 2026-05-10 02:54:28,437 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/64, BranchId=]
DEBUG 2026-05-10 02:54:28,437 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,505 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,506 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,506 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,506 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,514 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,514 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,514 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,514 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,515 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,515 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 50)
DEBUG 2026-05-10 02:54:28,515 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
50
DEBUG 2026-05-10 02:54:28,515 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,515 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,515 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,515 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,515 [main] INSERT INTO SEQTABLE (name, id) VALUES ('foo', 51)
DEBUG 2026-05-10 02:54:28,515 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
51
DEBUG 2026-05-10 02:54:28,515 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/65, BranchId=]
DEBUG 2026-05-10 02:54:28,515 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,519 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,523 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,524 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,525 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/66, BranchId=]
DEBUG 2026-05-10 02:54:28,526 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/66, BranchId=]
DEBUG 2026-05-10 02:54:28,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/66, BranchId=]
DEBUG 2026-05-10 02:54:28,526 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/66, BranchId=]
DEBUG 2026-05-10 02:54:28,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/66, BranchId=]
DEBUG 2026-05-10 02:54:28,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/66, BranchId=]
DEBUG 2026-05-10 02:54:28,554 [main] INSERT INTO EMP (tstamp, empno, ename) VALUES ('2026-05-10 02.54.28', 99, 'hoge')
DEBUG 2026-05-10 02:54:28,555 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/66, BranchId=]
DEBUG 2026-05-10 02:54:28,555 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/66, BranchId=]
DEBUG 2026-05-10 02:54:28,555 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,557 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,557 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,560 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,563 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,563 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,564 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/67, BranchId=]
DEBUG 2026-05-10 02:54:28,565 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/67, BranchId=]
DEBUG 2026-05-10 02:54:28,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/67, BranchId=]
DEBUG 2026-05-10 02:54:28,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/67, BranchId=]
DEBUG 2026-05-10 02:54:28,584 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/67, BranchId=]
DEBUG 2026-05-10 02:54:28,592 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/67, BranchId=]
DEBUG 2026-05-10 02:54:28,592 [main] INSERT INTO EMP (deptno, empno, tstamp) VALUES (10, 99, '2026-05-10 02.54.28')
DEBUG 2026-05-10 02:54:28,592 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/67, BranchId=]
DEBUG 2026-05-10 02:54:28,592 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/67, BranchId=]
DEBUG 2026-05-10 02:54:28,592 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,597 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,599 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,602 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,602 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,602 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,602 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,612 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,612 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,613 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,613 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,613 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,613 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,613 [main] INSERT INTO COMPOSITE_PK_TABLE (aaa, pk2, pk1) VALUES ('hoge', 10, 52)
DEBUG 2026-05-10 02:54:28,613 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,613 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,613 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec
Running org.seasar.dao.impl.MapArrayResultSetHandlerTest
DEBUG 2026-05-10 02:54:28,616 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,616 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,618 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,619 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,619 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,622 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,624 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,624 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,624 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,624 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.impl.ObjectListResultSetHandlerTest
DEBUG 2026-05-10 02:54:28,627 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,627 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,634 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,634 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,634 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,634 [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 2026-05-10 02:54:28,637 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,638 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,639 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,644 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/68, BranchId=]
DEBUG 2026-05-10 02:54:28,645 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,645 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/68, BranchId=]
DEBUG 2026-05-10 02:54:28,645 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,645 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/68, BranchId=]
53
DEBUG 2026-05-10 02:54:28,645 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/68, BranchId=]
DEBUG 2026-05-10 02:54:28,645 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,703 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,704 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
DEBUG 2026-05-10 02:54:28,706 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
DEBUG 2026-05-10 02:54:28,706 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
49
50
51
52
53
54
55
56
57
58
DEBUG 2026-05-10 02:54:28,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
DEBUG 2026-05-10 02:54:28,707 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
59
60
61
62
63
64
65
66
67
68
DEBUG 2026-05-10 02:54:28,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
DEBUG 2026-05-10 02:54:28,709 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,709 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
69
70
71
72
73
74
75
76
77
78
DEBUG 2026-05-10 02:54:28,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
DEBUG 2026-05-10 02:54:28,709 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2026-05-10 02:54:28,709 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
79
80
DEBUG 2026-05-10 02:54:28,709 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/69, BranchId=]
DEBUG 2026-05-10 02:54:28,710 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.dao.unit.S2DaoBeanListReaderTest
DEBUG 2026-05-10 02:54:28,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,725 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,725 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,742 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,749 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.impl.NoPropertyForUpdateTest
DEBUG 2026-05-10 02:54:28,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,752 [main] S2Container will be created(path=org/seasar/dao/impl/NoPropertyForUpdate.dicon)
DEBUG 2026-05-10 02:54:28,753 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:28,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:28,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:28,762 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:28,763 [main] S2Container is created(path=org/seasar/dao/impl/NoPropertyForUpdate.dicon)
DEBUG 2026-05-10 02:54:28,771 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,772 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,772 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:28,772 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:28,775 [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$$385715$$MethodInvocation$$delete$$0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$385715.delete(NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$385715.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 2026-05-10 02:54:28,778 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.impl.DefaultTest
DEBUG 2026-05-10 02:54:28,781 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,781 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:28,783 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,784 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,786 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,786 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,787 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,788 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,789 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,790 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,792 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,792 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,794 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,796 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:28,796 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:28,813 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/70, BranchId=]
DEBUG 2026-05-10 02:54:28,814 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,814 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/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 2026-05-10 02:54:28,816 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/70, BranchId=]
DEBUG 2026-05-10 02:54:28,817 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,819 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:28,820 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,821 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,824 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,825 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,825 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,827 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,827 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,830 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,830 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,831 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,832 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:28,832 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:28,849 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/71, BranchId=]
DEBUG 2026-05-10 02:54:28,850 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,850 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/71, BranchId=]
ID[AUTOINCREMENT: start 1 increment 1]
AAA['ABC']
BBB[null]
VERSION_NO[null]
DEBUG 2026-05-10 02:54:28,853 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/71, BranchId=]
DEBUG 2026-05-10 02:54:28,853 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,856 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:28,856 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,857 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,859 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,860 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,860 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,861 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,863 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,863 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,864 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,866 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,866 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,867 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,873 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:28,874 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:28,947 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,948 [main] Physical connection got
DEBUG 2026-05-10 02:54:28,948 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,948 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,948 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,954 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '1234567', '890')
DEBUG 2026-05-10 02:54:28,958 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,958 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2026-05-10 02:54:28,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,960 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,960 [main] SELECT DEFAULT_TABLE.id, DEFAULT_TABLE.version_no, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 1
DEBUG 2026-05-10 02:54:28,964 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,972 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/72, BranchId=]
DEBUG 2026-05-10 02:54:28,972 [main] Physical connection closed
DEBUG 2026-05-10 02:54:28,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:28,975 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:28,976 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,977 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:28,980 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,981 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,982 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,983 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:28,983 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:28,985 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:28,986 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:28,987 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:28,987 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:28,989 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:29,006 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,006 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,011 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,011 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2026-05-10 02:54:29,011 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2026-05-10 02:54:29,012 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,012 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,012 [main] SELECT DEFAULT_TABLE.id, DEFAULT_TABLE.version_no, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2026-05-10 02:54:29,023 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,036 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/73, BranchId=]
DEBUG 2026-05-10 02:54:29,036 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,038 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:29,039 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,040 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,041 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,043 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,044 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,045 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,045 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,046 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,048 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,048 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,050 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,051 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:29,051 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:29,066 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,067 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,067 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,067 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,068 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,071 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,071 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2026-05-10 02:54:29,071 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, null, '22')
DEBUG 2026-05-10 02:54:29,071 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '31', null)
DEBUG 2026-05-10 02:54:29,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,073 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,073 [main] SELECT DEFAULT_TABLE.id, DEFAULT_TABLE.version_no, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2026-05-10 02:54:29,073 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,079 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/74, BranchId=]
DEBUG 2026-05-10 02:54:29,079 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,081 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,081 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:29,082 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,083 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,085 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,085 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,086 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,087 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,089 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,089 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,090 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,091 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,093 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,093 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:29,093 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:29,109 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,110 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,114 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,117 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', null)
DEBUG 2026-05-10 02:54:29,117 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2026-05-10 02:54:29,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,118 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,118 [main] SELECT DEFAULT_TABLE.id, DEFAULT_TABLE.version_no, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2026-05-10 02:54:29,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,124 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/75, BranchId=]
DEBUG 2026-05-10 02:54:29,124 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,126 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:29,127 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,128 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,131 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,132 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,133 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,134 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,134 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,137 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,138 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,139 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,140 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:29,141 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:29,158 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,159 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,159 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,159 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,159 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,164 [main] INSERT INTO DEFAULT_TABLE (version_no, bbb) VALUES (0, 'bbbb')
DEBUG 2026-05-10 02:54:29,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,168 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2026-05-10 02:54:29,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,168 [main] SELECT DEFAULT_TABLE.id, DEFAULT_TABLE.version_no, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 9
DEBUG 2026-05-10 02:54:29,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,173 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/76, BranchId=]
DEBUG 2026-05-10 02:54:29,173 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,175 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:29,177 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,178 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,180 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,180 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,182 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,182 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,183 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,183 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,185 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,186 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,188 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,189 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:29,189 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:29,206 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,207 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,207 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,211 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,211 [main] INSERT INTO DEFAULT_TABLE (version_no) VALUES (0)
DEBUG 2026-05-10 02:54:29,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,214 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2026-05-10 02:54:29,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,214 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,214 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,214 [main] SELECT DEFAULT_TABLE.id, DEFAULT_TABLE.version_no, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 10
DEBUG 2026-05-10 02:54:29,215 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,219 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/77, BranchId=]
DEBUG 2026-05-10 02:54:29,219 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,272 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,273 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:29,274 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,275 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,278 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,278 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,279 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,281 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,282 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,284 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,284 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,285 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,286 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:29,286 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:29,303 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,304 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,304 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,304 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,304 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,305 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,310 [main] INSERT INTO DEFAULT_TABLE (
    AAA,
    
    VERSION_NO
) VALUES (
	'foooo',
	
	0
)
DEBUG 2026-05-10 02:54:29,313 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,313 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,313 [main] SELECT DEFAULT_TABLE.id, DEFAULT_TABLE.version_no, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2026-05-10 02:54:29,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,324 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/78, BranchId=]
DEBUG 2026-05-10 02:54:29,324 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,327 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:29,328 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,329 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,332 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,332 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,333 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,335 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,335 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,336 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,337 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,339 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,339 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:29,340 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:29,356 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,356 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,356 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,356 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,356 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,357 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,361 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,361 [main] INSERT INTO DEFAULT_TABLE (
    
    BBB,
    VERSION_NO
) VALUES (
	
	'ttt',
	0
)
DEBUG 2026-05-10 02:54:29,365 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,365 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,365 [main] SELECT DEFAULT_TABLE.id, DEFAULT_TABLE.version_no, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2026-05-10 02:54:29,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,372 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/79, BranchId=]
DEBUG 2026-05-10 02:54:29,373 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,374 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2026-05-10 02:54:29,376 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,377 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,379 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,379 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,380 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,381 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,383 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:29,383 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:29,385 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:29,386 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:29,388 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:29,388 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2026-05-10 02:54:29,389 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:29,405 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,406 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,406 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,406 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,406 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,409 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,409 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,409 [main] INSERT INTO PK_ONLY_TABLE (aaa, bbb) VALUES (123, 456)
DEBUG 2026-05-10 02:54:29,412 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,412 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,412 [main] SELECT PK_ONLY_TABLE.aaa, PK_ONLY_TABLE.bbb FROM PK_ONLY_TABLE
DEBUG 2026-05-10 02:54:29,414 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,419 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/80, BranchId=]
DEBUG 2026-05-10 02:54:29,420 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
Running org.seasar.dao.impl.RelationPropertyTypeFactoryImplTest
DEBUG 2026-05-10 02:54:29,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,429 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,431 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,431 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,440 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,440 [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 2026-05-10 02:54:29,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,444 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,444 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,450 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,450 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,452 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,457 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,457 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,458 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,458 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,460 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,460 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,463 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,464 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,465 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,467 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/81, BranchId=]
DEBUG 2026-05-10 02:54:29,467 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,467 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/81, BranchId=]
DEBUG 2026-05-10 02:54:29,472 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/81, BranchId=]
DEBUG 2026-05-10 02:54:29,472 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/81, BranchId=]
DEBUG 2026-05-10 02:54:29,472 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,526 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,528 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,533 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,534 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,536 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,538 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/82, BranchId=]
DEBUG 2026-05-10 02:54:29,538 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/82, BranchId=]
DEBUG 2026-05-10 02:54:29,542 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/82, BranchId=]
DEBUG 2026-05-10 02:54:29,542 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/82, BranchId=]
DEBUG 2026-05-10 02:54:29,542 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,543 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,545 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,548 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,551 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,554 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,558 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,559 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,560 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,565 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,567 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,571 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,573 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,574 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,575 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,575 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,581 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,586 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,586 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,587 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,592 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,593 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,595 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,599 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,599 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:29,600 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,603 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,609 [main] S2Container is created(path=dao.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running org.seasar.dao.impl.FieldDaoMetaDataImplTest
DEBUG 2026-05-10 02:54:29,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,618 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,621 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,621 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,624 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,625 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,625 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,627 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,627 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,627 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,627 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,647 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,653 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,655 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,658 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,658 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,661 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,661 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,662 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,664 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,664 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,664 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,664 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,736 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.comm, EMP.sal, parent.empno AS empno_0, parent.ename AS ename_0, parent.job AS job_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_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 2026-05-10 02:54:29,737 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,737 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.comm, EMP.sal, parent.empno AS empno_0, parent.ename AS ename_0, parent.job AS job_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_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 2026-05-10 02:54:29,738 [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 2026-05-10 02:54:29,739 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,741 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,743 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,748 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,751 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,751 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,751 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,751 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,772 [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 2026-05-10 02:54:29,772 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,775 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,775 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,776 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,779 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,779 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,782 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,782 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,783 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,783 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,784 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,784 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,802 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,805 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,807 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,808 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,809 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,810 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,814 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,814 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,815 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,815 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,816 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,816 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,833 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,836 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,838 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,841 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,841 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,845 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,846 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,846 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,847 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,847 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,867 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,870 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,872 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,872 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,879 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,881 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,881 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,881 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,881 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,958 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,961 [main] Physical connection closed
DEBUG 2026-05-10 02:54:29,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:29,964 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:29,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:29,976 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:29,976 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:29,979 [main] Physical connection got
DEBUG 2026-05-10 02:54:29,979 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,979 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:29,979 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:29,998 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, job = ?, deptno = ?, hiredate = ?, mgr = ?, comm = ?, sal = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2026-05-10 02:54:29,998 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,001 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,002 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,009 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,010 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,010 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,010 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,010 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,028 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,030 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,032 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,039 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,039 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,040 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,040 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,041 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,041 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,060 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,063 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,064 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,072 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,073 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,073 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,073 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,073 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,091 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,094 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,096 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,102 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,102 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,103 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,103 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/83, BranchId=]
DEBUG 2026-05-10 02:54:30,104 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,104 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/83, BranchId=]
DEBUG 2026-05-10 02:54:30,105 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/83, BranchId=]
DEBUG 2026-05-10 02:54:30,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/83, BranchId=]
DEBUG 2026-05-10 02:54:30,125 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/83, BranchId=]
DEBUG 2026-05-10 02:54:30,133 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/83, BranchId=]
DEBUG 2026-05-10 02:54:30,133 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-10 02.54.30', 99, 'hoge', 0)
DEBUG 2026-05-10 02:54:30,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/83, BranchId=]
DEBUG 2026-05-10 02:54:30,133 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/83, BranchId=]
DEBUG 2026-05-10 02:54:30,134 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,136 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,193 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,193 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,194 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,195 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,215 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,224 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,224 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-05-10 02:54:30,225 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,225 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,226 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.30', ename = 'hoge2', job = 'ANALYST', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:30,226 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,226 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/84, BranchId=]
DEBUG 2026-05-10 02:54:30,226 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,228 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,230 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,231 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,231 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,235 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,236 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,236 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,236 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,236 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,236 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,258 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,267 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,267 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-05-10 02:54:30,268 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,268 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,269 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.30', ename = 'hoge4', job = 'ANALYST', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2026-05-10 02:54:30,269 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,269 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/85, BranchId=]
DEBUG 2026-05-10 02:54:30,269 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,271 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,273 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,275 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,275 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,277 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,278 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,278 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,279 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,280 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,280 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,280 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,281 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,305 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,305 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-05-10 02:54:30,306 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,306 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,306 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:30,307 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,307 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/86, BranchId=]
DEBUG 2026-05-10 02:54:30,307 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,309 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,311 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,312 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,316 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,319 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,319 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,319 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,319 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,335 [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 2026-05-10 02:54:30,335 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,338 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,339 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,345 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,346 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,347 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,347 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,347 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,347 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,371 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:30,378 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,381 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,435 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,435 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,438 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,439 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,439 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,440 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,440 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,440 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,440 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,459 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,466 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,468 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,469 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,475 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,478 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,478 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,478 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,478 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,495 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,503 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,506 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,511 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,512 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,512 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,514 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,514 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,514 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,514 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,531 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,541 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,542 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,549 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,549 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,552 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,552 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,552 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,552 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,568 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,576 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,576 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:30,578 [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 2026-05-10 02:54:30,580 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,582 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,588 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,588 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,590 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,590 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,591 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,591 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,607 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,615 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,616 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:30,618 [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 2026-05-10 02:54:30,620 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,622 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,678 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,678 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,679 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,681 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,681 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,681 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,681 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,699 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,707 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,707 [main] select * from emp
DEBUG 2026-05-10 02:54:30,709 [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 2026-05-10 02:54:30,710 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,713 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,719 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,719 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,721 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,722 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,722 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,722 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,737 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,745 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,745 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-10 02:54:30,748 [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 2026-05-10 02:54:30,750 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,752 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,759 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,760 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,760 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,761 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,761 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,762 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,762 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,780 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2026-05-10 02:54:30,788 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,791 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,793 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,793 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,796 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,797 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,797 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,799 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,799 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,799 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,799 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,817 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,825 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,825 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:30,827 [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 2026-05-10 02:54:30,830 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,833 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,838 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,839 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,840 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,841 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,841 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,841 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,841 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,857 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,867 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,867 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:30,868 [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 2026-05-10 02:54:30,869 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,871 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,872 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,873 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,873 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,874 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,875 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,934 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,936 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,937 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,937 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,937 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,937 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,955 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,963 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,963 [main] select * from emp
DEBUG 2026-05-10 02:54:30,964 [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 2026-05-10 02:54:30,964 [main] Physical connection closed
DEBUG 2026-05-10 02:54:30,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:30,967 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,968 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:30,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:30,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:30,973 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:30,975 [main] Physical connection got
DEBUG 2026-05-10 02:54:30,975 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,975 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:30,975 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:30,994 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,002 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,002 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2026-05-10 02:54:31,003 [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 2026-05-10 02:54:31,004 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,007 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,010 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,010 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,013 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,013 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,015 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,015 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,015 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,015 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,032 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,039 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,039 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:31,040 [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 2026-05-10 02:54:31,040 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,043 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,044 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,044 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,046 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,046 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,050 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,052 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,052 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,052 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,052 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,070 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,080 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,080 [main] select count(*) from emp
DEBUG 2026-05-10 02:54:31,080 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,080 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,083 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,084 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,090 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,091 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,092 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,092 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,092 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,109 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,117 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,117 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:31,117 [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 2026-05-10 02:54:31,118 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,120 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,121 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,126 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,127 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,127 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,128 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,128 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,129 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,129 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,197 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,206 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,206 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:31,207 [main] Logical connection closed, tx=null
{tstamp=2005-01-18 13:09:32.213, empno=7788, ename=SCOTT, job=ANALYST, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, comm=null, sal=3000.0, versionno0=0, dname0=RESEARCH, deptno0=20, loc0=DALLAS}
DEBUG 2026-05-10 02:54:31,208 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,211 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,213 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,213 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,217 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,220 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,220 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,221 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,221 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,237 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,246 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,246 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:31,246 [main] Logical connection closed, tx=null
[{tstamp=2005-01-18 13:09:32.213, empno=7788, ename=SCOTT, job=ANALYST, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, comm=null, sal=3000.0, versionno0=0, dname0=RESEARCH, deptno0=20, loc0=DALLAS}]
DEBUG 2026-05-10 02:54:31,247 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,249 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,251 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,255 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,256 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,258 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,258 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,258 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,258 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,275 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,282 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,283 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2026-05-10 02:54:31,283 [main] Logical connection closed, tx=null
[Ljava.util.Map;@779dce
DEBUG 2026-05-10 02:54:31,283 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,285 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,286 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,292 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,293 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,293 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,294 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,294 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,311 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,319 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,319 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:31,321 [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 2026-05-10 02:54:31,321 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,322 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,323 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,324 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,325 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,329 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,329 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,331 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,332 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,332 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,332 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,350 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:31,358 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,358 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:31,360 [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 2026-05-10 02:54:31,360 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,361 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,362 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,363 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,369 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,371 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,371 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,371 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,371 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,440 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,443 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,443 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:31,444 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,445 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,447 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,449 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,450 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,450 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,453 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,453 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,456 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,456 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,456 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,456 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,473 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,477 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,478 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:31,478 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,478 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,481 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,481 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,486 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,486 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,487 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,490 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,490 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,490 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,490 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,501 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,503 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,503 [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 2026-05-10 02:54:31,504 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2026-05-10 02:54:31,504 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,506 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,513 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,514 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,514 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,514 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,514 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,527 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,528 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,528 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2026-05-10 02:54:31,528 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2026-05-10 02:54:31,528 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,530 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,531 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,534 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,534 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,537 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,539 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,540 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,540 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,540 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,540 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,557 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,566 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2026-05-10 02.54.31', 9999, 'test', 50)
DEBUG 2026-05-10 02:54:31,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,566 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2026-05-10 02:54:31,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/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 2026-05-10 02:54:31,567 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,567 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2026-05-10 02:54:31,568 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
9999, test, null, null, null, null, null, 50, 2026-05-10 02:54:31.565 {50, null, null, 0}
DEBUG 2026-05-10 02:54:31,568 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/87, BranchId=]
DEBUG 2026-05-10 02:54:31,568 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,570 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,571 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,576 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,576 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,577 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,578 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,579 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,579 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,579 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,595 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,601 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,602 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,603 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,660 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,660 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,661 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,663 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,663 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,663 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,664 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,683 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:31,693 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,693 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2026-05-10 02:54:31,695 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,695 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,698 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,699 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,704 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,706 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,707 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,707 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,707 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,725 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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.job != null*/ AND EMP.job = /*dto.job*/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.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*END*/
DEBUG 2026-05-10 02:54:31,738 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,738 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.job = 'MANAGER' AND EMP.deptno = 0
DEBUG 2026-05-10 02:54:31,738 [main] Logical connection closed, tx=null
[]
DEBUG 2026-05-10 02:54:31,738 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,740 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,741 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,742 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,743 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,748 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,750 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,750 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,750 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,750 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,766 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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.job != null*/ AND EMP.job = /*dto.job*/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.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 2026-05-10 02:54:31,772 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,772 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2026-05-10 02:54:31,775 [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 2026-05-10 02:54:31,775 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,778 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,779 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,779 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,783 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,785 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,785 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,786 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,786 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,786 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,786 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,803 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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.job != null*/ AND EMP.job = /*dto.job*/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.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 2026-05-10 02:54:31,808 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,810 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,813 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,817 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,818 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,818 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,818 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,818 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,836 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:31,844 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,844 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2026-05-10 02:54:31,845 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,845 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,847 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,907 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,908 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,908 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,908 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,908 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,927 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:31,935 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,935 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2026-05-10 02:54:31,935 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,935 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,937 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,938 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,944 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,946 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,946 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,946 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,946 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,963 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:31,964 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,967 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,967 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,969 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,969 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,973 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,975 [main] Physical connection got
DEBUG 2026-05-10 02:54:31,975 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,975 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:31,975 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:31,979 [main] Table(DepartmentTotalSalary) not found
DEBUG 2026-05-10 02:54:31,989 [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 2026-05-10 02:54:31,989 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:31,989 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2026-05-10 02:54:31,990 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2026-05-10 02:54:31,990 [main] Physical connection closed
DEBUG 2026-05-10 02:54:31,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:31,993 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:31,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:31,995 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,997 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:31,997 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:31,999 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,000 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,000 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,001 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,001 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,001 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,001 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,019 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:32,026 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,029 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,030 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,031 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,032 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,035 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,035 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,036 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,038 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,038 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,038 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,038 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,054 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:32,059 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,059 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH' 
DEBUG 2026-05-10 02:54:32,060 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,060 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,060 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:32,061 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,061 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,064 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,065 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,067 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,067 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,071 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,072 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,072 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,072 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,072 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,090 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:32,093 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,093 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2026-05-10 02:54:32,096 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,096 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,096 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2026-05-10 02:54:32,096 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,097 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,097 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2026-05-10 02:54:32,098 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,099 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,099 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:32,099 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,099 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,099 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_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 2026-05-10 02:54:32,100 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,100 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,101 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,104 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,105 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,105 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,160 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,161 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,162 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,162 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,182 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2026-05-10 02:54:32,182 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,183 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:32,183 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,183 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,183 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2026-05-10 02:54:32,183 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,183 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,183 [main] SELECT COUNT(*) FROM emp
DEBUG 2026-05-10 02:54:32,183 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,183 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/88, BranchId=]
DEBUG 2026-05-10 02:54:32,183 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,186 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,189 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,192 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,192 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,195 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,195 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,195 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,195 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,211 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,214 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,217 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,218 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,219 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,223 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,224 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,224 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,226 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,226 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,226 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,226 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,233 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2026-05-10 02:54:32,234 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,237 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,240 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,244 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,245 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,245 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,245 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,245 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,251 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2026-05-10 02:54:32,253 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,255 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,262 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,263 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,264 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,264 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,264 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,270 [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 2026-05-10 02:54:32,271 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,274 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,276 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,280 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,281 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,281 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,282 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,282 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,282 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,282 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,289 [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 2026-05-10 02:54:32,290 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,293 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,294 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,295 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,296 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,296 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,300 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,301 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,303 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,303 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,303 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,303 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,376 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,377 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,377 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2026-05-10 02:54:32,379 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,379 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,381 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,383 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,385 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,389 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,390 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,390 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,390 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,392 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,418 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,419 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,422 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,429 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,431 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,431 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,431 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,431 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,450 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-10 02:54:32,451 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,453 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,454 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,455 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,457 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,457 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,460 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2026-05-10 02:54:32,462 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,462 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,462 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,462 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,479 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2026-05-10 02:54:32,480 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.869 sec
Running org.seasar.dao.impl.ResultSetHandlerFactoryImplTest
DEBUG 2026-05-10 02:54:32,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,485 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,493 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,495 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,495 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,498 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,499 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,501 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,503 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,504 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,504 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,507 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,508 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,508 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,525 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,525 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,581 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,581 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,585 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,585 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,605 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,605 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,609 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,613 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,613 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,614 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,614 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,631 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,631 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,633 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,633 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,636 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,636 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,640 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,640 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,658 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,658 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,660 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,660 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,665 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,666 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,668 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,671 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,671 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,674 [main] S2Container is created(path=j2ee.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
Running org.seasar.dao.impl.BlobTest
DEBUG 2026-05-10 02:54:32,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,679 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2026-05-10 02:54:32,680 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:32,681 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:32,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,683 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:32,684 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:32,685 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:32,687 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:32,687 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:32,688 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:32,689 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:32,691 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:32,692 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2026-05-10 02:54:32,693 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:32,708 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/89, BranchId=]
DEBUG 2026-05-10 02:54:32,710 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,710 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/89, BranchId=]
DEBUG 2026-05-10 02:54:32,710 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/89, BranchId=]
DEBUG 2026-05-10 02:54:32,710 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/89, BranchId=]
DEBUG 2026-05-10 02:54:32,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/89, BranchId=]
DEBUG 2026-05-10 02:54:32,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/89, BranchId=]
DEBUG 2026-05-10 02:54:32,715 [main] SELECT LARGE_BINARY.large_binary, LARGE_BINARY.id, LARGE_BINARY.version_no FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2026-05-10 02:54:32,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/89, BranchId=]
DEBUG 2026-05-10 02:54:32,721 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/89, BranchId=]
DEBUG 2026-05-10 02:54:32,721 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,724 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2026-05-10 02:54:32,725 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:32,726 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:32,727 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,729 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:32,729 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:32,730 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:32,732 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:32,732 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:32,735 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:32,735 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:32,737 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:32,738 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2026-05-10 02:54:32,738 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:32,750 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,751 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,751 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,751 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,751 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,755 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,756 [main] INSERT INTO LARGE_BINARY (large_binary, id, version_no) VALUES ('[B@130b97d', 111, 0)
DEBUG 2026-05-10 02:54:32,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,759 [main] SELECT LARGE_BINARY.large_binary, LARGE_BINARY.id, LARGE_BINARY.version_no FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2026-05-10 02:54:32,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,760 [main] UPDATE LARGE_BINARY SET large_binary = '[B@a46637', version_no = 1 WHERE id = 111 AND version_no = 0
DEBUG 2026-05-10 02:54:32,764 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,764 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,764 [main] SELECT LARGE_BINARY.large_binary, LARGE_BINARY.id, LARGE_BINARY.version_no FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2026-05-10 02:54:32,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,765 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,765 [main] DELETE FROM LARGE_BINARY WHERE id = 111 AND version_no = 1
DEBUG 2026-05-10 02:54:32,773 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,773 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,773 [main] SELECT LARGE_BINARY.large_binary, LARGE_BINARY.id, LARGE_BINARY.version_no FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2026-05-10 02:54:32,773 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,786 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/90, BranchId=]
DEBUG 2026-05-10 02:54:32,786 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,787 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,845 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2026-05-10 02:54:32,846 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:32,847 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:32,848 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,849 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,850 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:32,851 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:32,852 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:32,852 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:32,853 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:32,855 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:32,855 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:32,857 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:32,858 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2026-05-10 02:54:32,858 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:32,873 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,874 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,874 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,874 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,874 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,877 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,880 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,880 [main] INSERT INTO LARGE_BINARY (large_binary, id, version_no) VALUES ('[B@331dd0', 4321, 0)
DEBUG 2026-05-10 02:54:32,880 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,881 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,881 [main] SELECT LARGE_BINARY.large_binary, LARGE_BINARY.id, LARGE_BINARY.version_no FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 4321
DEBUG 2026-05-10 02:54:32,881 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,895 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/91, BranchId=]
DEBUG 2026-05-10 02:54:32,896 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,897 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2026-05-10 02:54:32,899 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:32,900 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:32,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,902 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:32,903 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:32,904 [main] S2Container will be created(path=convention.dicon)
DEBUG 2026-05-10 02:54:32,905 [main] S2Container is created(path=convention.dicon)
DEBUG 2026-05-10 02:54:32,905 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2026-05-10 02:54:32,907 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2026-05-10 02:54:32,908 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2026-05-10 02:54:32,909 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2026-05-10 02:54:32,910 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2026-05-10 02:54:32,911 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2026-05-10 02:54:32,922 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/92, BranchId=]
DEBUG 2026-05-10 02:54:32,923 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/92, BranchId=]
DEBUG 2026-05-10 02:54:32,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/92, BranchId=]
DEBUG 2026-05-10 02:54:32,923 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/92, BranchId=]
DEBUG 2026-05-10 02:54:32,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/92, BranchId=]
DEBUG 2026-05-10 02:54:32,925 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/92, BranchId=]
DEBUG 2026-05-10 02:54:32,925 [main] SELECT LARGE_BINARY.large_binary, LARGE_BINARY.id, LARGE_BINARY.version_no FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2026-05-10 02:54:32,926 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/92, BranchId=]
DEBUG 2026-05-10 02:54:32,926 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/92, BranchId=]
DEBUG 2026-05-10 02:54:32,926 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec
Running org.seasar.dao.impl.DeleteWithAnnotationTest
DEBUG 2026-05-10 02:54:32,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,929 [main] S2Container will be created(path=org/seasar/dao/impl/DeleteWithAnnotationTest.dicon)
DEBUG 2026-05-10 02:54:32,930 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:32,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,937 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,937 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,938 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:32,940 [main] S2Container is created(path=org/seasar/dao/impl/DeleteWithAnnotationTest.dicon)
DEBUG 2026-05-10 02:54:32,947 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,947 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,947 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,948 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,948 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,948 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2026-05-10 02:54:32,952 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,952 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,952 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,952 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,954 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,954 [main] DELETE FROM EMP WHERE EMPNO = 7369
DEBUG 2026-05-10 02:54:32,955 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,955 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,955 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,955 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,955 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2026-05-10 02:54:32,956 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,956 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,956 [main] DELETE FROM EMP WHERE EMPNO = 7499
DEBUG 2026-05-10 02:54:32,956 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,956 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,956 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,956 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,956 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2026-05-10 02:54:32,957 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,957 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/93, BranchId=]
DEBUG 2026-05-10 02:54:32,957 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.interceptors.S2DaoInterceptorTest
DEBUG 2026-05-10 02:54:32,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,961 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:32,961 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:32,962 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,964 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,965 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:32,965 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,968 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:32,968 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:32,970 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:32,971 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:32,987 [main] Physical connection got
DEBUG 2026-05-10 02:54:32,987 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,987 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,988 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:32,992 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:32,992 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/94, BranchId=]
DEBUG 2026-05-10 02:54:32,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/94, BranchId=]
DEBUG 2026-05-10 02:54:32,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/94, BranchId=]
DEBUG 2026-05-10 02:54:32,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/94, BranchId=]
DEBUG 2026-05-10 02:54:32,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/94, BranchId=]
DEBUG 2026-05-10 02:54:32,996 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/94, BranchId=]
DEBUG 2026-05-10 02:54:32,996 [main] INSERT INTO emp (empno, ename) VALUES (9999, 'hoge')
DEBUG 2026-05-10 02:54:32,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/94, BranchId=]
DEBUG 2026-05-10 02:54:32,996 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/94, BranchId=]
DEBUG 2026-05-10 02:54:32,996 [main] Physical connection closed
DEBUG 2026-05-10 02:54:32,997 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:32,998 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:32,999 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,000 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,002 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,002 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,006 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,008 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,008 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,023 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,024 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,024 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,024 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,027 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,028 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,028 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,028 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,031 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,031 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2026-05-10 02:54:33,032 [main] More than 2 rows found, but only first row returned
DEBUG 2026-05-10 02:54:33,032 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,032 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,032 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2026-05-10 02:54:33,032 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,032 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/95, BranchId=]
DEBUG 2026-05-10 02:54:33,032 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,035 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,036 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,044 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,044 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,062 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,062 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,062 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,062 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,065 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,066 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,066 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,066 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,067 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,122 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,122 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno
DEBUG 2026-05-10 02:54:33,126 [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 2026-05-10 02:54:33,126 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,129 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,130 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,130 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,131 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,133 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,133 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,136 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,136 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,138 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,138 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,154 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,154 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,154 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,154 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,158 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,158 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,158 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,158 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,159 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,161 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,161 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2026-05-10 02:54:33,165 [main] More than 2 rows found, but only first row returned
DEBUG 2026-05-10 02:54:33,165 [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 2026-05-10 02:54:33,165 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,166 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,167 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,167 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,169 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,176 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,176 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,192 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,192 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,192 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,192 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,196 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,196 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,196 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,196 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,197 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,199 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,199 [main] SELECT count(*) FROM emp
DEBUG 2026-05-10 02:54:33,200 [main] Logical connection closed, tx=null
count:14
DEBUG 2026-05-10 02:54:33,200 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,201 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,203 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,205 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,206 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,211 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,212 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,227 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,227 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,227 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,227 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,229 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,230 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,230 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,230 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,231 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,234 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,234 [main] select empno, ename, dname from emp, dept where empno = 7788 and emp.deptno = dept.deptno
DEBUG 2026-05-10 02:54:33,234 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,234 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,236 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,237 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,238 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,238 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,239 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,241 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,243 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,244 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,246 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,246 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,261 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,261 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,261 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,262 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,264 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,265 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,265 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,265 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,265 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,268 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,268 [main] select empno as value, ename as label from emp
DEBUG 2026-05-10 02:54:33,268 [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 2026-05-10 02:54:33,269 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,271 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,272 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,273 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,274 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,278 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,279 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,280 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,281 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2026-05-10 02:54:33,349 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,349 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,349 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,349 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,352 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,354 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,354 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.deptno = 10
DEBUG 2026-05-10 02:54:33,354 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,354 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
Running org.seasar.dao.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2026-05-10 02:54:33,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,357 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,361 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,361 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,364 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,366 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:33,369 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,369 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,371 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,372 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.pager.PagerResultSetFactoryWapperTest
DEBUG 2026-05-10 02:54:33,376 [main] S2Pager use scroll cursor.
DEBUG 2026-05-10 02:54:33,376 [main] S2Pager use scroll cursor.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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 2026-05-10 02:54:33,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,384 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,388 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,388 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,405 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,405 [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 2026-05-10 02:54:33,409 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,409 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,412 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,416 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,417 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,417 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,433 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,434 [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 2026-05-10 02:54:33,435 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,435 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,443 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,444 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,444 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,461 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,461 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,463 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,463 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,470 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,472 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,472 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,483 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,483 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,484 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,484 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest
DEBUG 2026-05-10 02:54:33,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,488 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:33,489 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,491 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,497 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:33,503 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/96, BranchId=]
DEBUG 2026-05-10 02:54:33,503 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,504 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/96, BranchId=]
DEBUG 2026-05-10 02:54:33,504 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/96, BranchId=]
DEBUG 2026-05-10 02:54:33,504 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/96, BranchId=]
DEBUG 2026-05-10 02:54:33,573 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/96, BranchId=]
DEBUG 2026-05-10 02:54:33,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/96, BranchId=]
DEBUG 2026-05-10 02:54:33,574 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2026-05-10 02:54:33,574 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/96, 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$$a7b7ff$$MethodInvocation$$invoke$$0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$a7b7ff.invoke(PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$a7b7ff.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1580c3a$$MethodInvocation$$updateSal$$0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1580c3a.updateSal(AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1580c3a.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 2026-05-10 02:54:33,575 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/96, BranchId=]
DEBUG 2026-05-10 02:54:33,575 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,578 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:33,579 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,580 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,582 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,582 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,584 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,586 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:33,593 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/97, BranchId=]
DEBUG 2026-05-10 02:54:33,593 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/97, BranchId=]
DEBUG 2026-05-10 02:54:33,593 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/97, BranchId=]
DEBUG 2026-05-10 02:54:33,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/97, BranchId=]
DEBUG 2026-05-10 02:54:33,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/97, BranchId=]
DEBUG 2026-05-10 02:54:33,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/97, BranchId=]
DEBUG 2026-05-10 02:54:33,611 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2026-05-10 02:54:33,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/97, BranchId=]
DEBUG 2026-05-10 02:54:33,611 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/97, BranchId=]
DEBUG 2026-05-10 02:54:33,611 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,613 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:33,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,617 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,622 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:33,629 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/98, BranchId=]
DEBUG 2026-05-10 02:54:33,629 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,629 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/98, BranchId=]
DEBUG 2026-05-10 02:54:33,629 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/98, BranchId=]
DEBUG 2026-05-10 02:54:33,629 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/98, BranchId=]
DEBUG 2026-05-10 02:54:33,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/98, BranchId=]
DEBUG 2026-05-10 02:54:33,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/98, BranchId=]
DEBUG 2026-05-10 02:54:33,647 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'AD%'
DEBUG 2026-05-10 02:54:33,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/98, BranchId=]
DEBUG 2026-05-10 02:54:33,648 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/98, BranchId=]
DEBUG 2026-05-10 02:54:33,648 [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.007 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 2026-05-10 02:54:33,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,667 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,668 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,669 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,669 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,675 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,675 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,693 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department2.versionno AS versionno_1, department2.dname AS dname_1, department2.deptno AS deptno_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 2026-05-10 02:54:33,693 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,698 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,698 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,703 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,703 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,721 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,723 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,726 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,726 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,731 [main] S2Container is created(path=j2ee.dicon)
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Identity in this RDB
DEBUG 2026-05-10 02:54:33,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,791 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,794 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,795 [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.132 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandlerTest
DEBUG 2026-05-10 02:54:33,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,801 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,802 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,802 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,805 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,806 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,806 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,823 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,823 [main] Logical connection got, tx=null
7788,SCOTT
DEBUG 2026-05-10 02:54:33,824 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,824 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,826 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,832 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,832 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,833 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,833 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,849 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,850 [main] Logical connection got, tx=null
0,SCOTT
DEBUG 2026-05-10 02:54:33,850 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,850 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,852 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,853 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,854 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,860 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,860 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,871 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,871 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,872 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,872 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,879 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,880 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,880 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,881 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,892 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,892 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,893 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,893 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,895 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,899 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,899 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,904 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,904 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,914 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,914 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,916 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,916 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.seasar.dao.unit.S2DaoBeanReaderTest
DEBUG 2026-05-10 02:54:33,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,922 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,926 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,926 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,942 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,942 [main] Physical connection closed
DEBUG 2026-05-10 02:54:33,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:33,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:33,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:33,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:33,951 [main] Physical connection got
DEBUG 2026-05-10 02:54:33,951 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:33,965 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:33,966 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.impl.DaoMetaDataFactoryImplTest
DEBUG 2026-05-10 02:54:34,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,021 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:34,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,023 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,029 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:34,032 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,032 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:34,032 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:34,033 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:34,035 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:34,038 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,040 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:34,042 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,043 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,044 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,047 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,049 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:34,051 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,051 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:34,051 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:34,051 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:34,054 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:34,056 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:34,056 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:34,056 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:34,057 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:34,059 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.seasar.dao.dbms.DbmsManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.unit.S2DaoTestCaseTest
DEBUG 2026-05-10 02:54:34,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,065 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,070 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,072 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,072 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:34,076 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2026-05-10 02:54:34,076 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2026-05-10 02:54:34,081 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:34,081 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,082 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,083 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,089 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,089 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,090 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,090 [main] Logical connection got, tx=null
WARN  2026-05-10 02:54:34,093 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2026-05-10 02:54:34,093 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2026-05-10 02:54:34,098 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:34,098 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.dao.impl.UpdateAutoStaticCommandTest
DEBUG 2026-05-10 02:54:34,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,102 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,108 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,109 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,109 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,133 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,133 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-05-10 02:54:34,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,134 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,134 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.34', ename = 'SCOTT', job = 'ANALYST', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:34,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,134 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/99, BranchId=]
DEBUG 2026-05-10 02:54:34,135 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,136 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,137 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,143 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/100, BranchId=]
DEBUG 2026-05-10 02:54:34,143 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/100, BranchId=]
DEBUG 2026-05-10 02:54:34,143 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/100, BranchId=]
DEBUG 2026-05-10 02:54:34,143 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/100, BranchId=]
DEBUG 2026-05-10 02:54:34,151 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/100, BranchId=]
DEBUG 2026-05-10 02:54:34,153 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/100, BranchId=]
DEBUG 2026-05-10 02:54:34,153 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2026-05-10 02:54:34,153 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/100, BranchId=]
DEBUG 2026-05-10 02:54:34,153 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/100, BranchId=]
DEBUG 2026-05-10 02:54:34,153 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,157 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,161 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,162 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/101, BranchId=]
DEBUG 2026-05-10 02:54:34,162 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,162 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/101, BranchId=]
DEBUG 2026-05-10 02:54:34,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/101, BranchId=]
DEBUG 2026-05-10 02:54:34,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/101, BranchId=]
DEBUG 2026-05-10 02:54:34,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/101, BranchId=]
DEBUG 2026-05-10 02:54:34,172 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/101, BranchId=]
DEBUG 2026-05-10 02:54:34,172 [main] UPDATE DEPT SET versionno = 0, dname = null, loc = null WHERE deptno = 10 AND versionno = -1
DEBUG 2026-05-10 02:54:34,172 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/101, BranchId=]
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2026-05-10 02:54:34,173 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/101, BranchId=]
DEBUG 2026-05-10 02:54:34,173 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,177 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,177 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,235 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,236 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,238 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,238 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,238 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,238 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,238 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,262 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,263 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-05-10 02:54:34,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,264 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,264 [main] UPDATE EMP SET tstamp = '2026-05-10 02.54.34', ename = 'SCOTT' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:34,264 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,264 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/102, BranchId=]
DEBUG 2026-05-10 02:54:34,264 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,266 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,272 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,273 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,273 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,273 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,298 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,298 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2026-05-10 02:54:34,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,299 [main] UPDATE EMP SET deptno = 20, tstamp = '2026-05-10 02.54.34' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2026-05-10 02:54:34,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,299 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/103, BranchId=]
DEBUG 2026-05-10 02:54:34,299 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 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.007 sec
Running org.seasar.dao.pager.NoScrollCursorTest
DEBUG 2026-05-10 02:54:34,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,313 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,313 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,317 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/104, BranchId=]
DEBUG 2026-05-10 02:54:34,318 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,318 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/104, BranchId=]
DEBUG 2026-05-10 02:54:34,318 [main] S2Pager not use scroll cursor.
DEBUG 2026-05-10 02:54:34,318 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/104, BranchId=]
DEBUG 2026-05-10 02:54:34,318 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,320 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,325 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,326 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,327 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/105, BranchId=]
DEBUG 2026-05-10 02:54:34,327 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/105, BranchId=]
DEBUG 2026-05-10 02:54:34,327 [main] S2Pager not use scroll cursor.
DEBUG 2026-05-10 02:54:34,327 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/105, BranchId=]
DEBUG 2026-05-10 02:54:34,328 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,329 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,335 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,336 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,336 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/106, BranchId=]
DEBUG 2026-05-10 02:54:34,337 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/106, BranchId=]
DEBUG 2026-05-10 02:54:34,337 [main] S2Pager not use scroll cursor.
DEBUG 2026-05-10 02:54:34,337 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/106, BranchId=]
DEBUG 2026-05-10 02:54:34,337 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.pager.LimitOffsetPagingSqlRewriterTest
DEBUG 2026-05-10 02:54:34,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,341 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,341 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,342 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,344 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,349 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,349 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,352 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,353 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,365 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,365 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,366 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,368 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,373 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,375 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,376 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,387 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,387 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,388 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,390 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,390 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,396 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,397 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,398 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,399 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,465 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,466 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,467 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,468 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,470 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,470 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,473 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,474 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,475 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,476 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,476 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,486 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,674 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,674 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,674 [main] DELETE FROM CUSTOMER
DEBUG 2026-05-10 02:54:34,674 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,676 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,679 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,679 [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 2026-05-10 02:54:34,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,680 [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 2026-05-10 02:54:34,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,680 [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 2026-05-10 02:54:34,680 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,681 [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 2026-05-10 02:54:34,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,681 [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 2026-05-10 02:54:34,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,681 [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 2026-05-10 02:54:34,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,682 [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 2026-05-10 02:54:34,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,682 [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 2026-05-10 02:54:34,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,683 [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 2026-05-10 02:54:34,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,683 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,685 [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 2026-05-10 02:54:34,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,685 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,685 [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 2026-05-10 02:54:34,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,685 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,685 [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 2026-05-10 02:54:34,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,686 [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 2026-05-10 02:54:34,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,686 [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 2026-05-10 02:54:34,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,687 [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 2026-05-10 02:54:34,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,687 [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 2026-05-10 02:54:34,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,687 [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 2026-05-10 02:54:34,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,688 [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 2026-05-10 02:54:34,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,689 [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 2026-05-10 02:54:34,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,690 [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 2026-05-10 02:54:34,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,691 [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 2026-05-10 02:54:34,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,691 [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 2026-05-10 02:54:34,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,692 [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 2026-05-10 02:54:34,692 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,693 [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 2026-05-10 02:54:34,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,693 [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 2026-05-10 02:54:34,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,693 [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 2026-05-10 02:54:34,693 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,693 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,694 [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 2026-05-10 02:54:34,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,694 [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 2026-05-10 02:54:34,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,694 [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 2026-05-10 02:54:34,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,695 [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 2026-05-10 02:54:34,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,695 [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 2026-05-10 02:54:34,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,695 [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 2026-05-10 02:54:34,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,696 [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 2026-05-10 02:54:34,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,696 [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 2026-05-10 02:54:34,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,696 [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 2026-05-10 02:54:34,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,697 [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 2026-05-10 02:54:34,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,697 [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 2026-05-10 02:54:34,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,697 [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 2026-05-10 02:54:34,697 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,698 [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 2026-05-10 02:54:34,698 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,698 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,698 [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 2026-05-10 02:54:34,698 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,698 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,698 [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 2026-05-10 02:54:34,698 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,698 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,699 [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 2026-05-10 02:54:34,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,699 [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 2026-05-10 02:54:34,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,699 [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 2026-05-10 02:54:34,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,700 [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 2026-05-10 02:54:34,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,700 [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 2026-05-10 02:54:34,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,701 [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 2026-05-10 02:54:34,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,701 [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 2026-05-10 02:54:34,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,702 [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 2026-05-10 02:54:34,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,702 [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 2026-05-10 02:54:34,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,702 [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 2026-05-10 02:54:34,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,703 [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 2026-05-10 02:54:34,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,703 [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 2026-05-10 02:54:34,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,703 [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 2026-05-10 02:54:34,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,704 [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 2026-05-10 02:54:34,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,704 [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 2026-05-10 02:54:34,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,704 [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 2026-05-10 02:54:34,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,705 [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 2026-05-10 02:54:34,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,705 [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 2026-05-10 02:54:34,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,705 [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 2026-05-10 02:54:34,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,706 [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 2026-05-10 02:54:34,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,706 [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 2026-05-10 02:54:34,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,706 [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 2026-05-10 02:54:34,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,707 [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 2026-05-10 02:54:34,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,707 [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 2026-05-10 02:54:34,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,707 [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 2026-05-10 02:54:34,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,708 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,708 [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 2026-05-10 02:54:34,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,708 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,708 [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 2026-05-10 02:54:34,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,708 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,709 [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 2026-05-10 02:54:34,709 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,709 [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 2026-05-10 02:54:34,709 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,710 [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 2026-05-10 02:54:34,710 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,710 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,711 [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 2026-05-10 02:54:34,711 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,711 [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 2026-05-10 02:54:34,711 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,711 [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 2026-05-10 02:54:34,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,712 [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 2026-05-10 02:54:34,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,713 [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 2026-05-10 02:54:34,713 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,713 [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 2026-05-10 02:54:34,713 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,713 [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 2026-05-10 02:54:34,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,714 [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 2026-05-10 02:54:34,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,714 [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 2026-05-10 02:54:34,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,714 [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 2026-05-10 02:54:34,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,715 [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 2026-05-10 02:54:34,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,715 [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 2026-05-10 02:54:34,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,715 [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 2026-05-10 02:54:34,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,716 [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 2026-05-10 02:54:34,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,716 [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 2026-05-10 02:54:34,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,716 [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 2026-05-10 02:54:34,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,717 [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 2026-05-10 02:54:34,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,717 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,717 [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 2026-05-10 02:54:34,717 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,718 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,718 [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 2026-05-10 02:54:34,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,719 [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 2026-05-10 02:54:34,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,719 [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 2026-05-10 02:54:34,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,719 [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 2026-05-10 02:54:34,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,720 [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 2026-05-10 02:54:34,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,720 [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 2026-05-10 02:54:34,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,720 [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 2026-05-10 02:54:34,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,721 [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 2026-05-10 02:54:34,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,721 [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 2026-05-10 02:54:34,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,721 [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 2026-05-10 02:54:34,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,721 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,722 [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 2026-05-10 02:54:34,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,725 [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 2026-05-10 02:54:34,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,726 [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 2026-05-10 02:54:34,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,727 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/107, BranchId=]
DEBUG 2026-05-10 02:54:34,727 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,729 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,730 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,731 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,732 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,732 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,733 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,739 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,739 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,740 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,742 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,750 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,776 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,776 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,776 [main] DELETE FROM CUSTOMER
DEBUG 2026-05-10 02:54:34,776 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,779 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,779 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,781 [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 2026-05-10 02:54:34,781 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,781 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,784 [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 2026-05-10 02:54:34,784 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,784 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,784 [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 2026-05-10 02:54:34,785 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,785 [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 2026-05-10 02:54:34,785 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,785 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,787 [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 2026-05-10 02:54:34,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,787 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,787 [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 2026-05-10 02:54:34,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,787 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,787 [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 2026-05-10 02:54:34,787 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,788 [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 2026-05-10 02:54:34,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,788 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,788 [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 2026-05-10 02:54:34,789 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,789 [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 2026-05-10 02:54:34,790 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,790 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,790 [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 2026-05-10 02:54:34,790 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,790 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,790 [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 2026-05-10 02:54:34,792 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,792 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,792 [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 2026-05-10 02:54:34,792 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,793 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,793 [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 2026-05-10 02:54:34,793 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,793 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,793 [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 2026-05-10 02:54:34,794 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,794 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,794 [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 2026-05-10 02:54:34,794 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,794 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,794 [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 2026-05-10 02:54:34,794 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,794 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,795 [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 2026-05-10 02:54:34,795 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,795 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,795 [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 2026-05-10 02:54:34,795 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,795 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,795 [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 2026-05-10 02:54:34,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,796 [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 2026-05-10 02:54:34,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,797 [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 2026-05-10 02:54:34,797 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,797 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,797 [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 2026-05-10 02:54:34,797 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,797 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,797 [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 2026-05-10 02:54:34,797 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,797 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,797 [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 2026-05-10 02:54:34,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,798 [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 2026-05-10 02:54:34,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,798 [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 2026-05-10 02:54:34,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,799 [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 2026-05-10 02:54:34,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,799 [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 2026-05-10 02:54:34,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,799 [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 2026-05-10 02:54:34,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,800 [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 2026-05-10 02:54:34,800 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,800 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,800 [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 2026-05-10 02:54:34,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,801 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,802 [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 2026-05-10 02:54:34,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,803 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,803 [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 2026-05-10 02:54:34,803 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,803 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,803 [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 2026-05-10 02:54:34,803 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,803 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,804 [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 2026-05-10 02:54:34,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,804 [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 2026-05-10 02:54:34,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,805 [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 2026-05-10 02:54:34,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,805 [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 2026-05-10 02:54:34,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,805 [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 2026-05-10 02:54:34,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,805 [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 2026-05-10 02:54:34,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,806 [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 2026-05-10 02:54:34,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,806 [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 2026-05-10 02:54:34,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,806 [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 2026-05-10 02:54:34,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,807 [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 2026-05-10 02:54:34,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,807 [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 2026-05-10 02:54:34,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,809 [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 2026-05-10 02:54:34,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,809 [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 2026-05-10 02:54:34,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,810 [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 2026-05-10 02:54:34,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,810 [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 2026-05-10 02:54:34,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,810 [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 2026-05-10 02:54:34,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,810 [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 2026-05-10 02:54:34,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,812 [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 2026-05-10 02:54:34,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,812 [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 2026-05-10 02:54:34,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,812 [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 2026-05-10 02:54:34,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,815 [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 2026-05-10 02:54:34,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,815 [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 2026-05-10 02:54:34,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,816 [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 2026-05-10 02:54:34,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,816 [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 2026-05-10 02:54:34,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,816 [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 2026-05-10 02:54:34,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,817 [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 2026-05-10 02:54:34,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,817 [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 2026-05-10 02:54:34,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,818 [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 2026-05-10 02:54:34,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,818 [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 2026-05-10 02:54:34,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,818 [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 2026-05-10 02:54:34,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,819 [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 2026-05-10 02:54:34,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,819 [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 2026-05-10 02:54:34,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,820 [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 2026-05-10 02:54:34,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,820 [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 2026-05-10 02:54:34,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,820 [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 2026-05-10 02:54:34,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,820 [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 2026-05-10 02:54:34,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,821 [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 2026-05-10 02:54:34,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,821 [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 2026-05-10 02:54:34,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,821 [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 2026-05-10 02:54:34,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,821 [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 2026-05-10 02:54:34,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,822 [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 2026-05-10 02:54:34,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,822 [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 2026-05-10 02:54:34,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,822 [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 2026-05-10 02:54:34,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,825 [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 2026-05-10 02:54:34,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,825 [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 2026-05-10 02:54:34,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,825 [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 2026-05-10 02:54:34,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,826 [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 2026-05-10 02:54:34,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,826 [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 2026-05-10 02:54:34,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,826 [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 2026-05-10 02:54:34,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,827 [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 2026-05-10 02:54:34,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,827 [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 2026-05-10 02:54:34,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,827 [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 2026-05-10 02:54:34,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,828 [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 2026-05-10 02:54:34,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,828 [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 2026-05-10 02:54:34,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,828 [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 2026-05-10 02:54:34,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,828 [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 2026-05-10 02:54:34,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,829 [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 2026-05-10 02:54:34,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,830 [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 2026-05-10 02:54:34,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,830 [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 2026-05-10 02:54:34,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,830 [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 2026-05-10 02:54:34,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,830 [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 2026-05-10 02:54:34,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,831 [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 2026-05-10 02:54:34,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,831 [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 2026-05-10 02:54:34,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,831 [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 2026-05-10 02:54:34,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,834 [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 2026-05-10 02:54:34,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,843 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,843 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,843 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,843 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,847 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,847 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2026-05-10 02:54:34,848 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,848 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,848 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2026-05-10 02:54:34,851 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,851 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,853 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/108, BranchId=]
DEBUG 2026-05-10 02:54:34,853 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,856 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,857 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,857 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,865 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,866 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,866 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,868 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,869 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,879 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,886 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,887 [main] DELETE FROM CUSTOMER
DEBUG 2026-05-10 02:54:34,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,890 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,890 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,891 [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 2026-05-10 02:54:34,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,891 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,891 [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 2026-05-10 02:54:34,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,891 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,891 [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 2026-05-10 02:54:34,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,891 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,891 [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 2026-05-10 02:54:34,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,892 [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 2026-05-10 02:54:34,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,892 [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 2026-05-10 02:54:34,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,892 [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 2026-05-10 02:54:34,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,893 [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 2026-05-10 02:54:34,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,893 [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 2026-05-10 02:54:34,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,893 [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 2026-05-10 02:54:34,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,894 [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 2026-05-10 02:54:34,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,894 [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 2026-05-10 02:54:34,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,894 [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 2026-05-10 02:54:34,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,894 [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 2026-05-10 02:54:34,895 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,895 [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 2026-05-10 02:54:34,895 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,895 [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 2026-05-10 02:54:34,895 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,897 [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 2026-05-10 02:54:34,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,897 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,897 [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 2026-05-10 02:54:34,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,898 [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 2026-05-10 02:54:34,898 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,898 [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 2026-05-10 02:54:34,898 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,898 [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 2026-05-10 02:54:34,898 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,898 [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 2026-05-10 02:54:34,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,900 [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 2026-05-10 02:54:34,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,900 [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 2026-05-10 02:54:34,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,900 [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 2026-05-10 02:54:34,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,901 [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 2026-05-10 02:54:34,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,901 [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 2026-05-10 02:54:34,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,901 [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 2026-05-10 02:54:34,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,901 [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 2026-05-10 02:54:34,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,902 [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 2026-05-10 02:54:34,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,902 [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 2026-05-10 02:54:34,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,902 [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 2026-05-10 02:54:34,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,903 [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 2026-05-10 02:54:34,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,903 [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 2026-05-10 02:54:34,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,903 [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 2026-05-10 02:54:34,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,903 [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 2026-05-10 02:54:34,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,904 [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 2026-05-10 02:54:34,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,904 [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 2026-05-10 02:54:34,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,904 [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 2026-05-10 02:54:34,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,904 [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 2026-05-10 02:54:34,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,905 [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 2026-05-10 02:54:34,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,905 [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 2026-05-10 02:54:34,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,906 [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 2026-05-10 02:54:34,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,906 [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 2026-05-10 02:54:34,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,906 [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 2026-05-10 02:54:34,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,906 [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 2026-05-10 02:54:34,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,907 [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 2026-05-10 02:54:34,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,907 [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 2026-05-10 02:54:34,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,907 [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 2026-05-10 02:54:34,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,907 [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 2026-05-10 02:54:34,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,908 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,908 [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 2026-05-10 02:54:34,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,909 [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 2026-05-10 02:54:34,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,909 [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 2026-05-10 02:54:34,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,909 [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 2026-05-10 02:54:34,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,909 [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 2026-05-10 02:54:34,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,910 [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 2026-05-10 02:54:34,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,910 [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 2026-05-10 02:54:34,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,910 [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 2026-05-10 02:54:34,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,911 [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 2026-05-10 02:54:34,911 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,911 [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 2026-05-10 02:54:34,911 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,911 [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 2026-05-10 02:54:34,911 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,911 [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 2026-05-10 02:54:34,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,912 [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 2026-05-10 02:54:34,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,912 [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 2026-05-10 02:54:34,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,912 [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 2026-05-10 02:54:34,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,913 [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 2026-05-10 02:54:34,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,913 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,913 [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 2026-05-10 02:54:34,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,913 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,913 [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 2026-05-10 02:54:34,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,913 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,913 [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 2026-05-10 02:54:34,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,914 [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 2026-05-10 02:54:34,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,914 [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 2026-05-10 02:54:34,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,914 [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 2026-05-10 02:54:34,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,914 [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 2026-05-10 02:54:34,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,915 [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 2026-05-10 02:54:34,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,915 [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 2026-05-10 02:54:34,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,915 [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 2026-05-10 02:54:34,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,915 [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 2026-05-10 02:54:34,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,916 [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 2026-05-10 02:54:34,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,916 [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 2026-05-10 02:54:34,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,917 [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 2026-05-10 02:54:34,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,917 [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 2026-05-10 02:54:34,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,917 [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 2026-05-10 02:54:34,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,918 [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 2026-05-10 02:54:34,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,918 [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 2026-05-10 02:54:34,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,918 [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 2026-05-10 02:54:34,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,919 [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 2026-05-10 02:54:34,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,919 [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 2026-05-10 02:54:34,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,919 [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 2026-05-10 02:54:34,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,920 [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 2026-05-10 02:54:34,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,920 [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 2026-05-10 02:54:34,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,920 [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 2026-05-10 02:54:34,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,920 [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 2026-05-10 02:54:34,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,921 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,921 [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 2026-05-10 02:54:34,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,921 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,921 [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 2026-05-10 02:54:34,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,921 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,921 [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 2026-05-10 02:54:34,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,921 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,921 [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 2026-05-10 02:54:34,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,922 [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 2026-05-10 02:54:34,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,922 [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 2026-05-10 02:54:34,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,922 [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 2026-05-10 02:54:34,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,923 [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 2026-05-10 02:54:34,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,925 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,925 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,925 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,926 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,928 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,928 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2026-05-10 02:54:34,929 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,929 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,929 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2026-05-10 02:54:34,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,930 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,931 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,934 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/109, BranchId=]
DEBUG 2026-05-10 02:54:34,934 [main] Physical connection closed
DEBUG 2026-05-10 02:54:34,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:34,936 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,937 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,941 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:34,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:34,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:34,950 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,951 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2026-05-10 02:54:34,952 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2026-05-10 02:54:34,963 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,973 [main] Physical connection got
DEBUG 2026-05-10 02:54:34,973 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,973 [main] DELETE FROM CUSTOMER
DEBUG 2026-05-10 02:54:34,973 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,973 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,976 [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 2026-05-10 02:54:34,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,976 [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 2026-05-10 02:54:34,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,977 [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 2026-05-10 02:54:34,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,977 [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 2026-05-10 02:54:34,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,977 [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 2026-05-10 02:54:34,977 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,978 [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 2026-05-10 02:54:34,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,978 [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 2026-05-10 02:54:34,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,978 [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 2026-05-10 02:54:34,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,978 [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 2026-05-10 02:54:34,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,979 [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 2026-05-10 02:54:34,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,979 [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 2026-05-10 02:54:34,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,979 [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 2026-05-10 02:54:34,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,979 [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 2026-05-10 02:54:34,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,980 [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 2026-05-10 02:54:34,981 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,982 [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 2026-05-10 02:54:34,982 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,982 [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 2026-05-10 02:54:34,982 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,982 [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 2026-05-10 02:54:34,982 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,982 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,983 [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 2026-05-10 02:54:34,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,983 [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 2026-05-10 02:54:34,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,983 [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 2026-05-10 02:54:34,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,983 [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 2026-05-10 02:54:34,984 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,984 [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 2026-05-10 02:54:34,984 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,984 [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 2026-05-10 02:54:34,984 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,984 [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 2026-05-10 02:54:34,984 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,984 [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 2026-05-10 02:54:34,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,985 [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 2026-05-10 02:54:34,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,985 [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 2026-05-10 02:54:34,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,985 [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 2026-05-10 02:54:34,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,986 [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 2026-05-10 02:54:34,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,986 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,986 [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 2026-05-10 02:54:34,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,986 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,986 [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 2026-05-10 02:54:34,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,986 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,986 [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 2026-05-10 02:54:34,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,987 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,987 [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 2026-05-10 02:54:34,987 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,987 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,987 [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 2026-05-10 02:54:34,987 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,987 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,987 [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 2026-05-10 02:54:34,987 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,987 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,987 [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 2026-05-10 02:54:34,988 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,988 [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 2026-05-10 02:54:34,988 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,988 [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 2026-05-10 02:54:34,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,989 [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 2026-05-10 02:54:34,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,989 [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 2026-05-10 02:54:34,989 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,989 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,989 [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 2026-05-10 02:54:34,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,990 [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 2026-05-10 02:54:34,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,990 [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 2026-05-10 02:54:34,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,991 [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 2026-05-10 02:54:34,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,991 [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 2026-05-10 02:54:34,991 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,991 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,991 [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 2026-05-10 02:54:34,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,992 [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 2026-05-10 02:54:34,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,992 [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 2026-05-10 02:54:34,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,993 [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 2026-05-10 02:54:34,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,993 [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 2026-05-10 02:54:34,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,993 [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 2026-05-10 02:54:34,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,994 [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 2026-05-10 02:54:34,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,994 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,994 [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 2026-05-10 02:54:34,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,994 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,994 [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 2026-05-10 02:54:34,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,994 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,994 [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 2026-05-10 02:54:34,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,995 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,995 [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 2026-05-10 02:54:34,995 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,995 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,995 [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 2026-05-10 02:54:34,995 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,995 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,995 [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 2026-05-10 02:54:34,995 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,995 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,995 [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 2026-05-10 02:54:34,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,996 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,996 [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 2026-05-10 02:54:34,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,996 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,996 [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 2026-05-10 02:54:34,996 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,996 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,996 [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 2026-05-10 02:54:34,997 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,997 [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 2026-05-10 02:54:34,997 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,997 [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 2026-05-10 02:54:34,997 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,997 [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 2026-05-10 02:54:34,997 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,997 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,998 [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 2026-05-10 02:54:34,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,998 [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 2026-05-10 02:54:34,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,998 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,999 [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 2026-05-10 02:54:34,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,999 [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 2026-05-10 02:54:34,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,999 [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 2026-05-10 02:54:34,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:34,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,000 [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 2026-05-10 02:54:35,000 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,000 [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 2026-05-10 02:54:35,000 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,001 [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 2026-05-10 02:54:35,001 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,001 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,001 [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 2026-05-10 02:54:35,002 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,002 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,002 [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 2026-05-10 02:54:35,002 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,002 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,002 [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 2026-05-10 02:54:35,002 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,002 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,002 [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 2026-05-10 02:54:35,003 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,003 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,003 [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 2026-05-10 02:54:35,003 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,003 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,003 [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 2026-05-10 02:54:35,003 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,003 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,003 [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 2026-05-10 02:54:35,003 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,003 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,003 [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 2026-05-10 02:54:35,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,004 [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 2026-05-10 02:54:35,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,004 [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 2026-05-10 02:54:35,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,004 [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 2026-05-10 02:54:35,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,005 [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 2026-05-10 02:54:35,005 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,005 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,005 [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 2026-05-10 02:54:35,005 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,005 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,005 [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 2026-05-10 02:54:35,005 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,005 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,005 [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 2026-05-10 02:54:35,005 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,005 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,006 [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 2026-05-10 02:54:35,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,006 [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 2026-05-10 02:54:35,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,006 [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 2026-05-10 02:54:35,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,007 [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 2026-05-10 02:54:35,007 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,007 [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 2026-05-10 02:54:35,007 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,007 [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 2026-05-10 02:54:35,007 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,007 [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 2026-05-10 02:54:35,007 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,007 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,008 [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 2026-05-10 02:54:35,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,008 [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 2026-05-10 02:54:35,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,008 [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 2026-05-10 02:54:35,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,008 [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 2026-05-10 02:54:35,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,009 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,009 [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 2026-05-10 02:54:35,009 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,017 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,017 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,018 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,019 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,019 [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 2026-05-10 02:54:35,021 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,021 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,021 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,030 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/110, BranchId=]
DEBUG 2026-05-10 02:54:35,030 [main] Physical connection closed
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 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 2026-05-10 02:54:35,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,096 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,097 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,097 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,103 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,103 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,103 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,103 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.issue.Jira101Test
DEBUG 2026-05-10 02:54:35,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,106 [main] S2Container will be created(path=org/seasar/dao/issue/Jira101Test.dicon)
DEBUG 2026-05-10 02:54:35,107 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:35,109 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,109 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,110 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,116 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2026-05-10 02:54:35,117 [main] S2Container is created(path=org/seasar/dao/issue/Jira101Test.dicon)
DEBUG 2026-05-10 02:54:35,125 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,125 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,125 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,125 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,131 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,135 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,135 [main] INSERT INTO JIRA101_TABLE (aaa, bbb, foo_id) VALUES ('a1', 'b1', 777)
DEBUG 2026-05-10 02:54:35,135 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,135 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,135 [main] SELECT JIRA101_TABLE.aaa, JIRA101_TABLE.bbb, JIRA101_TABLE.foo_id FROM JIRA101_TABLE WHERE  JIRA101_TABLE.FOO_ID = 777
DEBUG 2026-05-10 02:54:35,135 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,135 [main] skip UPDATE: table=JIRA101_TABLE, key{foo_id=777}
DEBUG 2026-05-10 02:54:35,136 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/111, BranchId=]
DEBUG 2026-05-10 02:54:35,136 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.interceptors.AssertAtLeastOneRowInterceptorTest
DEBUG 2026-05-10 02:54:35,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,139 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:35,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,141 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,148 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:35,155 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/112, BranchId=]
DEBUG 2026-05-10 02:54:35,155 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,155 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/112, BranchId=]
DEBUG 2026-05-10 02:54:35,155 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/112, BranchId=]
DEBUG 2026-05-10 02:54:35,155 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/112, BranchId=]
DEBUG 2026-05-10 02:54:35,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/112, BranchId=]
DEBUG 2026-05-10 02:54:35,170 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/112, BranchId=]
DEBUG 2026-05-10 02:54:35,170 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2026-05-10 02:54:35,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/112, BranchId=]
DEBUG 2026-05-10 02:54:35,171 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/112, BranchId=]
DEBUG 2026-05-10 02:54:35,171 [main] Physical connection closed
DEBUG 2026-05-10 02:54:35,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,174 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:35,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,176 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,180 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,181 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,182 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2026-05-10 02:54:35,189 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/113, BranchId=]
DEBUG 2026-05-10 02:54:35,189 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/113, BranchId=]
DEBUG 2026-05-10 02:54:35,189 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/113, BranchId=]
DEBUG 2026-05-10 02:54:35,189 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/113, BranchId=]
DEBUG 2026-05-10 02:54:35,205 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/113, BranchId=]
DEBUG 2026-05-10 02:54:35,206 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/113, BranchId=]
DEBUG 2026-05-10 02:54:35,206 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2026-05-10 02:54:35,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/113, BranchId=]
DEBUG 2026-05-10 02:54:35,207 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/113, BranchId=]
DEBUG 2026-05-10 02:54:35,207 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 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 2026-05-10 02:54:35,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,212 [main] S2Container will be created(path=org/seasar/dao/impl/NestedDaoMethodTest.dicon)
DEBUG 2026-05-10 02:54:35,212 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:35,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,219 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,219 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,221 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:35,223 [main] S2Container is created(path=org/seasar/dao/impl/NestedDaoMethodTest.dicon)
DEBUG 2026-05-10 02:54:35,230 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,230 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,230 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,230 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,232 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,235 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,235 [main] SELECT EMP.empno, EMP.ename, EMP.deptno FROM EMP WHERE empno = 7782
DEBUG 2026-05-10 02:54:35,236 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,236 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,236 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,236 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,236 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,237 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,237 [main] SELECT DEPT.dname, DEPT.deptno FROM DEPT WHERE  DEPT.deptno = 10
DEBUG 2026-05-10 02:54:35,237 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,237 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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  2026-05-10 02:54:35,242 [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  2026-05-10 02:54:35,245 [main] Argument(job) not found
SELECT * FROM emp
WARN  2026-05-10 02:54:35,246 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
[bbbddd]
SELECT * FROM emp WHERE deptno = 10
WARN  2026-05-10 02:54:35,247 [main] Argument(job) not found
WARN  2026-05-10 02:54:35,247 [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  2026-05-10 02:54:35,250 [main] Argument(moge) not found
WARN  2026-05-10 02:54:35,250 [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  2026-05-10 02:54:35,251 [main] Argument(hoge) not found
WARN  2026-05-10 02:54:35,251 [main] Argument($1) not found
WARN  2026-05-10 02:54:35,251 [main] Argument($1) not found
SELECT AAA FROM HOGE where bb = ?  /* comment */
WARN  2026-05-10 02:54:35,251 [main] Argument($1) not found
WARN  2026-05-10 02:54:35,251 [main] Argument($1) not found
SELECT AAA FROM HOGE where aa = ?  -- comment
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.impl.QuestionInCommentTest
DEBUG 2026-05-10 02:54:35,253 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,255 [main] S2Container will be created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2026-05-10 02:54:35,256 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:35,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,262 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,264 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:35,264 [main] S2Container is created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2026-05-10 02:54:35,331 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/114, BranchId=]
DEBUG 2026-05-10 02:54:35,331 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,331 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/114, BranchId=]
DEBUG 2026-05-10 02:54:35,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/114, BranchId=]
DEBUG 2026-05-10 02:54:35,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/114, BranchId=]
DEBUG 2026-05-10 02:54:35,335 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/114, BranchId=]
DEBUG 2026-05-10 02:54:35,339 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/114, BranchId=]
DEBUG 2026-05-10 02:54:35,339 [main] INSERT INTO EMP (
    EMPNO,
    ENAME,
    TSTAMP
) VALUES (
	 /* comment */
	2222,
	'aaaaaaaaaaaa',
	null
	 /*  in comment */
)
DEBUG 2026-05-10 02:54:35,339 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/114, BranchId=]
DEBUG 2026-05-10 02:54:35,339 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/114, BranchId=]
DEBUG 2026-05-10 02:54:35,339 [main] Physical connection closed
DEBUG 2026-05-10 02:54:35,340 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,341 [main] S2Container will be created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2026-05-10 02:54:35,342 [main] S2Container will be created(path=dao.dicon)
DEBUG 2026-05-10 02:54:35,343 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,345 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,348 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,350 [main] S2Container is created(path=dao.dicon)
DEBUG 2026-05-10 02:54:35,351 [main] S2Container is created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2026-05-10 02:54:35,358 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/115, BranchId=]
DEBUG 2026-05-10 02:54:35,358 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,358 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/115, BranchId=]
DEBUG 2026-05-10 02:54:35,358 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/115, BranchId=]
DEBUG 2026-05-10 02:54:35,358 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/115, BranchId=]
DEBUG 2026-05-10 02:54:35,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/115, BranchId=]
DEBUG 2026-05-10 02:54:35,363 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/115, BranchId=]
DEBUG 2026-05-10 02:54:35,363 [main] select * 
  from EMP
 where ENAME = 'te?st'
DEBUG 2026-05-10 02:54:35,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/115, BranchId=]
DEBUG 2026-05-10 02:54:35,363 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/115, BranchId=]
DEBUG 2026-05-10 02:54:35,363 [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.005 sec
Running org.seasar.dao.impl.DeleteBatchAutoStaticCommandTest
DEBUG 2026-05-10 02:54:35,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,371 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,373 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,374 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,374 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,377 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,378 [main] Transaction began, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,378 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,379 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,379 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,379 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,404 [main] DELETE FROM EMP WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:35,404 [main] DELETE FROM EMP WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:35,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,405 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,405 [main] DELETE FROM EMP WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:35,405 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2026-05-10 02:54:35,405 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,405 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1778349262612/116, BranchId=]
DEBUG 2026-05-10 02:54:35,405 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.OverloadNotSupportedSqlCommandTest
DEBUG 2026-05-10 02:54:35,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2026-05-10 02:54:35,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2026-05-10 02:54:35,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2026-05-10 02:54:35,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2026-05-10 02:54:35,415 [main] Physical connection got
DEBUG 2026-05-10 02:54:35,415 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,416 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,416 [main] Logical connection got, tx=null
DEBUG 2026-05-10 02:54:35,432 [main] Logical connection closed, tx=null
DEBUG 2026-05-10 02:54:35,433 [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.001 sec

Results :

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

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Project ......................................... SUCCESS [0.560s]
[INFO] S2Dao ................................................. SUCCESS [14.785s]
[INFO] S2Dao Examples ........................................ SUCCESS [2.071s]
[INFO] S2Dao tests for Seasar2.4.x ........................... SUCCESS [15.711s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34 seconds
[INFO] Finished at: Sun May 10 02:54:35 JST 2026
[INFO] Final Memory: 15M/35M
[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-snapshot
Finished: SUCCESS