Skip to content
Success

Console Output

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.impl.EntityManagerImplTest
DEBUG 2025-04-14 02:50:09,371 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,371 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,390 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,390 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,442 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,470 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,472 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,484 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,484 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,512 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,513 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,513 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,513 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,527 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,534 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,534 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,535 [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 2025-04-14 02:50:09,536 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,556 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,556 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,556 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,556 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,565 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,570 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,570 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,571 [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 2025-04-14 02:50:09,571 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,610 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,611 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,612 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,612 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,639 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,644 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,644 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,645 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,645 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,662 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,663 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,663 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,663 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,669 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,674 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,675 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,676 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,676 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,693 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,693 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,693 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,693 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,701 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,708 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,709 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,710 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,710 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,723 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,723 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,723 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,723 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,730 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,761 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,761 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,761 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,762 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,779 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,779 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,779 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,779 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,792 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,799 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,799 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,800 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,800 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,817 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,817 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,817 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,817 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,825 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,829 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,830 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,830 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,830 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,845 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,845 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,845 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,845 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,851 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,854 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,855 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:09,856 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,856 [main] Physical connection closed
DEBUG 2025-04-14 02:50:09,869 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,869 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,869 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,869 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,875 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,902 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,902 [main] select count(*) from emp
DEBUG 2025-04-14 02:50:09,904 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,904 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 sec
Running org.seasar.dao.impl.FastPropertyTypeFactoryTest
DEBUG 2025-04-14 02:50:09,935 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,935 [main] Logical connection got
DEBUG 2025-04-14 02:50:09,936 [main] Logical connection closed
DEBUG 2025-04-14 02:50:09,936 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandler2Test
DEBUG 2025-04-14 02:50:09,948 [main] Physical connection got
DEBUG 2025-04-14 02:50:09,948 [main] Logical connection got
WARN  2025-04-14 02:50:09,953 [main] Table(BeanMetaDataResultSetHandler2Test$MyEmp) not found
DEBUG 2025-04-14 02:50:10,040 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,040 [main] Logical connection got
7788
DEBUG 2025-04-14 02:50:10,041 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,041 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.seasar.dao.impl.DeleteAutoStaticCommandTest
DEBUG 2025-04-14 02:50:10,058 [main] Transaction began
DEBUG 2025-04-14 02:50:10,059 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,060 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,060 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,061 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,095 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,113 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,113 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:10,115 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,115 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,116 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:10,117 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,117 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:10,117 [main] Physical connection closed
DEBUG 2025-04-14 02:50:10,130 [main] Transaction began
DEBUG 2025-04-14 02:50:10,131 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,131 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,131 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,131 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,144 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,147 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,148 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2025-04-14 02:50:10,148 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,148 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:10,148 [main] Physical connection closed
DEBUG 2025-04-14 02:50:10,180 [main] Transaction began
DEBUG 2025-04-14 02:50:10,181 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,181 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,181 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,181 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,194 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,197 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,197 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = -1
DEBUG 2025-04-14 02:50:10,197 [main] Logical connection closed
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2025-04-14 02:50:10,198 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:10,198 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 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 2025-04-14 02:50:10,245 [main] Transaction began
DEBUG 2025-04-14 02:50:10,246 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,246 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,246 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,246 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,252 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,253 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,254 [main] INSERT INTO EMP (ename, empno, deptno) VALUES ('hoge', 99, 0)
DEBUG 2025-04-14 02:50:10,254 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,255 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:10,255 [main] Physical connection closed
DEBUG 2025-04-14 02:50:10,290 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,290 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,291 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,291 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,298 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,300 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,300 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:10,301 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, RESEARCH, DALLAS}
DEBUG 2025-04-14 02:50:10,301 [main] Physical connection closed
DEBUG 2025-04-14 02:50:10,330 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,330 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,331 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,331 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,337 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,339 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,339 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0.0 AND 1000.0
DEBUG 2025-04-14 02:50:10,340 [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 2025-04-14 02:50:10,341 [main] Physical connection closed
DEBUG 2025-04-14 02:50:10,392 [main] Transaction began
DEBUG 2025-04-14 02:50:10,393 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,393 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,393 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,393 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,398 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,400 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,401 [main] INSERT INTO EMP (ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('hoge', 99, 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:10,401 [main] INSERT INTO EMP (ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('hoge2', 98, 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:10,401 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,401 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:10,402 [main] Physical connection closed
DEBUG 2025-04-14 02:50:10,431 [main] Transaction began
DEBUG 2025-04-14 02:50:10,431 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,431 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,431 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,431 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,436 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,438 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,438 [main] INSERT INTO EMP (ename, empno, deptno) VALUES ('~', 99, 0)
DEBUG 2025-04-14 02:50:10,438 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,439 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,439 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 99
DEBUG 2025-04-14 02:50:10,439 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,440 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:10,440 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec
Running org.seasar.dao.impl.StaticStoredProcedureCommandTest
DEBUG 2025-04-14 02:50:10,619 [main] Transaction began
DEBUG 2025-04-14 02:50:10,834 [main] Physical connection got
DEBUG 2025-04-14 02:50:10,834 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,837 [main] Logical connection closed
DEBUG 2025-04-14 02:50:10,840 [main] Logical connection got
DEBUG 2025-04-14 02:50:10,840 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,197 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,277 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,279 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,279 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,290 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,305 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,305 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,305 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,318 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,328 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,328 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,328 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,339 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,345 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,345 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,345 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,355 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,365 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,365 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,365 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,373 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,381 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,381 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,382 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,389 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,399 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,399 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,400 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,407 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,416 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,416 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,416 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,425 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,434 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,434 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,444 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,469 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:11,470 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,484 [main] Transaction began
DEBUG 2025-04-14 02:50:11,485 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,485 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,485 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,485 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,485 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,491 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,500 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,500 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,500 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,502 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,504 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,504 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,504 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,506 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,507 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,508 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,508 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,510 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,511 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,511 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,511 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,514 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,515 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,516 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,516 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,519 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,520 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,520 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,520 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,522 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,524 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,524 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,524 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,528 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,529 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,530 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,530 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,531 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,532 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,532 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,576 [main] Logical connection closed
{CCC=2025-04-14 02:50:11.576, BBB=aaaaa2}
DEBUG 2025-04-14 02:50:11,577 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:11,577 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,596 [main] Transaction began
DEBUG 2025-04-14 02:50:11,596 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,597 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,597 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,597 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,597 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,598 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,599 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,599 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,600 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,604 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,606 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,606 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,606 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,608 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,611 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,611 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,611 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,613 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,616 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,616 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,616 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,618 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,619 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,619 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,619 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,621 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,625 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,625 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,625 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,628 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,631 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,631 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,631 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,633 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,636 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,636 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,636 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,641 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,642 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,643 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,644 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,645 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:11,645 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,658 [main] Transaction began
DEBUG 2025-04-14 02:50:11,659 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,659 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,659 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,659 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,659 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,662 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,663 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,663 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,663 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,665 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,667 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,667 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,667 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,668 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,669 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,669 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,670 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,673 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,674 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,674 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,674 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,676 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,677 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,677 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,677 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,681 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,682 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,682 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,682 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,684 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,685 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,685 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,685 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,687 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,688 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,688 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,688 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,691 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,692 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,692 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,696 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,697 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:11,697 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,706 [main] Transaction began
DEBUG 2025-04-14 02:50:11,708 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,708 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,708 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,708 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,708 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,709 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,710 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,710 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,710 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,712 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,713 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,713 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,713 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,714 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,715 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,715 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,715 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,716 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,717 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,717 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,717 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,720 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,722 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,723 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,723 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,724 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,726 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,726 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,727 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,730 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,731 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,731 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,731 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,732 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,733 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,733 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,733 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,735 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,737 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,737 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,741 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,741 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:11,741 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,753 [main] Transaction began
DEBUG 2025-04-14 02:50:11,754 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,754 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,754 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,754 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,754 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,755 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,758 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,758 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,758 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,759 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,762 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,762 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,762 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,765 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,766 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,766 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,766 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,770 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,771 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,771 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,771 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,773 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,773 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,773 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,774 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,775 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,777 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,777 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,777 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,778 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,780 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,780 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,780 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,781 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,782 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,782 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,782 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,783 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,786 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,786 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,788 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,788 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:11,788 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,799 [main] Transaction began
DEBUG 2025-04-14 02:50:11,799 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,799 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,799 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,800 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,800 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,801 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,802 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,802 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,803 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,804 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,804 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,804 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,805 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,807 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,808 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,808 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,808 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,810 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,811 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,811 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,811 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,812 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,813 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,814 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,814 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,815 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,816 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,816 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,817 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,820 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,821 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,821 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,821 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,824 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,826 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,826 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,826 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,827 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,828 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,828 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,831 [main] Logical connection closed
{CCC=25, EEE=625}
DEBUG 2025-04-14 02:50:11,831 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:11,831 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,881 [main] Transaction began
DEBUG 2025-04-14 02:50:11,882 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,883 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,883 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,883 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,883 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,884 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,885 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,885 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,885 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,886 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,887 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,887 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,887 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,888 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,889 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,889 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,889 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,891 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,892 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,892 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,892 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,893 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,894 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,895 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,895 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,897 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,898 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,898 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,898 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,900 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,900 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,900 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,901 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,902 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,902 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,902 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,905 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,906 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,906 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,909 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,909 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:11,909 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,919 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,919 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,920 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,920 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,921 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,921 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,922 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,923 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,923 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,923 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,924 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,925 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,925 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,925 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,927 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,928 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,928 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,928 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,930 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,931 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,933 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,933 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,935 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,937 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,937 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,937 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,938 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,939 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,939 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,939 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,940 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,942 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,942 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,942 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,943 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,944 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,944 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,944 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,945 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,946 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,946 [main] Logical connection got
DEBUG 2025-04-14 02:50:11,948 [main] Logical connection closed
[EDAO0032]Method argument size(2) is unmatched with procedure in-parameter size(3).
DEBUG 2025-04-14 02:50:11,949 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,949 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,959 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,959 [main] Logical connection got
DatabaseProductName=Apache Derby
DatabaseProductVersion=10.1.2.1
DriverName=Apache Derby Embedded JDBC Driver
DriverVersion=10.1.2.1
DEBUG 2025-04-14 02:50:11,960 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,960 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,972 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,972 [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 2025-04-14 02:50:11,981 [main] Logical connection closed
DEBUG 2025-04-14 02:50:11,982 [main] Physical connection closed
DEBUG 2025-04-14 02:50:11,991 [main] Physical connection got
DEBUG 2025-04-14 02:50:11,991 [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 2025-04-14 02:50:12,027 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,027 [main] Physical connection closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 sec
Running org.seasar.dao.pager.NullPagingSqlRewriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.ProcedureHsqldbTest
DEBUG 2025-04-14 02:50:12,038 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,039 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,039 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,039 [main] Logical connection got
WARN  2025-04-14 02:50:12,043 [main] Table(ProcedureHsqldbTest$ABean) not found
DEBUG 2025-04-14 02:50:12,045 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,046 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,046 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,046 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,056 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,066 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,066 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,068 [main] Logical connection closed
2025-04-14 00:00:00.0
DEBUG 2025-04-14 02:50:12,069 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,069 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.seasar.dao.impl.PkOnlyTableTest
DEBUG 2025-04-14 02:50:12,115 [main] Transaction began
DEBUG 2025-04-14 02:50:12,117 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,117 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,117 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,117 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,127 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,127 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,128 [main] INSERT INTO PKONLYTABLE (aaa) VALUES ('value')
DEBUG 2025-04-14 02:50:12,128 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,128 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,128 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,150 [main] Transaction began
DEBUG 2025-04-14 02:50:12,150 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,150 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,150 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,150 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,154 [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$$10aa282$$MethodInvocation$$updateUnlessNull1.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$10aa282.updateUnlessNull(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$10aa282.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 2025-04-14 02:50:12,156 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,156 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,176 [main] Transaction began
DEBUG 2025-04-14 02:50:12,176 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,177 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,177 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,177 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,181 [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$$17753a8$$MethodInvocation$$update0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$17753a8.update(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$17753a8.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 2025-04-14 02:50:12,182 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,183 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running org.seasar.dao.impl.SelectDynamicCommandTest
DEBUG 2025-04-14 02:50:12,190 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,191 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,216 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,216 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,216 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2025-04-14 02:50:12,218 [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 2025-04-14 02:50:12,219 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,224 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,225 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,225 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,225 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,249 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,258 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,258 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2025-04-14 02:50:12,259 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,260 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,260 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2025-04-14 02:50:12,262 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,262 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,267 [main] Transaction began
DEBUG 2025-04-14 02:50:12,269 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,269 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,269 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,269 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,278 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,282 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,282 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (100, 0, 'NAME0')
DEBUG 2025-04-14 02:50:12,283 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,283 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,283 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (200, 1, 'NAME1')
DEBUG 2025-04-14 02:50:12,285 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,285 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,285 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (300, 2, 'NAME2')
DEBUG 2025-04-14 02:50:12,286 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,287 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,287 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.employee_name = 'NAME1'
DEBUG 2025-04-14 02:50:12,287 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,288 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,288 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.department_Id = 200
DEBUG 2025-04-14 02:50:12,288 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,288 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,289 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running org.seasar.dao.impl.NoPkTableTest
DEBUG 2025-04-14 02:50:12,362 [main] Transaction began
DEBUG 2025-04-14 02:50:12,362 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,362 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,362 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,362 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,367 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,369 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,370 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:12,370 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,370 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,370 [main] INSERT INTO NO_PK_TABLE VALUES ('a', 1)
DEBUG 2025-04-14 02:50:12,370 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,370 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,371 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:12,371 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,371 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,371 [main] UPDATE NO_PK_TABLE SET AAA = 'a2'
DEBUG 2025-04-14 02:50:12,371 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,371 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,371 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:12,371 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,372 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,372 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'hoge'
DEBUG 2025-04-14 02:50:12,372 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,372 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,372 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:12,372 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,372 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,372 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'a2'
DEBUG 2025-04-14 02:50:12,372 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,372 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,372 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:12,373 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,374 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,374 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running org.seasar.dao.impl.UpdateModifiedOnlyCommandTest
DEBUG 2025-04-14 02:50:12,411 [main] Transaction began
DEBUG 2025-04-14 02:50:12,411 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,411 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,411 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,411 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,422 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,424 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,424 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:12,424 [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 2025-04-14 02:50:12,425 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,426 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.12', ename = 'hoge', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:12,426 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,427 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,427 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,461 [main] Transaction began
DEBUG 2025-04-14 02:50:12,461 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,461 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,461 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,462 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,471 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,472 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,472 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:12,473 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
job, job
DEBUG 2025-04-14 02:50:12,474 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,474 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.12', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:12,474 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,474 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,474 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,505 [main] Transaction began
DEBUG 2025-04-14 02:50:12,505 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,505 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,505 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,505 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,517 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,518 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,518 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:12,518 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
DEBUG 2025-04-14 02:50:12,519 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,519 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.12' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:12,519 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,519 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,520 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,553 [main] Transaction began
DEBUG 2025-04-14 02:50:12,554 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,554 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,554 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,554 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,567 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,568 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,568 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:12,569 [main] Logical connection closed
7499, ALLEN, SALESMAN, 1600.0, 300.0
DEBUG 2025-04-14 02:50:12,569 [main] skip UPDATE: table=EMP, key{empno=7499}
DEBUG 2025-04-14 02:50:12,569 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,569 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,645 [main] Transaction began
DEBUG 2025-04-14 02:50:12,645 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,645 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,645 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,646 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,664 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,666 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,666 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:12,667 [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$$1b55f2
DEBUG 2025-04-14 02:50:12,667 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,667 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,667 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,672 [main] Logical connection closed
dname, dname
DEBUG 2025-04-14 02:50:12,673 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,673 [main] UPDATE DEPT SET dname = 'FOO' WHERE deptno = 30
DEBUG 2025-04-14 02:50:12,673 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,673 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,673 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:12,673 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,673 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,674 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,702 [main] Transaction began
DEBUG 2025-04-14 02:50:12,702 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,702 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,703 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,703 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,717 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,719 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,719 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.job = 'MANAGER'
DEBUG 2025-04-14 02:50:12,720 [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 2025-04-14 02:50:12,721 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,721 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,721 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,724 [main] Logical connection closed
dname, dname
DEBUG 2025-04-14 02:50:12,724 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,725 [main] UPDATE DEPT SET dname = 'baar' WHERE deptno = 20
DEBUG 2025-04-14 02:50:12,725 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,725 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,725 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal, dept.deptno AS deptno_0, dept.dname AS dname_0, dept.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT dept ON EMP.deptno = dept.deptno WHERE  EMP.empno = 7566
DEBUG 2025-04-14 02:50:12,726 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,726 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,726 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,754 [main] Transaction began
DEBUG 2025-04-14 02:50:12,755 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,755 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,755 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,755 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,764 [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 2025-04-14 02:50:12,765 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,765 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,795 [main] Transaction began
DEBUG 2025-04-14 02:50:12,796 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,796 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,796 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,796 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,799 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,801 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,801 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:12,802 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,802 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,802 [main] UPDATE EMP SET ename = 'ModifiedPropertiesByReflection' WHERE empno = 7499
DEBUG 2025-04-14 02:50:12,803 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,803 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,803 [main] SELECT EMP.ename, EMP.empno, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:12,803 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,803 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,803 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 sec
Running org.seasar.dao.parser.SqlTokenizerImplTest
org.seasar.dao.TokenNotClosedRuntimeException: [EDAO0002]*/ not closed in (hoge)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.DaoAnnotationReaderImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.impl.DtoMetaDataResultSetHandlerTest
DEBUG 2025-04-14 02:50:12,913 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,913 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,914 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,914 [main] Physical connection closed
DEBUG 2025-04-14 02:50:12,921 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,921 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,921 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,921 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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 2025-04-14 02:50:12,948 [main] Transaction began
DEBUG 2025-04-14 02:50:12,948 [main] Physical connection got
DEBUG 2025-04-14 02:50:12,949 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,949 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,949 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,952 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,955 [main] Logical connection got
DEBUG 2025-04-14 02:50:12,956 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7566, 7900) 
DEBUG 2025-04-14 02:50:12,956 [main] Logical connection closed
DEBUG 2025-04-14 02:50:12,956 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:12,956 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,019 [main] Transaction began
DEBUG 2025-04-14 02:50:13,019 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,019 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,019 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,019 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,023 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,025 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,026 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7900, 7902) 
DEBUG 2025-04-14 02:50:13,026 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,026 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,026 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.seasar.dao.impl.UpdateAutoDynamicCommandTest
DEBUG 2025-04-14 02:50:13,033 [main] Transaction began
DEBUG 2025-04-14 02:50:13,033 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,033 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,033 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,033 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,059 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,067 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,068 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:13,069 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,069 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,069 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.13', ename = 'HOGE', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:13,071 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,071 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,071 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:13,071 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,072 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,072 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,077 [main] Transaction began
DEBUG 2025-04-14 02:50:13,078 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,078 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,078 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,078 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,102 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,111 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,112 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:13,113 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,113 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,113 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.13', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:13,113 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,114 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,114 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:13,114 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,114 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,114 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,119 [main] Transaction began
DEBUG 2025-04-14 02:50:13,119 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,120 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,120 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,120 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,128 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,129 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,129 [main] INSERT INTO CHAR_TABLE (aaa, id) VALUES ('c', 1)
DEBUG 2025-04-14 02:50:13,130 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,130 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,130 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,136 [main] Transaction began
DEBUG 2025-04-14 02:50:13,136 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,136 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,137 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,137 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,145 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,148 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,149 [main] SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2025-04-14 02:50:13,149 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,149 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,149 [main] UPDATE DEPT SET versionno = 1, dname = 'HOGE' WHERE deptno = 20 AND versionno = 0
DEBUG 2025-04-14 02:50:13,150 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,150 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,150 [main] SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2025-04-14 02:50:13,150 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,150 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,150 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 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 2025-04-14 02:50:13,167 [main] Transaction began
DEBUG 2025-04-14 02:50:13,168 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,168 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,168 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,168 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,189 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,198 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,199 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.13', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:13,200 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.13', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:13,200 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,200 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,201 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.13', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:13,201 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.13', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:13,201 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,201 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,201 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,207 [main] Transaction began
DEBUG 2025-04-14 02:50:13,208 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,208 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,208 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,208 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,232 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,241 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,241 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.13', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:13,241 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.13', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:13,242 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,242 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,242 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:13,243 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,244 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,244 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:13,245 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,245 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,245 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.impl.DtoMetaDataFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.impl.ObjectArrayResultSetHandlerTest
DEBUG 2025-04-14 02:50:13,260 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,260 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,260 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,260 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.impl.InsertBatchAutoStaticCommandTest
DEBUG 2025-04-14 02:50:13,266 [main] Transaction began
DEBUG 2025-04-14 02:50:13,267 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,267 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,267 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,267 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,340 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,349 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,350 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2025-04-14 02.50.13', 'hoge', 99, 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:13,350 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2025-04-14 02.50.13', 'hoge2', 98, 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:13,350 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,350 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,351 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2025-04-14 02.50.13', 'hoge3', 97, 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:13,351 [main] INSERT INTO EMP (tstamp, ename, empno, deptno, hiredate, mgr, job, comm, sal) VALUES ('2025-04-14 02.50.13', 'hoge2', 96, 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:13,351 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,351 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,351 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.impl.ResultSetToBeanTest
DEBUG 2025-04-14 02:50:13,358 [main] Transaction began
DEBUG 2025-04-14 02:50:13,359 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,359 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,360 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,360 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,369 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,370 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,370 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (123, 7650, 'foo')
DEBUG 2025-04-14 02:50:13,370 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,370 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,370 [main] SELECT employee_name FROM EMP3
DEBUG 2025-04-14 02:50:13,371 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,371 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,371 [main] SELECT employee_name AS employeeName FROM EMP3
DEBUG 2025-04-14 02:50:13,371 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,371 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,371 [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.001 sec
Running org.seasar.dao.impl.MapResultSetHandlerTest
DEBUG 2025-04-14 02:50:13,382 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,382 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,382 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,382 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,387 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,387 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,387 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,387 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,392 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,392 [main] Logical connection got
WARN  2025-04-14 02:50:13,392 [main] More than 2 rows found, but only first row returned
DEBUG 2025-04-14 02:50:13,392 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,392 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.impl.PropertyTypeFactoryImplTest
DEBUG 2025-04-14 02:50:13,407 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,407 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,410 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,410 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.context.CommandContextPropertyAccessorTest
hoge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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 2025-04-14 02:50:13,433 [main] Transaction began
DEBUG 2025-04-14 02:50:13,433 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,433 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,433 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,433 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,439 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,440 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,441 [main] INSERT INTO CHAR_TABLE (aaa, id) VALUES ('Z', 31)
DEBUG 2025-04-14 02:50:13,441 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,441 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,441 [main] SELECT CHAR_TABLE.aaa, CHAR_TABLE.id FROM CHAR_TABLE
DEBUG 2025-04-14 02:50:13,441 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,441 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,441 [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.006 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 2025-04-14 02:50:13,455 [main] Transaction began
DEBUG 2025-04-14 02:50:13,456 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,456 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,456 [main] UPDATE emp SET ename = 'SCOTT' WHERE empno = 7788
DEBUG 2025-04-14 02:50:13,456 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,456 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:13,456 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest
[EDAO0031](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithSimpleParameter(int)) is illegal. Parameter type must be DTO
[EDAO0030](public abstract void org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Dao.executeWithMultiParameters(org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest$Hoge,int)) is illegal. Parameter size must be 0 or 1
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 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 2025-04-14 02:50:13,488 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,488 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,514 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department2.versionno AS versionno_1, department2.deptno AS deptno_1, department2.dname AS dname_1, department2.loc AS loc_1 FROM EMP, DEPT department, DEPT department2 WHERE EMP.deptno = department.deptno(+) AND EMP.deptno = department2.deptno(+)
DEBUG 2025-04-14 02:50:13,514 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,518 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,518 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,525 [main] Logical connection closed
SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc FROM DEPT
DEBUG 2025-04-14 02:50:13,526 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 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 2025-04-14 02:50:13,584 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,584 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,605 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,605 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,612 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,612 [main] Logical connection got
WARN  2025-04-14 02:50:13,615 [main] Table(MyBean) not found
WARN  2025-04-14 02:50:13,615 [main] Table(DefaultBeanMetaDataImplTest$Ccc) not found
DEBUG 2025-04-14 02:50:13,624 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,624 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,631 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,631 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,650 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,650 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,656 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,656 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,664 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,664 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,684 [main] Logical connection closed
SELECT DEPT.versionno, DEPT.deptno, DEPT.dname, DEPT.loc
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0
DEBUG 2025-04-14 02:50:13,685 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,692 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,692 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,710 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,710 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,716 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,716 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,736 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,736 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,743 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,743 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,762 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,762 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,815 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,815 [main] Logical connection got
WARN  2025-04-14 02:50:13,817 [main] Table(DefaultBeanMetaDataImplTest$Ddd) not found
DEBUG 2025-04-14 02:50:13,823 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,823 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,831 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,831 [main] Logical connection got
WARN  2025-04-14 02:50:13,834 [main] Table(DefaultBeanMetaDataImplTest$Eee) not found
DEBUG 2025-04-14 02:50:13,841 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,841 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,847 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,847 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,854 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,854 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,862 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,862 [main] Logical connection got
WARN  2025-04-14 02:50:13,866 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2025-04-14 02:50:13,872 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,872 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,879 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,879 [main] Logical connection got
WARN  2025-04-14 02:50:13,881 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2025-04-14 02:50:13,884 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,884 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,901 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,901 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,908 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,908 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,914 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,914 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,921 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,921 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,928 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,929 [main] Logical connection got
DEBUG 2025-04-14 02:50:13,937 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,937 [main] Physical connection closed
DEBUG 2025-04-14 02:50:13,945 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,945 [main] Logical connection got
WARN  2025-04-14 02:50:13,949 [main] Table(DefaultBeanMetaDataImplTest$Ggg) not found
DEBUG 2025-04-14 02:50:13,952 [main] Logical connection closed
DEBUG 2025-04-14 02:50:13,952 [main] Physical connection closed
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 sec
Running org.seasar.dao.impl.FunctionTest
DEBUG 2025-04-14 02:50:13,961 [main] Physical connection got
DEBUG 2025-04-14 02:50:13,961 [main] Logical connection got
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.util.ImplementInterfaceWalkerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.seasar.dao.impl.BooleanPropertyTest
DEBUG 2025-04-14 02:50:14,023 [main] Transaction began
DEBUG 2025-04-14 02:50:14,025 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,025 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,025 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,025 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,032 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,033 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,033 [main] INSERT INTO DEPT2 (deptno, dname, active) VALUES (99, 'hoge', true)
DEBUG 2025-04-14 02:50:14,033 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,034 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,034 [main] SELECT DEPT2.deptno, DEPT2.dname, DEPT2.active FROM DEPT2
WARN  2025-04-14 02:50:14,034 [main] More than 2 rows found, but only first row returned
DEBUG 2025-04-14 02:50:14,034 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,034 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,034 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.impl.ObjectResultSetHandlerTest
DEBUG 2025-04-14 02:50:14,040 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,040 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,040 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,040 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,045 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,045 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,045 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,045 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.dbms.H2Test
DEBUG 2025-04-14 02:50:14,239 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,239 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,262 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,269 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,306 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,307 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,307 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,308 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,311 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,311 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,312 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2025-04-14 02:50:14,316 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,316 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,316 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2025-04-14 02:50:14,316 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,316 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,316 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2025-04-14 02:50:14,316 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,316 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,316 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:14,316 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,316 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,316 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:14,317 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,317 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,317 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2025-04-14 02:50:14,317 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,317 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,317 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:14,317 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,317 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,317 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,319 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
Running org.seasar.dao.id.IdentityIdentifierGeneratorTest
DEBUG 2025-04-14 02:50:14,325 [main] Transaction began
DEBUG 2025-04-14 02:50:14,325 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,325 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,326 [main] insert into identitytable(id_name) values('hoge')
DEBUG 2025-04-14 02:50:14,326 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,326 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,326 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:14,327 [main] Logical connection closed
0
DEBUG 2025-04-14 02:50:14,327 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,327 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.002 sec
Running org.seasar.dao.impl.NoPersistentPropertyTypeTest
DEBUG 2025-04-14 02:50:14,338 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,338 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,338 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,338 [main] Logical connection got
WARN  2025-04-14 02:50:14,340 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2025-04-14 02:50:14,345 [main] Logical connection closed
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization findAll method of org.seasar.dao.impl.NoPersistentPropertyTypeTest$Foo1Dao, because org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.unit.S2DaoTestCase.createDaoMetaData(S2DaoTestCase.java:173)
	at org.seasar.dao.impl.NoPersistentPropertyTypeTest.testNoPersistentPropertyTypeException1(NoPersistentPropertyTypeTest.java:39)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:230)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:89)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:145)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.dao.NoPersistentPropertyTypeRuntimeException: [EDAO0017]No SELECT list
	at org.seasar.dao.impl.BeanMetaDataImpl.setupAutoSelectList(BeanMetaDataImpl.java:405)
	at org.seasar.dao.impl.BeanMetaDataImpl.getAutoSelectList(BeanMetaDataImpl.java:362)
	at org.seasar.dao.dbms.Standard.getAutoSelectSql(Standard.java:64)
	at org.seasar.dao.impl.DaoMetaDataImpl.createAutoSelectSql(DaoMetaDataImpl.java:866)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByArgs(DaoMetaDataImpl.java:796)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupNonQuerySelectMethodByAuto(DaoMetaDataImpl.java:752)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSelectMethodByAuto(DaoMetaDataImpl.java:723)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:389)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 32 more
DEBUG 2025-04-14 02:50:14,347 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,352 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,352 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,352 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,352 [main] Logical connection got
WARN  2025-04-14 02:50:14,355 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2025-04-14 02:50:14,358 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,358 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,359 [main] SELECT * FROM EMP
DEBUG 2025-04-14 02:50:14,359 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,360 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.dao.impl.DtoListMetaDataResultSetHandlerTest
DEBUG 2025-04-14 02:50:14,365 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,365 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,366 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,366 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,371 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,371 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,371 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,371 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor3Test
DEBUG 2025-04-14 02:50:14,387 [main] Transaction began
DEBUG 2025-04-14 02:50:14,388 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,388 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,388 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,388 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,391 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,392 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,393 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2025-04-14 02:50:14,393 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,393 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,393 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,407 [main] Transaction began
DEBUG 2025-04-14 02:50:14,407 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,407 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,407 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,407 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,410 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,411 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,411 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2025-04-14 02:50:14,412 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,412 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,412 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.seasar.dao.impl.ArgumentDtoProcedureCommandTest
DEBUG 2025-04-14 02:50:14,418 [main] Transaction began
DEBUG 2025-04-14 02:50:14,421 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,421 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,421 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,426 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,426 [main] {call PROCEDURE_TEST_AAA1 (?)}
DEBUG 2025-04-14 02:50:14,429 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,429 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,430 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,440 [main] Transaction began
DEBUG 2025-04-14 02:50:14,441 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,441 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,441 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,443 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,445 [main] {call PROCEDURE_TEST_AAA2 (?, ?)}
DEBUG 2025-04-14 02:50:14,447 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,447 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,447 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,451 [main] Transaction began
DEBUG 2025-04-14 02:50:14,452 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,452 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,452 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,454 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,454 [main] {call PROCEDURE_TEST_BBB1 ('hoge')}
DEBUG 2025-04-14 02:50:14,515 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,515 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,515 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,519 [main] Transaction began
DEBUG 2025-04-14 02:50:14,520 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,521 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,521 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,523 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,523 [main] {call PROCEDURE_TEST_BBB2 ('hoge', 10, '2007-08-26 14.30.00')}
DEBUG 2025-04-14 02:50:14,526 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,527 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,527 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,531 [main] Transaction began
DEBUG 2025-04-14 02:50:14,533 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,533 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,533 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,535 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,535 [main] {call PROCEDURE_TEST_CCC2 (?, 10, ?)}
DEBUG 2025-04-14 02:50:14,537 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,537 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,537 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,542 [main] Transaction began
DEBUG 2025-04-14 02:50:14,542 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,542 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,542 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,545 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,545 [main] {call PROCEDURE_TEST_DDD1 ('ab')}
DEBUG 2025-04-14 02:50:14,547 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,547 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,547 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,552 [main] Transaction began
DEBUG 2025-04-14 02:50:14,552 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,552 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,552 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,554 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,555 [main] {call PROCEDURE_TEST_AAA3 ()}
DEBUG 2025-04-14 02:50:14,556 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,556 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,556 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,560 [main] Transaction began
DEBUG 2025-04-14 02:50:14,561 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,561 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,561 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,564 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,564 [main] {call PROCEDURE_TEST_CCC1 ('hoge', 10, ?)}
DEBUG 2025-04-14 02:50:14,567 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,567 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,567 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,571 [main] Transaction began
DEBUG 2025-04-14 02:50:14,572 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,572 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,572 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,575 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,575 [main] Logical connection closed
[EDAO0029]null is illegal for argument DTO
DEBUG 2025-04-14 02:50:14,575 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,575 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,579 [main] Transaction began
DEBUG 2025-04-14 02:50:14,580 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,580 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,580 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,584 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,584 [main] {? = call FUNCTION_TEST_MAX (5.0, 10.0)}
DEBUG 2025-04-14 02:50:14,587 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,587 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,587 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 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 2025-04-14 02:50:14,615 [main] Transaction began
DEBUG 2025-04-14 02:50:14,616 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,616 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,616 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,616 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,620 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,624 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,625 [main] Logical connection closed
SELECT empno, ename, dname FROM emp, dept where emp.deptno = dept.deptno
DEBUG 2025-04-14 02:50:14,625 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,625 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.ReturnsArrayDaoTest
DEBUG 2025-04-14 02:50:14,642 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,642 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,643 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,643 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,646 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,646 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,647 [main] SELECT EMP.ename FROM EMP
DEBUG 2025-04-14 02:50:14,647 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,647 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,647 [main] SELECT EMP.ename FROM EMP
DEBUG 2025-04-14 02:50:14,649 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,649 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 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 2025-04-14 02:50:14,661 [main] Transaction began
DEBUG 2025-04-14 02:50:14,661 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,661 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,665 [main] S2Pager use scroll cursor.
DEBUG 2025-04-14 02:50:14,665 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,665 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,665 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,669 [main] Transaction began
DEBUG 2025-04-14 02:50:14,669 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,669 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,670 [main] S2Pager use scroll cursor.
DEBUG 2025-04-14 02:50:14,670 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,670 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,670 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,679 [main] Transaction began
DEBUG 2025-04-14 02:50:14,679 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,679 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,680 [main] S2Pager use scroll cursor.
DEBUG 2025-04-14 02:50:14,680 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,680 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,680 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.dao.impl.MapListResultSetHandlerTest
DEBUG 2025-04-14 02:50:14,686 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,686 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,687 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,687 [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 2025-04-14 02:50:14,703 [main] Transaction began
DEBUG 2025-04-14 02:50:14,703 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,703 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,703 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,704 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,719 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,721 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,721 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 123
DEBUG 2025-04-14 02:50:14,731 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,732 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,732 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,749 [main] Transaction began
DEBUG 2025-04-14 02:50:14,749 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,749 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,749 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,750 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,753 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,753 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,754 [main] INSERT INTO LARGE_TEXT (id, version_no, large_string) VALUES (1, 0, 'abc1')
DEBUG 2025-04-14 02:50:14,775 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,775 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,775 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2025-04-14 02:50:14,776 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,776 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,776 [main] UPDATE LARGE_TEXT SET version_no = 1, large_string = 'ABCDEFG' WHERE id = 1 AND version_no = 0
DEBUG 2025-04-14 02:50:14,785 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,786 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,786 [main] SELECT LARGE_TEXT.id, LARGE_TEXT.version_no, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2025-04-14 02:50:14,786 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,796 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,796 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.seasar.dao.id.IdentifierGeneratorFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.AnnotationReaderFactoryImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.BeanArrayMetaDataResultSetHandlerTest
DEBUG 2025-04-14 02:50:14,808 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,808 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,829 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,829 [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 2025-04-14 02:50:14,833 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,833 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.impl.InsertAutoDynamicCommandTest
DEBUG 2025-04-14 02:50:14,895 [main] Transaction began
DEBUG 2025-04-14 02:50:14,895 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,895 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,896 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,896 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,915 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,925 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,925 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2025-04-14 02.50.14', 'hoge', 99, 0)
DEBUG 2025-04-14 02:50:14,926 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,926 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,926 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,931 [main] Transaction began
DEBUG 2025-04-14 02:50:14,932 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,932 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,932 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,932 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,938 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,938 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,939 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2025-04-14 02:50:14,939 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,939 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:14,940 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,940 [main] Logical connection closed
1
DEBUG 2025-04-14 02:50:14,941 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,941 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2025-04-14 02:50:14,941 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,941 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:14,941 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,941 [main] Logical connection closed
2
DEBUG 2025-04-14 02:50:14,941 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,941 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,946 [main] Transaction began
DEBUG 2025-04-14 02:50:14,946 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,946 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,947 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,947 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,967 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,977 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,978 [main] INSERT INTO EMP (tstamp, ename, empno) VALUES ('2025-04-14 02.50.14', 'hoge', 99)
DEBUG 2025-04-14 02:50:14,978 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,978 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:14,978 [main] Physical connection closed
DEBUG 2025-04-14 02:50:14,983 [main] Transaction began
DEBUG 2025-04-14 02:50:14,983 [main] Physical connection got
DEBUG 2025-04-14 02:50:14,983 [main] Logical connection got
DEBUG 2025-04-14 02:50:14,983 [main] Logical connection closed
DEBUG 2025-04-14 02:50:14,983 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,001 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,013 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,013 [main] INSERT INTO EMP (deptno, empno, tstamp) VALUES (10, 99, '2025-04-14 02.50.15')
DEBUG 2025-04-14 02:50:15,013 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,013 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,013 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,018 [main] Transaction began
DEBUG 2025-04-14 02:50:15,019 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,019 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,020 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,020 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,027 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,028 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,028 [main] INSERT INTO EMP (empno) VALUES (980)
DEBUG 2025-04-14 02:50:15,029 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,029 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,029 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,034 [main] Transaction began
DEBUG 2025-04-14 02:50:15,034 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,034 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,034 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,034 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,041 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,041 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,041 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,045 [main] Transaction began
DEBUG 2025-04-14 02:50:15,046 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,046 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,046 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,046 [main] Logical connection got
WARN  2025-04-14 02:50:15,051 [main] Table(DUMMY_TABLE) not found
DEBUG 2025-04-14 02:50:15,056 [main] Logical connection closed
[EDAO0024]No Persistent Properties. Probably (org.seasar.dao.impl.InsertAutoDynamicCommandTest$FooDto) doesnt assosiated with table.
DEBUG 2025-04-14 02:50:15,056 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,057 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,066 [main] Transaction began
DEBUG 2025-04-14 02:50:15,067 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,067 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,067 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,067 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,074 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,074 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,074 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,075 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,075 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,075 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 49)
DEBUG 2025-04-14 02:50:15,076 [main] Logical connection closed
49
DEBUG 2025-04-14 02:50:15,076 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,076 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,080 [main] Transaction began
DEBUG 2025-04-14 02:50:15,081 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,081 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,081 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,081 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,088 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,088 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,088 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,089 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,090 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,090 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 50)
DEBUG 2025-04-14 02:50:15,090 [main] Logical connection closed
50
DEBUG 2025-04-14 02:50:15,090 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,090 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,090 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,090 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,090 [main] INSERT INTO SEQTABLE (name, id) VALUES ('foo', 51)
DEBUG 2025-04-14 02:50:15,090 [main] Logical connection closed
51
DEBUG 2025-04-14 02:50:15,090 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,091 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,096 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,096 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,096 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,096 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,104 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,105 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,105 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,105 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,105 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,105 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,105 [main] INSERT INTO COMPOSITE_PK_TABLE (aaa, pk2, pk1) VALUES ('hoge', 10, 52)
DEBUG 2025-04-14 02:50:15,106 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,106 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,106 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec
Running org.seasar.dao.types.SerializableTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.seasar.dao.impl.MapArrayResultSetHandlerTest
DEBUG 2025-04-14 02:50:15,175 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,175 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,175 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,175 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.impl.ObjectListResultSetHandlerTest
DEBUG 2025-04-14 02:50:15,180 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,180 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,181 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,181 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.dao.id.SequenceIdentifierGeneratorTest
DEBUG 2025-04-14 02:50:15,186 [main] Transaction began
DEBUG 2025-04-14 02:50:15,186 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,186 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,186 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,187 [main] Logical connection closed
53
DEBUG 2025-04-14 02:50:15,187 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,187 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,191 [main] Transaction began
DEBUG 2025-04-14 02:50:15,193 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,193 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,193 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,194 [main] Logical connection closed
49
50
51
52
53
54
55
56
57
58
DEBUG 2025-04-14 02:50:15,194 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,194 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,194 [main] Logical connection closed
59
60
61
62
63
64
65
66
67
68
DEBUG 2025-04-14 02:50:15,194 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,194 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,195 [main] Logical connection closed
69
70
71
72
73
74
75
76
77
78
DEBUG 2025-04-14 02:50:15,195 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,195 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:15,195 [main] Logical connection closed
79
80
DEBUG 2025-04-14 02:50:15,195 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,195 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.unit.S2DaoBeanListReaderTest
DEBUG 2025-04-14 02:50:15,205 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,205 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,224 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,230 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.impl.DefaultTest
DEBUG 2025-04-14 02:50:15,258 [main] Transaction began
DEBUG 2025-04-14 02:50:15,258 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,258 [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 2025-04-14 02:50:15,261 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,261 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,261 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,288 [main] Transaction began
DEBUG 2025-04-14 02:50:15,289 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,289 [main] Logical connection got
ID[AUTOINCREMENT: start 1 increment 1]
AAA['ABC']
BBB[null]
VERSION_NO[null]
DEBUG 2025-04-14 02:50:15,291 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,291 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,291 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,314 [main] Transaction began
DEBUG 2025-04-14 02:50:15,314 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,314 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,314 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,314 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,316 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,320 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,320 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('1234567', '890', 0)
DEBUG 2025-04-14 02:50:15,325 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,325 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2025-04-14 02:50:15,327 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,327 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,327 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,327 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 1
DEBUG 2025-04-14 02:50:15,332 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,340 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,340 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,367 [main] Transaction began
DEBUG 2025-04-14 02:50:15,367 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,367 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,367 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,367 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,369 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,372 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,373 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', '12', 0)
DEBUG 2025-04-14 02:50:15,373 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('21', '22', 0)
DEBUG 2025-04-14 02:50:15,374 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,374 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,374 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2025-04-14 02:50:15,387 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,400 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,401 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,425 [main] Transaction began
DEBUG 2025-04-14 02:50:15,426 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,426 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,426 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,426 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,427 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,429 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,429 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', '12', 0)
DEBUG 2025-04-14 02:50:15,429 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES (null, '22', 0)
DEBUG 2025-04-14 02:50:15,430 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('31', null, 0)
DEBUG 2025-04-14 02:50:15,431 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,431 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,431 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2025-04-14 02:50:15,432 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,438 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,438 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,466 [main] Transaction began
DEBUG 2025-04-14 02:50:15,467 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,467 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,467 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,467 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,470 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,473 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,474 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('11', null, 0)
DEBUG 2025-04-14 02:50:15,474 [main] INSERT INTO DEFAULT_TABLE (aaa, bbb, version_no) VALUES ('21', '22', 0)
DEBUG 2025-04-14 02:50:15,475 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,475 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,475 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2025-04-14 02:50:15,475 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,481 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,481 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,502 [main] Transaction began
DEBUG 2025-04-14 02:50:15,502 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,502 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,503 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,503 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,505 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,507 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,507 [main] INSERT INTO DEFAULT_TABLE (bbb, version_no) VALUES ('bbbb', 0)
DEBUG 2025-04-14 02:50:15,510 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,510 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2025-04-14 02:50:15,511 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,511 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,511 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,511 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 9
DEBUG 2025-04-14 02:50:15,511 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,517 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,517 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,545 [main] Transaction began
DEBUG 2025-04-14 02:50:15,545 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,545 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,545 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,545 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,547 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,550 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,550 [main] INSERT INTO DEFAULT_TABLE (version_no) VALUES (0)
DEBUG 2025-04-14 02:50:15,553 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,553 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2025-04-14 02:50:15,553 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,554 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,554 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,554 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 10
DEBUG 2025-04-14 02:50:15,554 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,560 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,560 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,639 [main] Transaction began
DEBUG 2025-04-14 02:50:15,640 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,640 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,640 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,640 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,641 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,644 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,644 [main] INSERT INTO DEFAULT_TABLE (
    AAA,
    
    VERSION_NO
) VALUES (
	'foooo',
	
	0
)
DEBUG 2025-04-14 02:50:15,648 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,648 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,648 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE
DEBUG 2025-04-14 02:50:15,651 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,661 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,661 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,684 [main] Transaction began
DEBUG 2025-04-14 02:50:15,684 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,684 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,684 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,684 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,685 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,689 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,689 [main] INSERT INTO DEFAULT_TABLE (
    
    BBB,
    VERSION_NO
) VALUES (
	
	'ttt',
	0
)
DEBUG 2025-04-14 02:50:15,692 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,692 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,692 [main] SELECT DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb, DEFAULT_TABLE.id, DEFAULT_TABLE.version_no FROM DEFAULT_TABLE
DEBUG 2025-04-14 02:50:15,692 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,701 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,701 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,722 [main] Transaction began
DEBUG 2025-04-14 02:50:15,723 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,723 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,723 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,723 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,726 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,726 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,727 [main] INSERT INTO PK_ONLY_TABLE (aaa, bbb) VALUES (123, 456)
DEBUG 2025-04-14 02:50:15,730 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,730 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,730 [main] SELECT PK_ONLY_TABLE.aaa, PK_ONLY_TABLE.bbb FROM PK_ONLY_TABLE
DEBUG 2025-04-14 02:50:15,732 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,738 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,739 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.51 sec
Running org.seasar.dao.impl.NoPropertyForUpdateTest
DEBUG 2025-04-14 02:50:15,754 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,754 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,755 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,755 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,759 [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$$13e02ed$$MethodInvocation$$delete0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$13e02ed.delete(NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$13e02ed.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 2025-04-14 02:50:15,760 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.impl.RelationPropertyTypeFactoryImplTest
DEBUG 2025-04-14 02:50:15,767 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,767 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,774 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,774 [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 2025-04-14 02:50:15,791 [main] Transaction began
DEBUG 2025-04-14 02:50:15,791 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,791 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,795 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,795 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,795 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,802 [main] Transaction began
DEBUG 2025-04-14 02:50:15,803 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,803 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,806 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,806 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:15,806 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.impl.FieldDaoMetaDataImplTest
DEBUG 2025-04-14 02:50:15,855 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,855 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,855 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,855 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,874 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,880 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,886 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,886 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,886 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,886 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,903 [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 2025-04-14 02:50:15,904 [main] Physical connection closed
DEBUG 2025-04-14 02:50:15,909 [main] Physical connection got
DEBUG 2025-04-14 02:50:15,909 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,909 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,909 [main] Logical connection got
DEBUG 2025-04-14 02:50:15,993 [main] Logical connection closed
DEBUG 2025-04-14 02:50:15,996 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,002 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,002 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,002 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,002 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,020 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,023 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,029 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,029 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,029 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,029 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,047 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,049 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,054 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,054 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,054 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,054 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,073 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,076 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,082 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,082 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,082 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,082 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,102 [main] Logical connection closed
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, hiredate = ?, mgr = ?, job = ?, comm = ?, sal = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-04-14 02:50:16,103 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,109 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,109 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,109 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,109 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,130 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,132 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,137 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,138 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,138 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,138 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,156 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,159 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,165 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,165 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,165 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,165 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,184 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,188 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,193 [main] Transaction began
DEBUG 2025-04-14 02:50:16,194 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,194 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,194 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,194 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,212 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,220 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,221 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2025-04-14 02.50.16', 'hoge', 99, 0)
DEBUG 2025-04-14 02:50:16,221 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,221 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:16,221 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,226 [main] Transaction began
DEBUG 2025-04-14 02:50:16,226 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,226 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,226 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,227 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,243 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,251 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,251 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:16,253 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,253 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,254 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.16', ename = 'hoge2', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:16,254 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,254 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:16,254 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,259 [main] Transaction began
DEBUG 2025-04-14 02:50:16,259 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,259 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,259 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,260 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,342 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,350 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,350 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:16,351 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,351 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,353 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.16', ename = 'hoge4', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-04-14 02:50:16,353 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,353 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:16,353 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,360 [main] Transaction began
DEBUG 2025-04-14 02:50:16,361 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,361 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,361 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,361 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,379 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,387 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,387 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:16,388 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,389 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,389 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:16,389 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,389 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:16,389 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,394 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,394 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,394 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,395 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,411 [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 2025-04-14 02:50:16,412 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,417 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,417 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,417 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,417 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,435 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF deptno != null*/ EMP.deptno = /*deptno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:16,442 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,447 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,447 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,447 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,447 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,469 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,476 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,481 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,481 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,481 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,481 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,507 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,514 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,519 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,519 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,519 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,520 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,538 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,544 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,554 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,554 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,554 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,554 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,571 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,580 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,580 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:16,582 [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 2025-04-14 02:50:16,584 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,590 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,590 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,590 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,590 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,609 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,617 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,618 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:16,621 [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 2025-04-14 02:50:16,622 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,627 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,627 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,627 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,627 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,706 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,714 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,714 [main] select * from emp
DEBUG 2025-04-14 02:50:16,717 [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 2025-04-14 02:50:16,718 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,724 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,724 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,724 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,724 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,741 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,750 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,750 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-14 02:50:16,752 [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 2025-04-14 02:50:16,753 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,758 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,758 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,758 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,759 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,775 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-04-14 02:50:16,783 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,788 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,788 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,788 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,789 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,807 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,814 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,814 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:16,816 [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 2025-04-14 02:50:16,821 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,826 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,826 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,826 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,826 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,842 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,851 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,851 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:16,853 [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 2025-04-14 02:50:16,854 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,859 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,859 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,859 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,859 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,878 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,887 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,887 [main] select * from emp
DEBUG 2025-04-14 02:50:16,888 [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 2025-04-14 02:50:16,888 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,893 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,893 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,893 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,894 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,910 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,918 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,918 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-14 02:50:16,920 [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 2025-04-14 02:50:16,920 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,925 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,925 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,926 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,926 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,943 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,950 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,950 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:16,951 [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 2025-04-14 02:50:16,951 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,956 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,956 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,956 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,956 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,973 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,982 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,982 [main] select count(*) from emp
DEBUG 2025-04-14 02:50:16,983 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,983 [main] Physical connection closed
DEBUG 2025-04-14 02:50:16,988 [main] Physical connection got
DEBUG 2025-04-14 02:50:16,988 [main] Logical connection got
DEBUG 2025-04-14 02:50:16,988 [main] Logical connection closed
DEBUG 2025-04-14 02:50:16,988 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,005 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,079 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,079 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:17,080 [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 2025-04-14 02:50:17,081 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,086 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,086 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,086 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,086 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,102 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,110 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,111 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:17,111 [main] Logical connection closed
{tstamp=2005-01-18 13:09:32.213, ename=SCOTT, empno=7788, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, versionno0=0, deptno0=20, dname0=RESEARCH, loc0=DALLAS}
DEBUG 2025-04-14 02:50:17,111 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,116 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,116 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,116 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,116 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,136 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,142 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,143 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:17,143 [main] Logical connection closed
[{tstamp=2005-01-18 13:09:32.213, ename=SCOTT, empno=7788, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, versionno0=0, deptno0=20, dname0=RESEARCH, loc0=DALLAS}]
DEBUG 2025-04-14 02:50:17,143 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,148 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,148 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,148 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,148 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,167 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,175 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,175 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:17,175 [main] Logical connection closed
[Ljava.util.Map;@1e99db4
DEBUG 2025-04-14 02:50:17,175 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,180 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,180 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,180 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,181 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,195 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,204 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,204 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-04-14 02:50:17,206 [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 2025-04-14 02:50:17,206 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,211 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,211 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,211 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,211 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,230 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-04-14 02:50:17,237 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,237 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-04-14 02:50:17,238 [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 2025-04-14 02:50:17,239 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,245 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,245 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,245 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,245 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,262 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,266 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,266 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-14 02:50:17,266 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,266 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,271 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,272 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,272 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,272 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,289 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,292 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,293 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-14 02:50:17,293 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,293 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,299 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,299 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,299 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,299 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,309 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,310 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,310 [main] SELECT EMP2.ename, EMP2.empno, EMP2.deptnum, department2.deptno AS deptno_0, department2.dname AS dname_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2025-04-14 02:50:17,311 [main] Logical connection closed
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-04-14 02:50:17,311 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,317 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,317 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,317 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,317 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,329 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,329 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,329 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-04-14 02:50:17,330 [main] Logical connection closed
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-04-14 02:50:17,330 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,335 [main] Transaction began
DEBUG 2025-04-14 02:50:17,336 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,336 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,336 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,336 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,425 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,433 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,434 [main] INSERT INTO EMP (tstamp, ename, empno, deptno) VALUES ('2025-04-14 02.50.17', 'test', 9999, 50)
DEBUG 2025-04-14 02:50:17,434 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,434 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,434 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:17,435 [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 2025-04-14 02:50:17,435 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,436 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2025-04-14 02:50:17,436 [main] Logical connection closed
9999, test, null, null, null, null, null, 50, 2025-04-14 02:50:17.433 {50, null, null, 0}
DEBUG 2025-04-14 02:50:17,436 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:17,436 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,442 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,442 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,442 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,442 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,458 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,463 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,469 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,469 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,469 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,469 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,487 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ AND department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:17,497 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,498 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-14 02:50:17,499 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,499 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,504 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,504 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,504 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,504 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,520 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:17,530 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,531 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-04-14 02:50:17,531 [main] Logical connection closed
[]
DEBUG 2025-04-14 02:50:17,531 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,537 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,537 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,537 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,537 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,553 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:17,558 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,558 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-04-14 02:50:17,559 [main] Logical connection closed
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-04-14 02:50:17,560 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,566 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,566 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,566 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,566 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,581 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.ename = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-04-14 02:50:17,584 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,589 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,590 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,590 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,590 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,608 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-14 02:50:17,615 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,615 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-14 02:50:17,616 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,616 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,621 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,621 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,621 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,622 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,640 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-14 02:50:17,647 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,648 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-04-14 02:50:17,648 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,648 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,653 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,653 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,653 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,654 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,674 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.ename AS ename_0, parent.empno AS empno_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:17,675 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,675 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.ename AS ename_0, parent.empno AS empno_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:17,676 [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 2025-04-14 02:50:17,676 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,682 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,682 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,682 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,683 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,700 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:17,700 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,706 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,706 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,706 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,706 [main] Logical connection got
WARN  2025-04-14 02:50:17,710 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-04-14 02:50:17,714 [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 2025-04-14 02:50:17,716 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,716 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-04-14 02:50:17,717 [main] Logical connection closed
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-04-14 02:50:17,717 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,787 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,787 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,787 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,787 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,807 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:17,816 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,822 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,822 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,822 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,822 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,839 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ AND department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-04-14 02:50:17,841 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,841 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH' 
DEBUG 2025-04-14 02:50:17,843 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,843 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,843 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH' order by ENAME 
DEBUG 2025-04-14 02:50:17,844 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,844 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,850 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,850 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,850 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,850 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,867 [main] Logical connection closed
SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-04-14 02:50:17,868 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,868 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2025-04-14 02:50:17,872 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,872 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,872 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2025-04-14 02:50:17,873 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,873 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,873 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2025-04-14 02:50:17,874 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,874 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,874 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2025-04-14 02:50:17,875 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,875 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,875 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2025-04-14 02:50:17,876 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,876 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,881 [main] Transaction began
DEBUG 2025-04-14 02:50:17,881 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,882 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,882 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,882 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,898 [main] Logical connection closed
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-04-14 02:50:17,898 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,898 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-14 02:50:17,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,899 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,899 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-04-14 02:50:17,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,899 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,899 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-14 02:50:17,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,899 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:17,899 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,904 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,904 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,905 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,905 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,922 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,924 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,931 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,931 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,931 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,931 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,937 [main] Logical connection closed
INSERT INTO EMP (eNaMe, empno) VALUES (?, ?)
DEBUG 2025-04-14 02:50:17,938 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,944 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,944 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,944 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,944 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,950 [main] Logical connection closed
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-04-14 02:50:17,951 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,957 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,957 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,957 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,957 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,963 [main] Logical connection closed
SELECT EMP.eNaMe, EMP.empno FROM EMP/*BEGIN*/ WHERE /*IF dto.ename != null*/ EMP.eNaMe = /*dto.ename*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:17,965 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,970 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,970 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,970 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,970 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,976 [main] Logical connection closed
SELECT EMP.eNaMe, EMP.empno FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:17,977 [main] Physical connection closed
DEBUG 2025-04-14 02:50:17,983 [main] Physical connection got
DEBUG 2025-04-14 02:50:17,983 [main] Logical connection got
DEBUG 2025-04-14 02:50:17,984 [main] Logical connection closed
DEBUG 2025-04-14 02:50:17,984 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,001 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,001 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,002 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:18,004 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,004 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,010 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,010 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,010 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,010 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,033 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,033 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,039 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,039 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,039 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,039 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,060 [main] Logical connection closed
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-14 02:50:18,060 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,066 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,066 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,067 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,067 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,151 [main] Logical connection closed
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-14 02:50:18,151 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.306 sec
Running org.seasar.dao.impl.BlobTest
DEBUG 2025-04-14 02:50:18,172 [main] Transaction began
DEBUG 2025-04-14 02:50:18,173 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,173 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,173 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,173 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,176 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,177 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,178 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2025-04-14 02:50:18,185 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,186 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,186 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,209 [main] Transaction began
DEBUG 2025-04-14 02:50:18,210 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,210 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,210 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,210 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,213 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,214 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,215 [main] INSERT INTO LARGE_BINARY (id, version_no, large_binary) VALUES (111, 0, '[B@11775bc')
DEBUG 2025-04-14 02:50:18,218 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,218 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,218 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2025-04-14 02:50:18,220 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,220 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,220 [main] UPDATE LARGE_BINARY SET version_no = 1, large_binary = '[B@105c7e1' WHERE id = 111 AND version_no = 0
DEBUG 2025-04-14 02:50:18,224 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,224 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,224 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2025-04-14 02:50:18,224 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,224 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,224 [main] DELETE FROM LARGE_BINARY WHERE id = 111 AND version_no = 1
DEBUG 2025-04-14 02:50:18,233 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,233 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,233 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2025-04-14 02:50:18,233 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,243 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,243 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,261 [main] Transaction began
DEBUG 2025-04-14 02:50:18,262 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,262 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,263 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,263 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,268 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,269 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,269 [main] INSERT INTO LARGE_BINARY (id, version_no, large_binary) VALUES (4321, 0, '[B@525531')
DEBUG 2025-04-14 02:50:18,270 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,270 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,270 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 4321
DEBUG 2025-04-14 02:50:18,271 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,280 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,281 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,300 [main] Transaction began
DEBUG 2025-04-14 02:50:18,301 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,301 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,301 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,301 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,302 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,303 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,304 [main] SELECT LARGE_BINARY.id, LARGE_BINARY.version_no, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2025-04-14 02:50:18,304 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,304 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,304 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
Running org.seasar.dao.impl.ResultSetHandlerFactoryImplTest
DEBUG 2025-04-14 02:50:18,317 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,317 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,333 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,334 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,338 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,338 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,354 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,354 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,357 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,357 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,374 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,374 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,380 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,380 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,397 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,397 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.dao.impl.DeleteWithAnnotationTest
DEBUG 2025-04-14 02:50:18,418 [main] Transaction began
DEBUG 2025-04-14 02:50:18,419 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,419 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,419 [main] SELECT * FROM EMP
DEBUG 2025-04-14 02:50:18,423 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,423 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,423 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,423 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,424 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,425 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,425 [main] DELETE FROM EMP WHERE EMPNO = 7369
DEBUG 2025-04-14 02:50:18,425 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,425 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,425 [main] SELECT * FROM EMP
DEBUG 2025-04-14 02:50:18,426 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,426 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,426 [main] DELETE FROM EMP WHERE EMPNO = 7499
DEBUG 2025-04-14 02:50:18,426 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,426 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,426 [main] SELECT * FROM EMP
DEBUG 2025-04-14 02:50:18,428 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,428 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,428 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.interceptors.S2DaoInterceptorTest
DEBUG 2025-04-14 02:50:18,452 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,452 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,452 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,452 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,455 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,455 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,455 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,455 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,457 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,460 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,460 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno
DEBUG 2025-04-14 02:50:18,462 [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 2025-04-14 02:50:18,462 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,486 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,486 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,486 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,486 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,489 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,489 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,489 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,489 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,490 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,493 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,493 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2025-04-14 02:50:18,495 [main] More than 2 rows found, but only first row returned
DEBUG 2025-04-14 02:50:18,495 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20 {20, ACCOUNTING, NEW YORK}
DEBUG 2025-04-14 02:50:18,495 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,517 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,517 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,517 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,517 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,520 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,521 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,523 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,523 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,524 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,527 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,527 [main] SELECT count(*) FROM emp
DEBUG 2025-04-14 02:50:18,527 [main] Logical connection closed
count:14
DEBUG 2025-04-14 02:50:18,527 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,610 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,610 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,610 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,610 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,613 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,614 [main] Transaction began
DEBUG 2025-04-14 02:50:18,614 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,614 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,614 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,615 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,618 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,618 [main] INSERT INTO emp (empno, ename) VALUES (9999, 'hoge')
DEBUG 2025-04-14 02:50:18,618 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,618 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,618 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,638 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,638 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,638 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,638 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,641 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,641 [main] Transaction began
DEBUG 2025-04-14 02:50:18,641 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,642 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,642 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,642 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,645 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,645 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2025-04-14 02:50:18,647 [main] More than 2 rows found, but only first row returned
DEBUG 2025-04-14 02:50:18,647 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,648 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,648 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2025-04-14 02:50:18,648 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,648 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,648 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,669 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,669 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,669 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,669 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,672 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,672 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,672 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,672 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,677 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,679 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,679 [main] select empno, ename, dname from emp, dept where empno = 7788 and emp.deptno = dept.deptno
DEBUG 2025-04-14 02:50:18,679 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,679 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,700 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,700 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,700 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,700 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,703 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,704 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,704 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,704 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,706 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,707 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,708 [main] select empno as value, ename as label from emp
DEBUG 2025-04-14 02:50:18,708 [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 2025-04-14 02:50:18,708 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,727 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,728 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,728 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,728 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,732 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,732 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,732 [main] SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.deptno = 10
DEBUG 2025-04-14 02:50:18,733 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,733 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec
Running org.seasar.dao.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-04-14 02:50:18,742 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,742 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,746 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,746 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.pager.PagerResultSetFactoryWapperTest
DEBUG 2025-04-14 02:50:18,750 [main] S2Pager use scroll cursor.
DEBUG 2025-04-14 02:50:18,751 [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 2025-04-14 02:50:18,756 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,756 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,772 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,772 [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 2025-04-14 02:50:18,776 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,776 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,780 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,780 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,796 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,797 [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 2025-04-14 02:50:18,798 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,798 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,802 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,802 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,818 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,818 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,821 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,821 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,825 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,825 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,837 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,837 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,838 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,838 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest
DEBUG 2025-04-14 02:50:18,854 [main] Transaction began
DEBUG 2025-04-14 02:50:18,854 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,854 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,854 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,854 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,869 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,869 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,869 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2025-04-14 02:50:18,870 [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$$10697e2$$MethodInvocation$$invoke0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$10697e2.invoke(PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$10697e2.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$a23d38$$MethodInvocation$$updateSal0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$a23d38.updateSal(AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$a23d38.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 2025-04-14 02:50:18,871 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,871 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,883 [main] Transaction began
DEBUG 2025-04-14 02:50:18,883 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,883 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,883 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,883 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,899 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,899 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2025-04-14 02:50:18,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,900 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,900 [main] Physical connection closed
DEBUG 2025-04-14 02:50:18,912 [main] Transaction began
DEBUG 2025-04-14 02:50:18,912 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,912 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,912 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,912 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,928 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,928 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,929 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'AD%'
DEBUG 2025-04-14 02:50:18,929 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,929 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:18,929 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.pager.PagerResultSetFactoryLimitOffsetWrapperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.pager.MySQLLimitOffsetPagingSqlRewriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandlerTest
DEBUG 2025-04-14 02:50:18,946 [main] Physical connection got
DEBUG 2025-04-14 02:50:18,947 [main] Logical connection got
DEBUG 2025-04-14 02:50:18,962 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,962 [main] Logical connection got
7788,SCOTT
DEBUG 2025-04-14 02:50:18,963 [main] Logical connection closed
DEBUG 2025-04-14 02:50:18,963 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,037 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,037 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,054 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,054 [main] Logical connection got
0,SCOTT
DEBUG 2025-04-14 02:50:19,054 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,054 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,059 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,059 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,071 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,071 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,072 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,072 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,076 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,076 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,088 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,088 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,088 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,088 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,093 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,093 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,106 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,106 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,106 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,106 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.seasar.dao.dbms.StandardTest
DEBUG 2025-04-14 02:50:19,112 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,112 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,130 [main] Logical connection closed
SELECT EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0, department2.versionno AS versionno_1, department2.deptno AS deptno_1, department2.dname AS dname_1, department2.loc AS loc_1 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno LEFT OUTER JOIN DEPT department2 ON EMP.deptno = department2.deptno
DEBUG 2025-04-14 02:50:19,130 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,133 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,134 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,151 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,153 [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.053 sec
Running org.seasar.dao.unit.S2DaoBeanReaderTest
DEBUG 2025-04-14 02:50:19,164 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,164 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,180 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,180 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,185 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,185 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,203 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,203 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.seasar.dao.impl.DaoMetaDataFactoryImplTest
DEBUG 2025-04-14 02:50:19,214 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,214 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,214 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,214 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,217 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,218 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,227 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,227 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,227 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,227 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,230 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,230 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,230 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,230 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,231 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,232 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.unit.S2DaoTestCaseTest
DEBUG 2025-04-14 02:50:19,238 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,238 [main] Logical connection got
WARN  2025-04-14 02:50:19,241 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2025-04-14 02:50:19,241 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2025-04-14 02:50:19,244 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,244 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,249 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,249 [main] Logical connection got
WARN  2025-04-14 02:50:19,252 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2025-04-14 02:50:19,253 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2025-04-14 02:50:19,256 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,256 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 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 2025-04-14 02:50:19,263 [main] Transaction began
DEBUG 2025-04-14 02:50:19,264 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,264 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,264 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,264 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,281 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,290 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,291 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:19,292 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,292 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,292 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.19', ename = 'SCOTT', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:19,292 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,292 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,292 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,296 [main] Transaction began
DEBUG 2025-04-14 02:50:19,296 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,297 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,297 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,297 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,305 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,308 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,308 [main] UPDATE DEPT SET versionno = 1, dname = null, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2025-04-14 02:50:19,308 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,308 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,308 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,313 [main] Transaction began
DEBUG 2025-04-14 02:50:19,313 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,313 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,313 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,313 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,321 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,323 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,323 [main] UPDATE DEPT SET versionno = 0, dname = null, loc = null WHERE deptno = 10 AND versionno = -1
DEBUG 2025-04-14 02:50:19,323 [main] Logical connection closed
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2025-04-14 02:50:19,323 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,323 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,328 [main] Transaction began
DEBUG 2025-04-14 02:50:19,329 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,329 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,329 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,329 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,345 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,422 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,422 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:19,423 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,424 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,424 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.19', ename = 'SCOTT' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:19,424 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,424 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,424 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,428 [main] Transaction began
DEBUG 2025-04-14 02:50:19,428 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,429 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,429 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,429 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,444 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,451 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,451 [main] SELECT EMP.tstamp, EMP.ename, EMP.empno, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.versionno AS versionno_0, department.deptno AS deptno_0, department.dname AS dname_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:19,452 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,452 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,452 [main] UPDATE EMP SET deptno = 20, tstamp = '2025-04-14 02.50.19' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:19,453 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,453 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,453 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 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 2025-04-14 02:50:19,467 [main] Transaction began
DEBUG 2025-04-14 02:50:19,467 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,468 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,468 [main] S2Pager not use scroll cursor.
DEBUG 2025-04-14 02:50:19,468 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,468 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,468 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,471 [main] Transaction began
DEBUG 2025-04-14 02:50:19,471 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,471 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,471 [main] S2Pager not use scroll cursor.
DEBUG 2025-04-14 02:50:19,471 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,472 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,472 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,475 [main] Transaction began
DEBUG 2025-04-14 02:50:19,475 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,475 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,475 [main] S2Pager not use scroll cursor.
DEBUG 2025-04-14 02:50:19,476 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,476 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,476 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.dao.pager.LimitOffsetPagingSqlRewriterTest
DEBUG 2025-04-14 02:50:19,535 [main] Transaction began
DEBUG 2025-04-14 02:50:19,675 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,675 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,676 [main] DELETE FROM CUSTOMER
DEBUG 2025-04-14 02:50:19,676 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,676 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,679 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,680 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,680 [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 2025-04-14 02:50:19,680 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,680 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,681 [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 2025-04-14 02:50:19,681 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,681 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,681 [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 2025-04-14 02:50:19,681 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,681 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,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 2025-04-14 02:50:19,681 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,682 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,682 [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 2025-04-14 02:50:19,682 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,682 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,682 [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 2025-04-14 02:50:19,682 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,682 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,684 [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 2025-04-14 02:50:19,684 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,684 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,685 [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 2025-04-14 02:50:19,685 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,685 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,685 [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 2025-04-14 02:50:19,685 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,685 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,687 [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 2025-04-14 02:50:19,687 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,687 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,688 [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 2025-04-14 02:50:19,688 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,688 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,688 [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 2025-04-14 02:50:19,688 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,688 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,689 [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 2025-04-14 02:50:19,689 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,689 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,689 [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 2025-04-14 02:50:19,689 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,689 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,689 [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 2025-04-14 02:50:19,689 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,690 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,690 [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 2025-04-14 02:50:19,690 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,690 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,690 [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 2025-04-14 02:50:19,690 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,690 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,690 [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 2025-04-14 02:50:19,691 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,691 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,691 [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 2025-04-14 02:50:19,691 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,691 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,691 [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 2025-04-14 02:50:19,691 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,691 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,692 [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 2025-04-14 02:50:19,693 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,693 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,693 [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 2025-04-14 02:50:19,694 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,694 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,694 [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 2025-04-14 02:50:19,694 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,694 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,694 [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 2025-04-14 02:50:19,694 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,694 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,695 [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 2025-04-14 02:50:19,695 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,695 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,695 [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 2025-04-14 02:50:19,695 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,695 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,696 [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 2025-04-14 02:50:19,696 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,696 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,696 [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 2025-04-14 02:50:19,696 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,696 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,696 [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 2025-04-14 02:50:19,697 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,697 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,697 [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 2025-04-14 02:50:19,697 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,697 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,697 [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 2025-04-14 02:50:19,697 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,697 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,698 [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 2025-04-14 02:50:19,698 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,698 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,698 [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 2025-04-14 02:50:19,698 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,698 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,698 [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 2025-04-14 02:50:19,698 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,699 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,699 [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 2025-04-14 02:50:19,699 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,699 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,699 [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 2025-04-14 02:50:19,699 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,699 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,699 [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 2025-04-14 02:50:19,700 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,700 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,700 [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 2025-04-14 02:50:19,700 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,700 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,700 [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 2025-04-14 02:50:19,700 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,700 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,700 [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 2025-04-14 02:50:19,701 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,701 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,701 [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 2025-04-14 02:50:19,701 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,701 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,701 [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 2025-04-14 02:50:19,701 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,701 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,702 [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 2025-04-14 02:50:19,702 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,702 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,702 [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 2025-04-14 02:50:19,702 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,702 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,702 [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 2025-04-14 02:50:19,702 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,703 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,703 [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 2025-04-14 02:50:19,703 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,703 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,703 [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 2025-04-14 02:50:19,703 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,703 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,703 [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 2025-04-14 02:50:19,704 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,704 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,704 [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 2025-04-14 02:50:19,704 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,704 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,704 [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 2025-04-14 02:50:19,704 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,704 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,704 [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 2025-04-14 02:50:19,705 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,705 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,705 [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 2025-04-14 02:50:19,705 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,705 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,705 [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 2025-04-14 02:50:19,705 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,705 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,705 [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 2025-04-14 02:50:19,706 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,706 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,706 [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 2025-04-14 02:50:19,706 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,706 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,706 [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 2025-04-14 02:50:19,706 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,706 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,708 [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 2025-04-14 02:50:19,708 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,708 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,708 [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 2025-04-14 02:50:19,708 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,708 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,709 [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 2025-04-14 02:50:19,709 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,709 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,709 [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 2025-04-14 02:50:19,709 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,709 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,709 [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 2025-04-14 02:50:19,709 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,709 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,710 [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 2025-04-14 02:50:19,710 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,710 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,710 [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 2025-04-14 02:50:19,710 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,710 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,710 [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 2025-04-14 02:50:19,710 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,711 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,711 [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 2025-04-14 02:50:19,711 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,711 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,711 [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 2025-04-14 02:50:19,712 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,712 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,712 [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 2025-04-14 02:50:19,712 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,712 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,712 [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 2025-04-14 02:50:19,712 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,712 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,713 [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 2025-04-14 02:50:19,713 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,713 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,714 [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 2025-04-14 02:50:19,714 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,714 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,714 [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 2025-04-14 02:50:19,714 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,714 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,715 [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 2025-04-14 02:50:19,715 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,715 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,715 [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 2025-04-14 02:50:19,715 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,715 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,715 [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 2025-04-14 02:50:19,715 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,716 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,716 [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 2025-04-14 02:50:19,716 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,716 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,716 [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 2025-04-14 02:50:19,716 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,716 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,716 [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 2025-04-14 02:50:19,717 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,717 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,717 [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 2025-04-14 02:50:19,717 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,717 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,717 [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 2025-04-14 02:50:19,717 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,717 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,717 [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 2025-04-14 02:50:19,718 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,718 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,718 [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 2025-04-14 02:50:19,718 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,718 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,718 [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 2025-04-14 02:50:19,718 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,718 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,718 [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 2025-04-14 02:50:19,719 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,719 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,719 [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 2025-04-14 02:50:19,719 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,719 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,721 [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 2025-04-14 02:50:19,721 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,721 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,722 [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 2025-04-14 02:50:19,722 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,722 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,722 [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 2025-04-14 02:50:19,723 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,723 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,723 [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 2025-04-14 02:50:19,723 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,723 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,723 [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 2025-04-14 02:50:19,724 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,725 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,725 [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 2025-04-14 02:50:19,725 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,725 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,725 [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 2025-04-14 02:50:19,725 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,725 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,726 [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 2025-04-14 02:50:19,726 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,726 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,726 [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 2025-04-14 02:50:19,726 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,726 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,727 [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 2025-04-14 02:50:19,727 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,727 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,727 [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 2025-04-14 02:50:19,727 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,727 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,727 [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 2025-04-14 02:50:19,727 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,727 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,728 [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 2025-04-14 02:50:19,728 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,728 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,729 [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 2025-04-14 02:50:19,729 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,729 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,729 [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 2025-04-14 02:50:19,730 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,730 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,730 [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 2025-04-14 02:50:19,730 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,730 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,730 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,730 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,731 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,733 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,733 [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 2025-04-14 02:50:19,734 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,734 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,734 [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 2025-04-14 02:50:19,735 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,735 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,735 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,749 [main] Transaction began
DEBUG 2025-04-14 02:50:19,777 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,777 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,778 [main] DELETE FROM CUSTOMER
DEBUG 2025-04-14 02:50:19,778 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,778 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,780 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,780 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,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 2025-04-14 02:50:19,781 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,781 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,781 [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 2025-04-14 02:50:19,781 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,781 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,781 [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 2025-04-14 02:50:19,781 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,781 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,782 [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 2025-04-14 02:50:19,782 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,782 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,782 [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 2025-04-14 02:50:19,782 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,782 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,783 [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 2025-04-14 02:50:19,783 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,783 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,783 [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 2025-04-14 02:50:19,783 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,783 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,783 [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 2025-04-14 02:50:19,783 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,783 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,784 [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 2025-04-14 02:50:19,785 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,785 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,785 [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 2025-04-14 02:50:19,785 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,785 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,785 [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 2025-04-14 02:50:19,785 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,785 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,785 [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 2025-04-14 02:50:19,789 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,789 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,789 [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 2025-04-14 02:50:19,789 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,789 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,789 [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 2025-04-14 02:50:19,789 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,789 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,790 [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 2025-04-14 02:50:19,790 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,790 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,790 [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 2025-04-14 02:50:19,790 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,790 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,790 [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 2025-04-14 02:50:19,790 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,790 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,791 [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 2025-04-14 02:50:19,791 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,791 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,791 [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 2025-04-14 02:50:19,791 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,791 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,791 [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 2025-04-14 02:50:19,792 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,792 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,792 [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 2025-04-14 02:50:19,794 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,794 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,794 [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 2025-04-14 02:50:19,794 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,794 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,795 [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 2025-04-14 02:50:19,795 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,795 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,795 [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 2025-04-14 02:50:19,795 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,795 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,795 [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 2025-04-14 02:50:19,795 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,796 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,796 [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 2025-04-14 02:50:19,796 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,796 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,796 [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 2025-04-14 02:50:19,796 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,796 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,796 [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 2025-04-14 02:50:19,796 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,797 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,797 [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 2025-04-14 02:50:19,797 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,797 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,797 [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 2025-04-14 02:50:19,797 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,797 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,797 [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 2025-04-14 02:50:19,797 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,798 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,798 [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 2025-04-14 02:50:19,798 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,798 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,798 [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 2025-04-14 02:50:19,798 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,798 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,798 [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 2025-04-14 02:50:19,799 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,799 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,799 [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 2025-04-14 02:50:19,799 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,799 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,799 [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 2025-04-14 02:50:19,799 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,799 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,799 [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 2025-04-14 02:50:19,800 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,800 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,800 [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 2025-04-14 02:50:19,800 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,800 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,800 [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 2025-04-14 02:50:19,801 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,801 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,801 [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 2025-04-14 02:50:19,801 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,801 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,802 [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 2025-04-14 02:50:19,802 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,802 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,802 [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 2025-04-14 02:50:19,802 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,802 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,802 [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 2025-04-14 02:50:19,802 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,802 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,803 [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 2025-04-14 02:50:19,803 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,803 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,804 [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 2025-04-14 02:50:19,806 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,806 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,806 [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 2025-04-14 02:50:19,806 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,806 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,806 [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 2025-04-14 02:50:19,807 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,807 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,807 [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 2025-04-14 02:50:19,807 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,807 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,807 [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 2025-04-14 02:50:19,808 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,808 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,808 [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 2025-04-14 02:50:19,808 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,808 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,808 [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 2025-04-14 02:50:19,808 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,808 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,808 [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 2025-04-14 02:50:19,809 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,809 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,809 [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 2025-04-14 02:50:19,810 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,810 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,810 [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 2025-04-14 02:50:19,810 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,810 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,810 [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 2025-04-14 02:50:19,811 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,811 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,811 [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 2025-04-14 02:50:19,811 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,811 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,811 [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 2025-04-14 02:50:19,813 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,813 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,814 [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 2025-04-14 02:50:19,814 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,814 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,814 [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 2025-04-14 02:50:19,814 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,814 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,814 [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 2025-04-14 02:50:19,814 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,814 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,815 [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 2025-04-14 02:50:19,815 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,815 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,815 [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 2025-04-14 02:50:19,815 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,815 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,815 [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 2025-04-14 02:50:19,816 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,816 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,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 2025-04-14 02:50:19,818 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,818 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,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 2025-04-14 02:50:19,818 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,818 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,818 [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 2025-04-14 02:50:19,819 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,819 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,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 2025-04-14 02:50:19,819 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,819 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,819 [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 2025-04-14 02:50:19,819 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,819 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,819 [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 2025-04-14 02:50:19,820 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,820 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,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 2025-04-14 02:50:19,821 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,821 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,821 [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 2025-04-14 02:50:19,822 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,822 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,822 [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 2025-04-14 02:50:19,822 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,822 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,823 [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 2025-04-14 02:50:19,823 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,823 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,823 [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 2025-04-14 02:50:19,823 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,823 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,823 [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 2025-04-14 02:50:19,823 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,823 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,823 [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 2025-04-14 02:50:19,824 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,824 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,824 [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 2025-04-14 02:50:19,824 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,824 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,824 [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 2025-04-14 02:50:19,824 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,824 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,824 [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 2025-04-14 02:50:19,825 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,825 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,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 2025-04-14 02:50:19,827 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,827 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,827 [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 2025-04-14 02:50:19,827 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,827 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,827 [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 2025-04-14 02:50:19,827 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,828 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,828 [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 2025-04-14 02:50:19,828 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,828 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,828 [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 2025-04-14 02:50:19,828 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,828 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,828 [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 2025-04-14 02:50:19,828 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,828 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,829 [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 2025-04-14 02:50:19,829 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,829 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,829 [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 2025-04-14 02:50:19,829 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,829 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,829 [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 2025-04-14 02:50:19,830 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,830 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,830 [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 2025-04-14 02:50:19,830 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,830 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,830 [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 2025-04-14 02:50:19,830 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,830 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,830 [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 2025-04-14 02:50:19,831 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,831 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,832 [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 2025-04-14 02:50:19,833 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,833 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,833 [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 2025-04-14 02:50:19,833 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,833 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,833 [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 2025-04-14 02:50:19,833 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,833 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,834 [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 2025-04-14 02:50:19,834 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,834 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,834 [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 2025-04-14 02:50:19,834 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,834 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,834 [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 2025-04-14 02:50:19,834 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,834 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,835 [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 2025-04-14 02:50:19,835 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,835 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,835 [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 2025-04-14 02:50:19,835 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,835 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,835 [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 2025-04-14 02:50:19,835 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,846 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,846 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,846 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,846 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,850 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,850 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2025-04-14 02:50:19,850 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,850 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,851 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2025-04-14 02:50:19,854 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,854 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,855 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,857 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,858 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,872 [main] Transaction began
DEBUG 2025-04-14 02:50:19,881 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,882 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,882 [main] DELETE FROM CUSTOMER
DEBUG 2025-04-14 02:50:19,882 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,882 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,885 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,885 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,885 [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 2025-04-14 02:50:19,885 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,885 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,885 [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 2025-04-14 02:50:19,885 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,885 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,885 [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 2025-04-14 02:50:19,886 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,886 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,886 [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 2025-04-14 02:50:19,886 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,886 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,886 [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 2025-04-14 02:50:19,886 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,886 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,886 [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 2025-04-14 02:50:19,887 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,887 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,887 [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 2025-04-14 02:50:19,887 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,887 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,887 [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 2025-04-14 02:50:19,887 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,887 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,887 [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 2025-04-14 02:50:19,887 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,887 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,889 [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 2025-04-14 02:50:19,889 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,889 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,890 [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 2025-04-14 02:50:19,890 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,890 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,890 [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 2025-04-14 02:50:19,890 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,890 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,890 [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 2025-04-14 02:50:19,890 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,890 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,890 [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 2025-04-14 02:50:19,891 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,891 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,891 [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 2025-04-14 02:50:19,891 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,891 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,891 [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 2025-04-14 02:50:19,891 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,891 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,891 [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 2025-04-14 02:50:19,891 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,892 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,892 [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 2025-04-14 02:50:19,892 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,892 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,892 [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 2025-04-14 02:50:19,892 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,892 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,893 [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 2025-04-14 02:50:19,893 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,893 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,893 [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 2025-04-14 02:50:19,893 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,893 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,893 [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 2025-04-14 02:50:19,893 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,893 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,893 [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 2025-04-14 02:50:19,894 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,894 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,894 [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 2025-04-14 02:50:19,894 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,894 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,894 [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 2025-04-14 02:50:19,894 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,894 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,894 [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 2025-04-14 02:50:19,894 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,894 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,895 [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 2025-04-14 02:50:19,895 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,895 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,895 [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 2025-04-14 02:50:19,895 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,895 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,895 [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 2025-04-14 02:50:19,895 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,896 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,896 [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 2025-04-14 02:50:19,896 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,896 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,896 [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 2025-04-14 02:50:19,896 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,896 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,896 [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 2025-04-14 02:50:19,896 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,896 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,896 [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 2025-04-14 02:50:19,897 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,897 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,897 [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 2025-04-14 02:50:19,897 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,897 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,897 [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 2025-04-14 02:50:19,897 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,897 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,897 [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 2025-04-14 02:50:19,897 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,898 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,898 [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 2025-04-14 02:50:19,898 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,898 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,898 [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 2025-04-14 02:50:19,898 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,898 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,898 [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 2025-04-14 02:50:19,898 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,898 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,898 [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 2025-04-14 02:50:19,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,899 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,899 [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 2025-04-14 02:50:19,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,899 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,899 [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 2025-04-14 02:50:19,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,899 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,899 [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 2025-04-14 02:50:19,899 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,900 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,900 [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 2025-04-14 02:50:19,900 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,900 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,900 [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 2025-04-14 02:50:19,900 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,900 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,900 [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 2025-04-14 02:50:19,900 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,900 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,901 [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 2025-04-14 02:50:19,901 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,901 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,901 [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 2025-04-14 02:50:19,901 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,901 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,901 [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 2025-04-14 02:50:19,901 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,901 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,901 [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 2025-04-14 02:50:19,901 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,902 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,902 [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 2025-04-14 02:50:19,902 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,902 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,902 [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 2025-04-14 02:50:19,902 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,902 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,902 [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 2025-04-14 02:50:19,902 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,902 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,903 [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 2025-04-14 02:50:19,903 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,903 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,903 [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 2025-04-14 02:50:19,903 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,903 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,903 [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 2025-04-14 02:50:19,903 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,903 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,903 [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 2025-04-14 02:50:19,904 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,904 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,904 [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 2025-04-14 02:50:19,904 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,904 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,904 [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 2025-04-14 02:50:19,904 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,904 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,905 [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 2025-04-14 02:50:19,905 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,905 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,906 [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 2025-04-14 02:50:19,906 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,906 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,906 [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 2025-04-14 02:50:19,906 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,906 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,906 [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 2025-04-14 02:50:19,906 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,906 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,906 [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 2025-04-14 02:50:19,907 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,907 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,907 [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 2025-04-14 02:50:19,907 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,907 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,907 [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 2025-04-14 02:50:19,907 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,907 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,907 [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 2025-04-14 02:50:19,907 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,908 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,908 [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 2025-04-14 02:50:19,908 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,908 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,908 [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 2025-04-14 02:50:19,908 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,908 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,908 [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 2025-04-14 02:50:19,908 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,908 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,908 [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 2025-04-14 02:50:19,909 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,909 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,909 [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 2025-04-14 02:50:19,909 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,909 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,909 [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 2025-04-14 02:50:19,909 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,909 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,909 [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 2025-04-14 02:50:19,909 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,909 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,910 [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 2025-04-14 02:50:19,910 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,910 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,910 [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 2025-04-14 02:50:19,910 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,910 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,910 [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 2025-04-14 02:50:19,910 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,910 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,910 [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 2025-04-14 02:50:19,911 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,911 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,911 [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 2025-04-14 02:50:19,911 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,911 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,911 [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 2025-04-14 02:50:19,911 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,911 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,911 [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 2025-04-14 02:50:19,911 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,912 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,912 [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 2025-04-14 02:50:19,912 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,912 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,912 [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 2025-04-14 02:50:19,912 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,912 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,912 [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 2025-04-14 02:50:19,912 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,912 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,912 [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 2025-04-14 02:50:19,913 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,913 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,913 [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 2025-04-14 02:50:19,913 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,913 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,913 [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 2025-04-14 02:50:19,913 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,913 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,913 [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 2025-04-14 02:50:19,913 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,914 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,914 [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 2025-04-14 02:50:19,914 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,914 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,914 [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 2025-04-14 02:50:19,914 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,914 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,914 [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 2025-04-14 02:50:19,914 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,914 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,914 [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 2025-04-14 02:50:19,915 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,915 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,915 [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 2025-04-14 02:50:19,915 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,915 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,915 [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 2025-04-14 02:50:19,915 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,915 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,915 [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 2025-04-14 02:50:19,916 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,916 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,916 [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 2025-04-14 02:50:19,916 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,916 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,916 [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 2025-04-14 02:50:19,916 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,916 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,916 [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 2025-04-14 02:50:19,916 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,916 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,917 [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 2025-04-14 02:50:19,917 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,917 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,917 [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 2025-04-14 02:50:19,917 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,920 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,920 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,920 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,920 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,921 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,922 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2025-04-14 02:50:19,922 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,922 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,922 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2025-04-14 02:50:19,923 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,923 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,924 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,926 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:19,927 [main] Physical connection closed
DEBUG 2025-04-14 02:50:19,940 [main] Transaction began
DEBUG 2025-04-14 02:50:19,950 [main] Physical connection got
DEBUG 2025-04-14 02:50:19,950 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,950 [main] DELETE FROM CUSTOMER
DEBUG 2025-04-14 02:50:19,951 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,951 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,953 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,953 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,953 [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 2025-04-14 02:50:19,953 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,953 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,954 [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 2025-04-14 02:50:19,954 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,954 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,954 [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 2025-04-14 02:50:19,954 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,954 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,954 [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 2025-04-14 02:50:19,954 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,955 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,955 [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 2025-04-14 02:50:19,955 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,955 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,955 [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 2025-04-14 02:50:19,955 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,955 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,955 [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 2025-04-14 02:50:19,955 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,955 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,957 [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 2025-04-14 02:50:19,957 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,957 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,957 [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 2025-04-14 02:50:19,957 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,958 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,958 [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 2025-04-14 02:50:19,958 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,958 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,958 [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 2025-04-14 02:50:19,958 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,958 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,958 [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 2025-04-14 02:50:19,958 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,958 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,958 [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 2025-04-14 02:50:19,959 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,959 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,959 [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 2025-04-14 02:50:19,959 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,959 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,959 [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 2025-04-14 02:50:19,959 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,959 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,960 [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 2025-04-14 02:50:19,960 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,960 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,960 [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 2025-04-14 02:50:19,960 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,960 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,960 [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 2025-04-14 02:50:19,960 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,960 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,960 [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 2025-04-14 02:50:19,961 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,961 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,961 [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 2025-04-14 02:50:19,961 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,961 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,961 [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 2025-04-14 02:50:19,962 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,962 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,962 [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 2025-04-14 02:50:19,962 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,962 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,962 [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 2025-04-14 02:50:19,962 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,962 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,963 [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 2025-04-14 02:50:19,963 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,963 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,963 [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 2025-04-14 02:50:19,963 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,963 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,963 [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 2025-04-14 02:50:19,963 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,963 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,964 [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 2025-04-14 02:50:19,964 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,964 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,964 [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 2025-04-14 02:50:19,965 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,965 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,965 [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 2025-04-14 02:50:19,965 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,965 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,965 [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 2025-04-14 02:50:19,965 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,965 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,965 [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 2025-04-14 02:50:19,965 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,966 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,966 [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 2025-04-14 02:50:19,966 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,966 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,966 [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 2025-04-14 02:50:19,966 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,966 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,966 [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 2025-04-14 02:50:19,967 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,967 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,967 [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 2025-04-14 02:50:19,967 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,967 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,967 [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 2025-04-14 02:50:19,967 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,967 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,967 [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 2025-04-14 02:50:19,967 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,967 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,968 [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 2025-04-14 02:50:19,968 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,968 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,968 [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 2025-04-14 02:50:19,969 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,969 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,969 [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 2025-04-14 02:50:19,969 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,969 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,969 [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 2025-04-14 02:50:19,969 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,969 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,969 [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 2025-04-14 02:50:19,969 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,970 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,970 [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 2025-04-14 02:50:19,970 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,970 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,970 [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 2025-04-14 02:50:19,970 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,970 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,971 [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 2025-04-14 02:50:19,971 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,971 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,971 [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 2025-04-14 02:50:19,971 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,971 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,971 [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 2025-04-14 02:50:19,971 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,971 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,972 [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 2025-04-14 02:50:19,972 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,972 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,972 [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 2025-04-14 02:50:19,972 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,972 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,972 [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 2025-04-14 02:50:19,972 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,972 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,972 [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 2025-04-14 02:50:19,973 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,973 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,973 [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 2025-04-14 02:50:19,973 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,973 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,973 [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 2025-04-14 02:50:19,973 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,973 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,973 [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 2025-04-14 02:50:19,973 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,973 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,974 [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 2025-04-14 02:50:19,974 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,974 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,974 [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 2025-04-14 02:50:19,974 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,974 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,974 [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 2025-04-14 02:50:19,974 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,974 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,976 [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 2025-04-14 02:50:19,976 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,976 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,976 [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 2025-04-14 02:50:19,976 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,976 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,976 [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 2025-04-14 02:50:19,976 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,976 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,976 [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 2025-04-14 02:50:19,977 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,977 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,977 [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 2025-04-14 02:50:19,977 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,977 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,977 [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 2025-04-14 02:50:19,977 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,977 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,977 [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 2025-04-14 02:50:19,977 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,977 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,978 [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 2025-04-14 02:50:19,978 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,978 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,978 [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 2025-04-14 02:50:19,978 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,978 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,978 [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 2025-04-14 02:50:19,978 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,978 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,978 [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 2025-04-14 02:50:19,979 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,979 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,979 [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 2025-04-14 02:50:19,979 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,979 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,979 [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 2025-04-14 02:50:19,979 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,979 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,979 [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 2025-04-14 02:50:19,979 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,979 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,980 [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 2025-04-14 02:50:19,980 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,980 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,980 [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 2025-04-14 02:50:19,980 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,980 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,980 [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 2025-04-14 02:50:19,980 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,980 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,980 [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 2025-04-14 02:50:19,981 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,981 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,981 [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 2025-04-14 02:50:19,981 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,981 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,981 [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 2025-04-14 02:50:19,981 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,981 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,981 [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 2025-04-14 02:50:19,981 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,981 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,982 [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 2025-04-14 02:50:19,982 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,982 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,982 [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 2025-04-14 02:50:19,982 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,982 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,982 [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 2025-04-14 02:50:19,982 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,982 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,982 [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 2025-04-14 02:50:19,983 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,983 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,983 [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 2025-04-14 02:50:19,983 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,983 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,983 [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 2025-04-14 02:50:19,983 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,983 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,983 [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 2025-04-14 02:50:19,983 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,983 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,984 [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 2025-04-14 02:50:19,984 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,984 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,984 [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 2025-04-14 02:50:19,984 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,984 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,984 [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 2025-04-14 02:50:19,984 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,984 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,985 [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 2025-04-14 02:50:19,985 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,985 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,985 [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 2025-04-14 02:50:19,985 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,985 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,985 [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 2025-04-14 02:50:19,985 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,985 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,985 [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 2025-04-14 02:50:19,985 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,986 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,986 [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 2025-04-14 02:50:19,986 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,986 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,986 [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 2025-04-14 02:50:19,986 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,986 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,986 [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 2025-04-14 02:50:19,986 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,986 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,986 [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 2025-04-14 02:50:19,987 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,987 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,987 [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 2025-04-14 02:50:19,987 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,987 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,987 [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 2025-04-14 02:50:19,987 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,987 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,987 [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 2025-04-14 02:50:19,987 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,988 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,988 [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 2025-04-14 02:50:19,988 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,996 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,997 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,997 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,997 [main] Logical connection closed
DEBUG 2025-04-14 02:50:19,998 [main] Logical connection got
DEBUG 2025-04-14 02:50:19,998 [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 2025-04-14 02:50:20,000 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,000 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,000 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,011 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:20,011 [main] Physical connection closed
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 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 2025-04-14 02:50:20,018 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,019 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,019 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,019 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.issue.Jira101Test
DEBUG 2025-04-14 02:50:20,033 [main] Transaction began
DEBUG 2025-04-14 02:50:20,033 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,033 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,033 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,034 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,040 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,041 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,041 [main] INSERT INTO JIRA101_TABLE (aaa, bbb, foo_id) VALUES ('a1', 'b1', 777)
DEBUG 2025-04-14 02:50:20,041 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,042 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,042 [main] SELECT JIRA101_TABLE.aaa, JIRA101_TABLE.bbb, JIRA101_TABLE.foo_id FROM JIRA101_TABLE WHERE  JIRA101_TABLE.FOO_ID = 777
DEBUG 2025-04-14 02:50:20,042 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,042 [main] skip UPDATE: table=JIRA101_TABLE, key{foo_id=777}
DEBUG 2025-04-14 02:50:20,042 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:20,042 [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 2025-04-14 02:50:20,058 [main] Transaction began
DEBUG 2025-04-14 02:50:20,058 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,058 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,059 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,059 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,073 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,073 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,074 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2025-04-14 02:50:20,074 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,074 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:20,074 [main] Physical connection closed
DEBUG 2025-04-14 02:50:20,155 [main] Transaction began
DEBUG 2025-04-14 02:50:20,156 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,156 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,156 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,156 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,172 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,172 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,172 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2025-04-14 02:50:20,172 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,173 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:20,173 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 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 2025-04-14 02:50:20,189 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,189 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,189 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,189 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,192 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,194 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,194 [main] SELECT EMP.ename, EMP.empno, EMP.deptno FROM EMP WHERE empno = 7782
DEBUG 2025-04-14 02:50:20,194 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,194 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,194 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,195 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,195 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,195 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,195 [main] SELECT DEPT.deptno, DEPT.dname FROM DEPT WHERE  DEPT.deptno = 10
DEBUG 2025-04-14 02:50:20,196 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,196 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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  2025-04-14 02:50:20,201 [main] Argument(job) not found
SELECT * FROM emp
WARN  2025-04-14 02:50:20,201 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
[SELECT * FROM emp WHERE job = ?]
WARN  2025-04-14 02:50:20,203 [main] Argument(job) not found
[SELECT * FROM emp WHERE job is null]
[bbb = ?]
[bbbddd]
SELECT * FROM emp WHERE deptno = 10
WARN  2025-04-14 02:50:20,204 [main] Argument(job) not found
WARN  2025-04-14 02:50:20,204 [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  2025-04-14 02:50:20,206 [main] Argument(moge) not found
WARN  2025-04-14 02:50:20,206 [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  2025-04-14 02:50:20,208 [main] Argument(hoge) not found
WARN  2025-04-14 02:50:20,208 [main] Argument($1) not found
WARN  2025-04-14 02:50:20,208 [main] Argument($1) not found
SELECT AAA FROM HOGE where bb = ?  /* comment */
WARN  2025-04-14 02:50:20,210 [main] Argument($1) not found
WARN  2025-04-14 02:50:20,210 [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 2025-04-14 02:50:20,223 [main] Transaction began
DEBUG 2025-04-14 02:50:20,223 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,223 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,223 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,223 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,227 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,229 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,229 [main] INSERT INTO EMP (
    EMPNO,
    ENAME,
    TSTAMP
) VALUES (
	 /* comment */
	2222,
	'aaaaaaaaaaaa',
	null
	 /*  in comment */
)
DEBUG 2025-04-14 02:50:20,229 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,229 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:20,229 [main] Physical connection closed
DEBUG 2025-04-14 02:50:20,241 [main] Transaction began
DEBUG 2025-04-14 02:50:20,241 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,241 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,241 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,241 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,246 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,247 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,247 [main] select * 
  from EMP
 where ENAME = 'te?st'
DEBUG 2025-04-14 02:50:20,247 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,247 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:20,247 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 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 2025-04-14 02:50:20,257 [main] Transaction began
DEBUG 2025-04-14 02:50:20,258 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,258 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,258 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,258 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,275 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,282 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,282 [main] DELETE FROM EMP WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:20,283 [main] DELETE FROM EMP WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:20,283 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,283 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,283 [main] DELETE FROM EMP WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:20,283 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:20,283 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,283 [main] Transaction rolledback
DEBUG 2025-04-14 02:50:20,283 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.impl.NullBeanMetaDataTest
[EDAO0027]Not found Bean class associated with Dao interface (org.seasar.dao.impl.NullBeanMetaDataTest$HogeDao)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.impl.OverloadNotSupportedSqlCommandTest
DEBUG 2025-04-14 02:50:20,291 [main] Physical connection got
DEBUG 2025-04-14 02:50:20,291 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,291 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,291 [main] Logical connection got
DEBUG 2025-04-14 02:50:20,307 [main] Logical connection closed
DEBUG 2025-04-14 02:50:20,308 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec

Results :

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running examples.dao.EmployeeDaoTest
DEBUG 2025-04-14 02:50:23,004 [main] Physical connection got
DEBUG 2025-04-14 02:50:23,004 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,018 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,019 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,070 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,093 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,094 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-04-14 02:50:23,107 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,108 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,110 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,116 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.881 sec
Running examples.dao.EmployeeDaoClientTest
DEBUG 2025-04-14 02:50:23,187 [main] Physical connection got
DEBUG 2025-04-14 02:50:23,187 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,187 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,187 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,200 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,205 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,206 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno ORDER BY emp.empno
DEBUG 2025-04-14 02:50:23,214 [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 2025-04-14 02:50:23,218 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,218 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788 AND emp.deptno = dept.deptno
DEBUG 2025-04-14 02:50:23,222 [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 2025-04-14 02:50:23,222 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,222 [main] SELECT count(*) FROM emp
DEBUG 2025-04-14 02:50:23,223 [main] Logical connection closed
count:14
DEBUG 2025-04-14 02:50:23,223 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,224 [main] SELECT * FROM emp

DEBUG 2025-04-14 02:50:23,231 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,231 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,231 [main] SELECT * FROM emp
WHERE
  job = 'CLERK'
  

DEBUG 2025-04-14 02:50:23,232 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,232 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,232 [main] SELECT * FROM emp
WHERE
  
  deptno = 20

DEBUG 2025-04-14 02:50:23,233 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,233 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,233 [main] SELECT * FROM emp
WHERE
  job = 'CLERK'
  AND deptno = 20

DEBUG 2025-04-14 02:50:23,234 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,235 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,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 deptno = 20

DEBUG 2025-04-14 02:50:23,236 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,236 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,236 [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 2025-04-14 02:50:23,238 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,238 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,238 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2025-04-14 02:50:23,240 [main] Logical connection closed
updatedRows:1
DEBUG 2025-04-14 02:50:23,240 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,240 [main] SELECT empno FROM emp
DEBUG 2025-04-14 02:50:23,240 [main] Logical connection closed
7369
7499
7521
7566
7654
7698
7782
7788
7839
7844
7876
7900
7902
7934
DEBUG 2025-04-14 02:50:23,240 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running examples.dao.EmployeeAutoDaoClientTest
DEBUG 2025-04-14 02:50:23,307 [main] Physical connection got
DEBUG 2025-04-14 02:50:23,307 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,307 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,307 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,317 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,325 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,325 [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 2025-04-14 02:50:23,328 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,328 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,328 [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 2025-04-14 02:50:23,330 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,330 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,330 [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 2025-04-14 02:50:23,331 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,331 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,331 [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 2025-04-14 02:50:23,333 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,333 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,333 [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 2025-04-14 02:50:23,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 {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 2025-04-14 02:50:23,335 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,335 [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 2025-04-14 02:50:23,337 [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 2025-04-14 02:50:23,340 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,340 [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 2025-04-14 02:50:23,342 [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 2025-04-14 02:50:23,342 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,343 [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 2025-04-14 02:50:23,343 [main] Logical connection closed
before timestamp:2005-01-18 13:09:32.213
DEBUG 2025-04-14 02:50:23,344 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,346 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.23', 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 2025-04-14 02:50:23,346 [main] Logical connection closed
after timestamp:2025-04-14 02:50:23.344
DEBUG 2025-04-14 02:50:23,346 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running examples.dao.DepartmentManagerClientTest
DEBUG 2025-04-14 02:50:23,373 [main] Physical connection got
DEBUG 2025-04-14 02:50:23,374 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,374 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,374 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,408 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,411 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,411 [main] INSERT INTO DEPT (deptno, dname, versionno) VALUES (99, 'foo', 0)
DEBUG 2025-04-14 02:50:23,411 [main] Logical connection closed
before update versionNo:0
DEBUG 2025-04-14 02:50:23,411 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,411 [main] UPDATE DEPT SET dname = 'bar', loc = null, versionno = 1 WHERE deptno = 99 AND versionno = 0
DEBUG 2025-04-14 02:50:23,412 [main] Logical connection closed
after update versionNo:1
DEBUG 2025-04-14 02:50:23,412 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,412 [main] DELETE FROM DEPT WHERE deptno = 99 AND versionno = 1
DEBUG 2025-04-14 02:50:23,413 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,413 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running examples.dao.DepartmentDaoClientTest
DEBUG 2025-04-14 02:50:23,439 [main] Physical connection got
DEBUG 2025-04-14 02:50:23,439 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,439 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,439 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,443 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,444 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,444 [main] INSERT INTO DEPT (deptno, dname, versionno) VALUES (99, 'foo', 0)
DEBUG 2025-04-14 02:50:23,445 [main] Logical connection closed
before update versionNo:0
DEBUG 2025-04-14 02:50:23,445 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,445 [main] UPDATE DEPT SET dname = 'bar', loc = null, versionno = 1 WHERE deptno = 99 AND versionno = 0
DEBUG 2025-04-14 02:50:23,446 [main] Logical connection closed
after update versionNo:1
DEBUG 2025-04-14 02:50:23,447 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,447 [main] DELETE FROM DEPT WHERE deptno = 99 AND versionno = 1
DEBUG 2025-04-14 02:50:23,447 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,447 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running examples.dao.ConvertTableExampleClientTest
DEBUG 2025-04-14 02:50:23,472 [main] Physical connection got
DEBUG 2025-04-14 02:50:23,472 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,472 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,472 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,485 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,486 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,486 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:23,486 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,486 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running examples.dao.Employee2DaoClientTest
DEBUG 2025-04-14 02:50:23,547 [main] Physical connection got
DEBUG 2025-04-14 02:50:23,547 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,548 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,548 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,556 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,557 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,557 [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 2025-04-14 02:50:23,558 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-14 02:50:23.344 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-14 02:50:23,559 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,559 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,559 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,565 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,565 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,566 [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 2025-04-14 02:50:23,567 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-14 02:50:23.344 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-14 02:50:23,568 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running examples.dao.TruncateTableDaoClientTest
DEBUG 2025-04-14 02:50:23,886 [main] Physical connection got
DEBUG 2025-04-14 02:50:23,886 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,889 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,890 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,890 [main] DROP TABLE IF EXISTS H2TEST
DEBUG 2025-04-14 02:50:23,896 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,896 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,896 [main] CREATE TABLE H2TEST (ID INT PRIMARY KEY, AAA VARCHAR(255))
DEBUG 2025-04-14 02:50:23,906 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,906 [main] Logical connection got
DEBUG 2025-04-14 02:50:23,907 [main] TRUNCATE TABLE H2TEST
DEBUG 2025-04-14 02:50:23,908 [main] Logical connection closed
DEBUG 2025-04-14 02:50:23,917 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec

Results :

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

[INFO] [jar:jar]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: source-jar}]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-examples/1.0.52-SNAPSHOT/s2-dao-examples-1.0.52-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-examples/target/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-examples/1.0.52-SNAPSHOT/s2-dao-examples-1.0.52-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao tests for Seasar2.4.x
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/src/main/resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 7 resources
[INFO] Copying 117 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 177 source files to /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.seasar.dao.impl.EntityManagerImplTest
DEBUG 2025-04-14 02:50:25,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:25,742 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:25,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:25,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:25,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:25,800 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:25,846 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:25,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:25,879 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,079 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,079 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,095 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,096 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,178 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,219 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,221 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,236 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,237 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,243 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,244 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,248 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,260 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,273 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,278 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,278 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,278 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,279 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,293 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,298 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,298 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,299 [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 2025-04-14 02:50:26,299 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,302 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,305 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,309 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,317 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,320 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,325 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,327 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,327 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,328 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,328 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,337 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,342 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,342 [main] SELECT * FROM EMP WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,343 [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 2025-04-14 02:50:26,344 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,368 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,371 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,384 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,386 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,391 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,394 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,394 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,395 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,395 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,423 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,431 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,431 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,432 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,432 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,434 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,434 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,454 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,457 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,458 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,458 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,458 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,465 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,470 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,470 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,471 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,472 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,474 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,481 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,494 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,497 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,497 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,497 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,497 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,505 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,535 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,536 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,537 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,537 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,539 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,540 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,546 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,550 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,562 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,566 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,566 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,566 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,566 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,574 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,581 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,581 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,582 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,582 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,584 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,586 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,589 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,605 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,608 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,608 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,608 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,608 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,620 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,627 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,627 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,628 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,628 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,630 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,633 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,645 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,646 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,650 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,654 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,654 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,654 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,654 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,662 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,691 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,692 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,692 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,692 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,694 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,697 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,711 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,712 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,716 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,720 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,720 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,721 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,721 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,726 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,731 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,732 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:26,732 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,732 [main] Physical connection closed
DEBUG 2025-04-14 02:50:26,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,734 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,737 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,747 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:26,751 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,751 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,751 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,751 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,756 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,763 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,763 [main] select count(*) from emp
DEBUG 2025-04-14 02:50:26,765 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,765 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 sec
Running org.seasar.dao.impl.FastPropertyTypeFactoryTest
DEBUG 2025-04-14 02:50:26,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,774 [main] S2Container will be created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2025-04-14 02:50:26,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,781 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,781 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,786 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,786 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,787 [main] S2Container is created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2025-04-14 02:50:26,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,793 [main] S2Container will be created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2025-04-14 02:50:26,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,796 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,797 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,826 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,827 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,827 [main] S2Container is created(path=org/seasar/dao/impl/FastPropertyTypeFactoryTest.dicon)
DEBUG 2025-04-14 02:50:26,831 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,831 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:26,831 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,831 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandler2Test
DEBUG 2025-04-14 02:50:26,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,839 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,840 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,842 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,842 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,850 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,850 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:26,853 [main] Table(BeanMetaDataResultSetHandler2Test$MyEmp) not found
DEBUG 2025-04-14 02:50:26,939 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,940 [main] Logical connection got, tx=null
7788
DEBUG 2025-04-14 02:50:26,942 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:26,942 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running org.seasar.dao.impl.DeleteAutoStaticCommandTest
DEBUG 2025-04-14 02:50:26,947 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:26,947 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,948 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:26,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:26,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:26,960 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:26,962 [main] Physical connection got
DEBUG 2025-04-14 02:50:26,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:26,963 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:26,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:26,998 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:27,015 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:27,015 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:27,017 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:27,018 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:27,019 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:27,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:27,020 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/0, BranchId=]
DEBUG 2025-04-14 02:50:27,020 [main] Physical connection closed
DEBUG 2025-04-14 02:50:27,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:27,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,024 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,036 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/1, BranchId=]
DEBUG 2025-04-14 02:50:27,037 [main] Physical connection got
DEBUG 2025-04-14 02:50:27,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/1, BranchId=]
DEBUG 2025-04-14 02:50:27,037 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/1, BranchId=]
DEBUG 2025-04-14 02:50:27,037 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/1, BranchId=]
DEBUG 2025-04-14 02:50:27,049 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/1, BranchId=]
DEBUG 2025-04-14 02:50:27,052 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/1, BranchId=]
DEBUG 2025-04-14 02:50:27,052 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2025-04-14 02:50:27,052 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/1, BranchId=]
DEBUG 2025-04-14 02:50:27,052 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/1, BranchId=]
DEBUG 2025-04-14 02:50:27,052 [main] Physical connection closed
DEBUG 2025-04-14 02:50:27,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:27,055 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,056 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,061 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,061 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,066 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,067 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,069 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/2, BranchId=]
DEBUG 2025-04-14 02:50:27,069 [main] Physical connection got
DEBUG 2025-04-14 02:50:27,069 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/2, BranchId=]
DEBUG 2025-04-14 02:50:27,070 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/2, BranchId=]
DEBUG 2025-04-14 02:50:27,070 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/2, BranchId=]
DEBUG 2025-04-14 02:50:27,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/2, BranchId=]
DEBUG 2025-04-14 02:50:27,107 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/2, BranchId=]
DEBUG 2025-04-14 02:50:27,108 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = -1
DEBUG 2025-04-14 02:50:27,109 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/2, BranchId=]
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2025-04-14 02:50:27,109 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/2, BranchId=]
DEBUG 2025-04-14 02:50:27,109 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 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 2025-04-14 02:50:27,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:27,121 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,122 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,124 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,136 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,139 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,162 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/3, BranchId=]
DEBUG 2025-04-14 02:50:27,163 [main] Physical connection got
DEBUG 2025-04-14 02:50:27,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/3, BranchId=]
DEBUG 2025-04-14 02:50:27,163 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/3, BranchId=]
DEBUG 2025-04-14 02:50:27,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/3, BranchId=]
DEBUG 2025-04-14 02:50:27,169 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/3, BranchId=]
DEBUG 2025-04-14 02:50:27,170 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/3, BranchId=]
DEBUG 2025-04-14 02:50:27,170 [main] INSERT INTO EMP (empno, ename, deptno) VALUES (99, 'hoge', 0)
DEBUG 2025-04-14 02:50:27,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/3, BranchId=]
DEBUG 2025-04-14 02:50:27,171 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/3, BranchId=]
DEBUG 2025-04-14 02:50:27,172 [main] Physical connection closed
DEBUG 2025-04-14 02:50:27,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:27,175 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,176 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,186 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,187 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,190 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,191 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,218 [main] Physical connection got
DEBUG 2025-04-14 02:50:27,219 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:27,219 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:27,219 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:27,227 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:27,228 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:27,228 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:27,229 [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 2025-04-14 02:50:27,230 [main] Physical connection closed
DEBUG 2025-04-14 02:50:27,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:27,233 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,233 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,237 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,245 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,246 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,262 [main] Physical connection got
DEBUG 2025-04-14 02:50:27,262 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:27,262 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:27,262 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:27,296 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:27,298 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:27,298 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0.0 AND 1000.0
DEBUG 2025-04-14 02:50:27,299 [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 2025-04-14 02:50:27,299 [main] Physical connection closed
DEBUG 2025-04-14 02:50:27,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:27,302 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,303 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,306 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,308 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,308 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,312 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,312 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,315 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,315 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,335 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/4, BranchId=]
DEBUG 2025-04-14 02:50:27,335 [main] Physical connection got
DEBUG 2025-04-14 02:50:27,336 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/4, BranchId=]
DEBUG 2025-04-14 02:50:27,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/4, BranchId=]
DEBUG 2025-04-14 02:50:27,336 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/4, BranchId=]
DEBUG 2025-04-14 02:50:27,341 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/4, BranchId=]
DEBUG 2025-04-14 02:50:27,343 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/4, BranchId=]
DEBUG 2025-04-14 02:50:27,343 [main] INSERT INTO EMP (empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES (99, 'hoge', 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:27,343 [main] INSERT INTO EMP (empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES (98, 'hoge2', 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:27,343 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/4, BranchId=]
DEBUG 2025-04-14 02:50:27,343 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/4, BranchId=]
DEBUG 2025-04-14 02:50:27,344 [main] Physical connection closed
DEBUG 2025-04-14 02:50:27,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:27,346 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,348 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,356 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:27,356 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:27,359 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:27,360 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeAutoDao.dicon)
DEBUG 2025-04-14 02:50:27,376 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,376 [main] Physical connection got
DEBUG 2025-04-14 02:50:27,377 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,377 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,377 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,382 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,383 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,384 [main] INSERT INTO EMP (empno, ename, deptno) VALUES (99, '~', 0)
DEBUG 2025-04-14 02:50:27,384 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,384 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,384 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 99
DEBUG 2025-04-14 02:50:27,384 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,385 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/5, BranchId=]
DEBUG 2025-04-14 02:50:27,385 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec
Running org.seasar.dao.impl.StaticStoredProcedureCommandTest
DEBUG 2025-04-14 02:50:27,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:27,390 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:27,391 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:27,392 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,394 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:27,394 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:27,395 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:27,397 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:27,398 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:27,401 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:27,404 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:27,404 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:27,408 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:27,409 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:27,582 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:27,849 [main] Physical connection got
DEBUG 2025-04-14 02:50:27,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:27,852 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:27,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:27,855 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,204 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,286 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,301 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,314 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,314 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,314 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,325 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,337 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,347 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,355 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,355 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,355 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,363 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,373 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,374 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,374 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,382 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,391 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,391 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,391 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,407 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,407 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,407 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,415 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,468 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,477 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,477 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,487 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,514 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/6, BranchId=]
DEBUG 2025-04-14 02:50:28,514 [main] Physical connection closed
DEBUG 2025-04-14 02:50:28,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:28,518 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:28,519 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,522 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,523 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,524 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,525 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,526 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,530 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,531 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,534 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:28,535 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:28,537 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,538 [main] Physical connection got
DEBUG 2025-04-14 02:50:28,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,546 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,551 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,552 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,552 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,554 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,558 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,559 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,559 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,560 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,562 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,564 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,568 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,568 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,568 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,572 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,575 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,577 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,585 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,585 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,588 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
{CCC=2025-04-14 02:50:28.588, BBB=aaaaa2}
DEBUG 2025-04-14 02:50:28,590 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/7, BranchId=]
DEBUG 2025-04-14 02:50:28,590 [main] Physical connection closed
DEBUG 2025-04-14 02:50:28,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:28,594 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:28,595 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,597 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,597 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,599 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,600 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,601 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,601 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,605 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,606 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,608 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:28,609 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:28,621 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,621 [main] Physical connection got
DEBUG 2025-04-14 02:50:28,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,630 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,632 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,634 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,636 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,636 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,636 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,638 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,646 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,647 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,648 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,648 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,651 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,655 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,655 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,655 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,657 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,659 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,659 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,659 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,661 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,663 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,663 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,663 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,668 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,671 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,673 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/8, BranchId=]
DEBUG 2025-04-14 02:50:28,674 [main] Physical connection closed
DEBUG 2025-04-14 02:50:28,675 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:28,675 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:28,677 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,680 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,681 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,682 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,683 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,684 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,688 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,689 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,691 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:28,692 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:28,694 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,696 [main] Physical connection got
DEBUG 2025-04-14 02:50:28,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,710 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,710 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,710 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,713 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,718 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,721 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,733 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/9, BranchId=]
DEBUG 2025-04-14 02:50:28,733 [main] Physical connection closed
DEBUG 2025-04-14 02:50:28,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:28,735 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:28,737 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,738 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,739 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,739 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,742 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,744 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,745 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,745 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,748 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,748 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,751 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:28,751 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:28,755 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,756 [main] Physical connection got
DEBUG 2025-04-14 02:50:28,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,756 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,756 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,757 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,759 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,759 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,761 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,761 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,762 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,763 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,764 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,764 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,764 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
{CCC=25, EEE=625}
DEBUG 2025-04-14 02:50:28,830 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/10, BranchId=]
DEBUG 2025-04-14 02:50:28,830 [main] Physical connection closed
DEBUG 2025-04-14 02:50:28,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:28,832 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:28,834 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,836 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,838 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,839 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,840 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,840 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,842 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,843 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,845 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:28,846 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:28,850 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,851 [main] Physical connection got
DEBUG 2025-04-14 02:50:28,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,851 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,851 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,852 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,855 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,861 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,862 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,862 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,862 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,866 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,869 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,869 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,869 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,870 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,871 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,871 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,871 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,872 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,873 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,873 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,873 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,876 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,877 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,878 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,879 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,879 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,881 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,884 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,884 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,886 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,886 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/11, BranchId=]
DEBUG 2025-04-14 02:50:28,886 [main] Physical connection closed
DEBUG 2025-04-14 02:50:28,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:28,888 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:28,890 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,893 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,893 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,895 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,896 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,897 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,897 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,905 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,906 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,908 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:28,908 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:28,911 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,912 [main] Physical connection got
DEBUG 2025-04-14 02:50:28,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,922 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,922 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,923 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,926 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,927 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,927 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,927 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,932 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,932 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,932 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,934 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,937 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,937 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,937 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,939 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,940 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,940 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,942 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,942 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/12, BranchId=]
DEBUG 2025-04-14 02:50:28,942 [main] Physical connection closed
DEBUG 2025-04-14 02:50:28,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:28,944 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:28,945 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,948 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,950 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,951 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,952 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:28,952 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:28,955 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:28,956 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,958 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:28,958 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:28,963 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,963 [main] Physical connection got
DEBUG 2025-04-14 02:50:28,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,964 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,964 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,964 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,965 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,966 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,966 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,966 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,967 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,968 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,968 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,968 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,969 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,970 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,970 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,970 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,971 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,973 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,973 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,973 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,974 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,975 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,977 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,978 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,979 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,981 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,981 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,981 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,982 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,983 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,986 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,987 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,988 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,992 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/13, BranchId=]
DEBUG 2025-04-14 02:50:28,992 [main] Physical connection closed
DEBUG 2025-04-14 02:50:28,994 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:28,994 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:28,996 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:28,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,998 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:28,999 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:29,000 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:29,001 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:29,002 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:29,002 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:29,004 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:29,005 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:29,008 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:29,008 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:29,012 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,012 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,012 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,012 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,013 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,013 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,014 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,015 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,015 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,015 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,017 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,018 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,018 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,018 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,019 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,020 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,020 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,020 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,022 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,023 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,024 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,024 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,025 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,025 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,025 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,026 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,026 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,027 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,027 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,027 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,028 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,030 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,030 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,030 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,032 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,032 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,032 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,033 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,035 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,035 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,036 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,036 [main] Logical connection closed, tx=null
[EDAO0032]Method argument size(2) is unmatched with procedure in-parameter size(3).
DEBUG 2025-04-14 02:50:29,037 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,037 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,038 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,039 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:29,089 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:29,089 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,091 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:29,093 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:29,094 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:29,094 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:29,095 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:29,097 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:29,099 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:29,101 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:29,102 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:29,105 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,105 [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 2025-04-14 02:50:29,106 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,106 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,108 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:29,110 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:29,110 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,112 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,112 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:29,114 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:29,115 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:29,116 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:29,116 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:29,118 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:29,119 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:29,122 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:29,122 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:29,127 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,127 [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 2025-04-14 02:50:29,135 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,136 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,138 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:29,139 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:29,140 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,142 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:29,143 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:29,144 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:29,146 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:29,146 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:29,149 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:29,149 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:29,152 [main] S2Container is created(path=dao-derby.dicon)
WARN  2025-04-14 02:50:29,152 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:29,155 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,155 [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 2025-04-14 02:50:29,194 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,194 [main] Physical connection closed
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.811 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 2025-04-14 02:50:29,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,203 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,205 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,205 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,209 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,209 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,212 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/14, BranchId=]
DEBUG 2025-04-14 02:50:29,213 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/14, BranchId=]
DEBUG 2025-04-14 02:50:29,213 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/14, BranchId=]
DEBUG 2025-04-14 02:50:29,213 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/14, BranchId=]
DEBUG 2025-04-14 02:50:29,222 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/14, BranchId=]
DEBUG 2025-04-14 02:50:29,222 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/14, BranchId=]
DEBUG 2025-04-14 02:50:29,222 [main] INSERT INTO PKONLYTABLE (aaa) VALUES ('value')
DEBUG 2025-04-14 02:50:29,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/14, BranchId=]
DEBUG 2025-04-14 02:50:29,223 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/14, BranchId=]
DEBUG 2025-04-14 02:50:29,223 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,227 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,233 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,234 [main] S2Container will be created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2025-04-14 02:50:29,234 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:29,238 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:29,239 [main] S2Container is created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2025-04-14 02:50:29,250 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/15, BranchId=]
DEBUG 2025-04-14 02:50:29,250 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/15, BranchId=]
DEBUG 2025-04-14 02:50:29,251 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/15, BranchId=]
DEBUG 2025-04-14 02:50:29,251 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/15, BranchId=]
DEBUG 2025-04-14 02:50:29,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/15, BranchId=]
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73$$MethodInvocation$$updateUnlessNull1.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73.updateUnlessNull(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1d86a73.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateUnlessNullTx(PkOnlyTableTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2025-04-14 02:50:29,257 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/15, BranchId=]
DEBUG 2025-04-14 02:50:29,257 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,262 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,265 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,266 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,267 [main] S2Container will be created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2025-04-14 02:50:29,268 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:29,271 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:29,272 [main] S2Container is created(path=org/seasar/dao/impl/PkOnlyTableTest.dicon)
DEBUG 2025-04-14 02:50:29,283 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/16, BranchId=]
DEBUG 2025-04-14 02:50:29,283 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,283 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/16, BranchId=]
DEBUG 2025-04-14 02:50:29,283 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/16, BranchId=]
DEBUG 2025-04-14 02:50:29,283 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/16, BranchId=]
DEBUG 2025-04-14 02:50:29,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/16, BranchId=]
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2, because org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3$$MethodInvocation$$update0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3.update(PkOnlyTableTest$PkOnlyTableDao2$$EnhancedByS2AOP$$1e45e3.java)
	at org.seasar.dao.impl.PkOnlyTableTest.testUpdateTx(PkOnlyTableTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0020]Can not update table only for primary key
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:114)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 38 more
DEBUG 2025-04-14 02:50:29,290 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/16, BranchId=]
DEBUG 2025-04-14 02:50:29,291 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.seasar.dao.impl.ProcedureHsqldbTest
DEBUG 2025-04-14 02:50:29,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,297 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,299 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,343 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,347 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,347 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,347 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,347 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:29,350 [main] Table(ProcedureHsqldbTest$ABean) not found
DEBUG 2025-04-14 02:50:29,352 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,352 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,352 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,352 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,361 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,371 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,371 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,374 [main] Logical connection closed, tx=null
2025-04-14 00:00:00.0
DEBUG 2025-04-14 02:50:29,374 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,374 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.dao.impl.SelectDynamicCommandTest
DEBUG 2025-04-14 02:50:29,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,385 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,385 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,389 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,389 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,413 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,413 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,413 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2025-04-14 02:50:29,414 [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 2025-04-14 02:50:29,414 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,417 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,418 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,420 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,420 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,427 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,427 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,427 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,427 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,454 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,461 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,462 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2025-04-14 02:50:29,463 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,463 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:29,463 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369 AND EMP.deptno = 20 AND EMP.job = 'CLERK'
DEBUG 2025-04-14 02:50:29,464 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:29,464 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,475 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,476 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,477 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,480 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,481 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,481 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,481 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,493 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,493 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (100, 0, 'NAME0')
DEBUG 2025-04-14 02:50:29,493 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,494 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (200, 1, 'NAME1')
DEBUG 2025-04-14 02:50:29,495 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,495 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,495 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (300, 2, 'NAME2')
DEBUG 2025-04-14 02:50:29,495 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,497 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,497 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.employee_name = 'NAME1'
DEBUG 2025-04-14 02:50:29,498 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,500 [main] SELECT EMP3.department_id, EMP3.employee_id, EMP3.employee_name FROM EMP3 WHERE  EMP3.department_Id = 200
DEBUG 2025-04-14 02:50:29,500 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,500 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/17, BranchId=]
DEBUG 2025-04-14 02:50:29,500 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running org.seasar.dao.impl.NoPkTableTest
DEBUG 2025-04-14 02:50:29,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,504 [main] S2Container will be created(path=org/seasar/dao/impl/NoPkTableTest.dicon)
DEBUG 2025-04-14 02:50:29,505 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:29,507 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,517 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:29,518 [main] S2Container is created(path=org/seasar/dao/impl/NoPkTableTest.dicon)
DEBUG 2025-04-14 02:50:29,530 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,531 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,531 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,536 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,538 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:29,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,538 [main] INSERT INTO NO_PK_TABLE VALUES ('a', 1)
DEBUG 2025-04-14 02:50:29,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,539 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,539 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:29,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,539 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,539 [main] UPDATE NO_PK_TABLE SET AAA = 'a2'
DEBUG 2025-04-14 02:50:29,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,539 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,540 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:29,540 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,540 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,540 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'hoge'
DEBUG 2025-04-14 02:50:29,540 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,540 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,540 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:29,541 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,542 [main] DELETE FROM NO_PK_TABLE WHERE AAA = 'a2'
DEBUG 2025-04-14 02:50:29,542 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,542 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,542 [main] SELECT NO_PK_TABLE.aaa, NO_PK_TABLE.bbb FROM NO_PK_TABLE
DEBUG 2025-04-14 02:50:29,543 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,543 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/18, BranchId=]
DEBUG 2025-04-14 02:50:29,543 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.seasar.dao.impl.UpdateModifiedOnlyCommandTest
DEBUG 2025-04-14 02:50:29,546 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,547 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,588 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,589 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,590 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,592 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,592 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,596 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,599 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,602 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,625 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,625 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,625 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,636 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,637 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,637 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:29,638 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
ename, ename
job, job
DEBUG 2025-04-14 02:50:29,639 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,640 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.29', ename = 'hoge', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:29,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,640 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/19, BranchId=]
DEBUG 2025-04-14 02:50:29,640 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,643 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,644 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,647 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,649 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,654 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,656 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,658 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,683 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,684 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,695 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:29,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
job, job
DEBUG 2025-04-14 02:50:29,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,696 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.29', job = 'hoge2' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:29,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,696 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/20, BranchId=]
DEBUG 2025-04-14 02:50:29,696 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,699 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,700 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,705 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,709 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,709 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,712 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,713 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,736 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,736 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,748 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,748 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,748 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:29,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
timestamp, tstamp
DEBUG 2025-04-14 02:50:29,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,750 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.29' WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:29,751 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,751 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/21, BranchId=]
DEBUG 2025-04-14 02:50:29,751 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,753 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,755 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,756 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,764 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,766 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,789 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/22, BranchId=]
DEBUG 2025-04-14 02:50:29,789 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/22, BranchId=]
DEBUG 2025-04-14 02:50:29,790 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/22, BranchId=]
DEBUG 2025-04-14 02:50:29,790 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/22, BranchId=]
DEBUG 2025-04-14 02:50:29,843 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/22, BranchId=]
DEBUG 2025-04-14 02:50:29,845 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/22, BranchId=]
DEBUG 2025-04-14 02:50:29,845 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:29,846 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/22, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0
DEBUG 2025-04-14 02:50:29,846 [main] skip UPDATE: table=EMP, key{empno=7499}
DEBUG 2025-04-14 02:50:29,846 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/22, BranchId=]
DEBUG 2025-04-14 02:50:29,846 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,848 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,850 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,851 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,861 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,863 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,887 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,888 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,888 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,888 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,888 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,909 [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 2025-04-14 02:50:29,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
7499, ALLEN, SALESMAN, 1600.0, 300.0, 2000-01-01 00:00:00.0
30, SALES, CHICAGO
class org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Dept$$EnhancedByS2AOP$$16feee5
DEBUG 2025-04-14 02:50:29,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
dname, dname
DEBUG 2025-04-14 02:50:29,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,918 [main] UPDATE DEPT SET dname = 'FOO' WHERE deptno = 30
DEBUG 2025-04-14 02:50:29,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,918 [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 2025-04-14 02:50:29,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,919 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/23, BranchId=]
DEBUG 2025-04-14 02:50:29,919 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,922 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,923 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,924 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,926 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,926 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,936 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,937 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,962 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,962 [main] Physical connection got
DEBUG 2025-04-14 02:50:29,962 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,962 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,962 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,978 [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 2025-04-14 02:50:29,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/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 2025-04-14 02:50:29,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,983 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
dname, dname
DEBUG 2025-04-14 02:50:29,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,984 [main] UPDATE DEPT SET dname = 'baar' WHERE deptno = 20
DEBUG 2025-04-14 02:50:29,984 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,984 [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 2025-04-14 02:50:29,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,985 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/24, BranchId=]
DEBUG 2025-04-14 02:50:29,985 [main] Physical connection closed
DEBUG 2025-04-14 02:50:29,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:29,987 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:29,988 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:29,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,990 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:29,992 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:29,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:29,999 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:30,001 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:30,027 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/25, BranchId=]
DEBUG 2025-04-14 02:50:30,027 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,027 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/25, BranchId=]
DEBUG 2025-04-14 02:50:30,027 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/25, BranchId=]
DEBUG 2025-04-14 02:50:30,027 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/25, BranchId=]
DEBUG 2025-04-14 02:50:30,038 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/25, BranchId=]
[EDAO0021]Can not use update method of ModifiedOnly because property (modifiedPropertyNames) not found in org.seasar.dao.impl.UpdateModifiedOnlyCommandTest$Emp
DEBUG 2025-04-14 02:50:30,040 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/25, BranchId=]
DEBUG 2025-04-14 02:50:30,040 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,045 [main] S2Container will be created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:30,047 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:30,048 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,049 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,106 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:30,108 [main] S2Container is created(path=org/seasar/dao/impl/UpdateModifiedOnlyCommandTest.dicon)
DEBUG 2025-04-14 02:50:30,130 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,130 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,130 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,131 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,134 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,136 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,136 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:30,136 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,136 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,137 [main] UPDATE EMP SET ename = 'ModifiedPropertiesByReflection' WHERE empno = 7499
DEBUG 2025-04-14 02:50:30,137 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,137 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,137 [main] SELECT EMP.empno, EMP.ename, EMP.job, EMP.comm, EMP.sal FROM EMP WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:30,137 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,137 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/26, BranchId=]
DEBUG 2025-04-14 02:50:30,137 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 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.008 sec
Running org.seasar.dao.impl.DtoMetaDataResultSetHandlerTest
DEBUG 2025-04-14 02:50:30,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,150 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,151 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,163 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,163 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,168 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,168 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:30,168 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:30,168 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,170 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,178 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,178 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:30,179 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:30,179 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.impl.DaoAnnotationReaderImplTest
DEBUG 2025-04-14 02:50:30,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,184 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,185 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,186 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,194 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,199 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,203 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,203 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,207 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,208 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,208 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,213 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,214 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,217 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,217 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,221 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,225 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,228 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,233 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,233 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,238 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,239 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,240 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,241 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,245 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,246 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,246 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,250 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,259 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,262 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:30,263 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,265 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,266 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,270 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,270 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,270 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 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 2025-04-14 02:50:30,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,281 [main] S2Container will be created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2025-04-14 02:50:30,282 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:30,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,327 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,327 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,333 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:30,334 [main] S2Container is created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2025-04-14 02:50:30,349 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/27, BranchId=]
DEBUG 2025-04-14 02:50:30,349 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,349 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/27, BranchId=]
DEBUG 2025-04-14 02:50:30,349 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/27, BranchId=]
DEBUG 2025-04-14 02:50:30,349 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/27, BranchId=]
DEBUG 2025-04-14 02:50:30,353 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/27, BranchId=]
DEBUG 2025-04-14 02:50:30,356 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/27, BranchId=]
DEBUG 2025-04-14 02:50:30,356 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7566, 7900) 
DEBUG 2025-04-14 02:50:30,357 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/27, BranchId=]
DEBUG 2025-04-14 02:50:30,357 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/27, BranchId=]
DEBUG 2025-04-14 02:50:30,358 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,361 [main] S2Container will be created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2025-04-14 02:50:30,361 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:30,362 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,364 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,368 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,369 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,371 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:30,372 [main] S2Container is created(path=org/seasar/dao/impl/ListBindTest.dicon)
DEBUG 2025-04-14 02:50:30,391 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/28, BranchId=]
DEBUG 2025-04-14 02:50:30,391 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,391 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/28, BranchId=]
DEBUG 2025-04-14 02:50:30,391 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/28, BranchId=]
DEBUG 2025-04-14 02:50:30,391 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/28, BranchId=]
DEBUG 2025-04-14 02:50:30,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/28, BranchId=]
DEBUG 2025-04-14 02:50:30,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/28, BranchId=]
DEBUG 2025-04-14 02:50:30,397 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, EMP.tstamp FROM EMP  WHERE  empno IN (7900, 7902) 
DEBUG 2025-04-14 02:50:30,398 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/28, BranchId=]
DEBUG 2025-04-14 02:50:30,403 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/28, BranchId=]
DEBUG 2025-04-14 02:50:30,404 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running org.seasar.dao.impl.UpdateAutoDynamicCommandTest
DEBUG 2025-04-14 02:50:30,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,408 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,414 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,415 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,416 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,416 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,416 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,416 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,436 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,445 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,446 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:30,447 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,447 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,447 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.30', ename = 'HOGE', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:30,448 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,448 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,448 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:30,449 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,449 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/29, BranchId=]
DEBUG 2025-04-14 02:50:30,449 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,450 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,454 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,454 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,458 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,459 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,459 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,489 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,489 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:30,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,490 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,490 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.30', deptno = 20 WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:30,490 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,491 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,491 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:30,491 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,491 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/30, BranchId=]
DEBUG 2025-04-14 02:50:30,491 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,493 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,496 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,496 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,500 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,500 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,501 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/31, BranchId=]
DEBUG 2025-04-14 02:50:30,502 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,502 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/31, BranchId=]
DEBUG 2025-04-14 02:50:30,502 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/31, BranchId=]
DEBUG 2025-04-14 02:50:30,502 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/31, BranchId=]
DEBUG 2025-04-14 02:50:30,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/31, BranchId=]
DEBUG 2025-04-14 02:50:30,514 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/31, BranchId=]
DEBUG 2025-04-14 02:50:30,514 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (1, 'c')
DEBUG 2025-04-14 02:50:30,515 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/31, BranchId=]
DEBUG 2025-04-14 02:50:30,516 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/31, BranchId=]
DEBUG 2025-04-14 02:50:30,516 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,518 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,561 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,563 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,563 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,566 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,568 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,569 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,570 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,570 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,580 [main] SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2025-04-14 02:50:30,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,582 [main] UPDATE DEPT SET dname = 'HOGE', versionno = 1 WHERE deptno = 20 AND versionno = 0
DEBUG 2025-04-14 02:50:30,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,583 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,583 [main] SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT WHERE  DEPT.deptno = 20
DEBUG 2025-04-14 02:50:30,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,583 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/32, BranchId=]
DEBUG 2025-04-14 02:50:30,583 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running org.seasar.dao.pager.PagerUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.DtoMetaDataFactoryImplTest
DEBUG 2025-04-14 02:50:30,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,590 [main] S2Container will be created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2025-04-14 02:50:30,592 [main] S2Container is created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2025-04-14 02:50:30,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,595 [main] S2Container will be created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
DEBUG 2025-04-14 02:50:30,596 [main] S2Container is created(path=org/seasar/dao/impl/DtoMetaDataFactoryImplTest.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.dao.impl.UpdateBatchAutoStaticCommandTest
DEBUG 2025-04-14 02:50:30,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,601 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,602 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,604 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,604 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,608 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,610 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,610 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,631 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,641 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,641 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.30', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:30,641 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.30', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:30,642 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,642 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,642 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.30', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:30,642 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.30', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:30,643 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,643 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/33, BranchId=]
DEBUG 2025-04-14 02:50:30,643 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,651 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,652 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,653 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,653 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,653 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,678 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,687 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.30', ename = 'hoge', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:30,687 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.30', ename = 'hoge2', deptno = 0, hiredate = null, mgr = null, job = null, comm = null, sal = null WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:30,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,688 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7499
DEBUG 2025-04-14 02:50:30,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,689 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:30,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,690 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/34, BranchId=]
DEBUG 2025-04-14 02:50:30,690 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.seasar.dao.impl.InsertBatchAutoStaticCommandTest
DEBUG 2025-04-14 02:50:30,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,695 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,697 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,697 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,702 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,703 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,734 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2025-04-14 02.50.30', 99, 'hoge', 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:30,734 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2025-04-14 02.50.30', 98, 'hoge2', 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:30,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,735 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2025-04-14 02.50.30', 97, 'hoge3', 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:30,735 [main] INSERT INTO EMP (tstamp, empno, ename, deptno, hiredate, mgr, job, comm, sal) VALUES ('2025-04-14 02.50.30', 96, 'hoge2', 0, null, null, null, null, null)
DEBUG 2025-04-14 02:50:30,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,736 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/35, BranchId=]
DEBUG 2025-04-14 02:50:30,736 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.seasar.dao.impl.ObjectArrayResultSetHandlerTest
DEBUG 2025-04-14 02:50:30,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,747 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,748 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,750 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,750 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:30,750 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:30,750 [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 2025-04-14 02:50:30,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,757 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,804 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,805 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,815 [main] INSERT INTO EMP3 (department_id, employee_id, employee_name) VALUES (123, 7650, 'foo')
DEBUG 2025-04-14 02:50:30,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,815 [main] SELECT employee_name FROM EMP3
DEBUG 2025-04-14 02:50:30,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,817 [main] SELECT employee_name AS employeeName FROM EMP3
DEBUG 2025-04-14 02:50:30,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,817 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/36, BranchId=]
DEBUG 2025-04-14 02:50:30,818 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 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 2025-04-14 02:50:30,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,827 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,827 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,833 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,833 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:30,833 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:30,833 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,837 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,843 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,843 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:30,843 [main] More than 2 rows found, but only first row returned
DEBUG 2025-04-14 02:50:30,844 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:30,844 [main] Physical connection closed
DEBUG 2025-04-14 02:50:30,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,846 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,855 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,857 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,857 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:30,858 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:30,858 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.dao.impl.PropertyTypeFactoryImplTest
DEBUG 2025-04-14 02:50:30,861 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,861 [main] S2Container will be created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2025-04-14 02:50:30,863 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,870 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,870 [main] S2Container is created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2025-04-14 02:50:30,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,876 [main] S2Container will be created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2025-04-14 02:50:30,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,879 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,879 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,884 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,885 [main] S2Container is created(path=org/seasar/dao/impl/PropertyTypeFactoryImplTest.dicon)
DEBUG 2025-04-14 02:50:30,886 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,886 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:30,890 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:30,890 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.context.CommandContextPropertyAccessorTest
hoge
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.util.TypeUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.impl.CharBindTest
DEBUG 2025-04-14 02:50:30,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,898 [main] S2Container will be created(path=org/seasar/dao/impl/CharBindTest.dicon)
DEBUG 2025-04-14 02:50:30,900 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:30,900 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,901 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,908 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:30,911 [main] S2Container is created(path=org/seasar/dao/impl/CharBindTest.dicon)
DEBUG 2025-04-14 02:50:30,924 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,924 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,924 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,924 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,931 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,932 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,932 [main] INSERT INTO CHAR_TABLE (id, aaa) VALUES (31, 'Z')
DEBUG 2025-04-14 02:50:30,932 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,933 [main] SELECT CHAR_TABLE.id, CHAR_TABLE.aaa FROM CHAR_TABLE
DEBUG 2025-04-14 02:50:30,933 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,933 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/37, BranchId=]
DEBUG 2025-04-14 02:50:30,933 [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.006 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 2025-04-14 02:50:30,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,946 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:30,946 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,949 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:30,950 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,951 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/38, BranchId=]
DEBUG 2025-04-14 02:50:30,951 [main] Physical connection got
DEBUG 2025-04-14 02:50:30,951 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/38, BranchId=]
DEBUG 2025-04-14 02:50:30,951 [main] UPDATE emp SET ename = 'SCOTT' WHERE empno = 7788
DEBUG 2025-04-14 02:50:30,951 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/38, BranchId=]
DEBUG 2025-04-14 02:50:30,951 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/38, BranchId=]
DEBUG 2025-04-14 02:50:30,952 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.dbms.OracleTest
DEBUG 2025-04-14 02:50:30,955 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:30,955 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:30,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,006 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,010 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,013 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,013 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,044 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0, department2.dname AS dname_1, department2.deptno AS deptno_1, department2.versionno AS versionno_1, department2.loc AS loc_1 FROM EMP, DEPT department, DEPT department2 WHERE EMP.deptno = department.deptno(+) AND EMP.deptno = department2.deptno(+)
DEBUG 2025-04-14 02:50:31,044 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,049 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,052 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,053 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,053 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,061 [main] Logical connection closed, tx=null
SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc FROM DEPT
DEBUG 2025-04-14 02:50:31,061 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.seasar.dao.impl.ProcedureMetaDataFactoryImplTest
DEBUG 2025-04-14 02:50:31,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,065 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:31,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,068 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,069 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,070 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,071 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,072 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,074 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,074 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:31,074 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:31,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,079 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:31,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,082 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,083 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,084 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,085 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,085 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,088 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,088 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:31,089 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:31,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,092 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:31,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,095 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,097 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,097 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,098 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,099 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,101 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,101 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:31,102 [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 2025-04-14 02:50:31,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,105 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:31,107 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,108 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,108 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,109 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,110 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,112 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,112 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,114 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,115 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:31,116 [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.055 sec
Running org.seasar.dao.pager.PagerResultSetWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.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 2025-04-14 02:50:31,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,125 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,126 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,127 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,133 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,135 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,136 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:31,138 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2025-04-14 02:50:31,143 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,143 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,145 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,147 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,154 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,155 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,156 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,158 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,158 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:31,162 [main] Table(MyBean) not found
WARN  2025-04-14 02:50:31,163 [main] Table(DefaultBeanMetaDataImplTest$Ccc) not found
DEBUG 2025-04-14 02:50:31,171 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,171 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,174 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,175 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,177 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,178 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,178 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,226 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,227 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,229 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,229 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,253 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,253 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,254 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,255 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,256 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,258 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,260 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,260 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,264 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,265 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,267 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,267 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,276 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,276 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,291 [main] Logical connection closed, tx=null
SELECT DEPT.dname, DEPT.deptno, DEPT.versionno, DEPT.loc
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0
DEBUG 2025-04-14 02:50:31,291 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,293 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,294 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,298 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,302 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,303 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,303 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,323 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,323 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,326 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,330 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,330 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,334 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,334 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,336 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,336 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,357 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,357 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,359 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,360 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,361 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,363 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,364 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,366 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,367 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,367 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,368 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,369 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,432 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,432 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,435 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,436 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,439 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,442 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,442 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,443 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,444 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,444 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,472 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,472 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,474 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,475 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,476 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,477 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,482 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,484 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,485 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,486 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:31,488 [main] Table(DefaultBeanMetaDataImplTest$Ddd) not found
DEBUG 2025-04-14 02:50:31,495 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,495 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,498 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,500 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,502 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,505 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,505 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,505 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,507 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,507 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:31,511 [main] Table(DefaultBeanMetaDataImplTest$Eee) not found
DEBUG 2025-04-14 02:50:31,515 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,515 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,517 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,519 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,521 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,521 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,526 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,527 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,528 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,539 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,539 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,541 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,544 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,545 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,552 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,553 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,553 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:31,556 [main] Table(DefaultBeanMetaDataImplTest$Fff) not found
DEBUG 2025-04-14 02:50:31,605 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,605 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,609 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,610 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,612 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,616 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,618 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,618 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,628 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,628 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,630 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,631 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,633 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,633 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,636 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,637 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,637 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,639 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,639 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,646 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,646 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,650 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,650 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,652 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,656 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,656 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,657 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,658 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,658 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,666 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,666 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,669 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,672 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,672 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,676 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,677 [main] S2Container is created(path=org/seasar/dao/impl/DefaultBeanMetaDataTest.dicon)
DEBUG 2025-04-14 02:50:31,678 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,678 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:31,682 [main] Table(DefaultBeanMetaDataImplTest$Ggg) not found
DEBUG 2025-04-14 02:50:31,687 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,687 [main] Physical connection closed
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 sec
Running org.seasar.dao.impl.FunctionTest
DEBUG 2025-04-14 02:50:31,690 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:31,692 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:31,692 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,693 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,693 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,694 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,696 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,697 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,697 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,699 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:31,699 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:31,701 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:31,703 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,703 [main] Logical connection got, tx=null
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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 2025-04-14 02:50:31,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,763 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,763 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,766 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,768 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,768 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,768 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,776 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,777 [main] INSERT INTO DEPT2 (dname, deptno, active) VALUES ('hoge', 99, true)
DEBUG 2025-04-14 02:50:31,777 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,777 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,777 [main] SELECT DEPT2.dname, DEPT2.deptno, DEPT2.active FROM DEPT2
WARN  2025-04-14 02:50:31,780 [main] More than 2 rows found, but only first row returned
DEBUG 2025-04-14 02:50:31,780 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,780 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/39, BranchId=]
DEBUG 2025-04-14 02:50:31,780 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.seasar.dao.impl.ObjectResultSetHandlerTest
DEBUG 2025-04-14 02:50:31,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,783 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,784 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,785 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,785 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,788 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,789 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,790 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,790 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,790 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,790 [main] Physical connection closed
DEBUG 2025-04-14 02:50:31,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,793 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,798 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,799 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,800 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,800 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:31,800 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:31,801 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.id.IdentityIdentifierGeneratorTest
DEBUG 2025-04-14 02:50:31,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,804 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,805 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,807 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,810 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:31,810 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:31,811 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/40, BranchId=]
DEBUG 2025-04-14 02:50:31,811 [main] Physical connection got
DEBUG 2025-04-14 02:50:31,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/40, BranchId=]
DEBUG 2025-04-14 02:50:31,811 [main] insert into identitytable(id_name) values('hoge')
DEBUG 2025-04-14 02:50:31,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/40, BranchId=]
DEBUG 2025-04-14 02:50:31,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/40, BranchId=]
DEBUG 2025-04-14 02:50:31,812 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:31,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/40, BranchId=]
0
DEBUG 2025-04-14 02:50:31,812 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/40, BranchId=]
DEBUG 2025-04-14 02:50:31,812 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.dbms.H2Test
DEBUG 2025-04-14 02:50:31,815 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:31,816 [main] S2Container will be created(path=j2ee-h2.dicon)
DEBUG 2025-04-14 02:50:31,816 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,818 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:31,818 [main] S2Container will be created(path=jdbc-h2.dicon)
DEBUG 2025-04-14 02:50:31,819 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,820 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,821 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:31,822 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:31,824 [main] S2Container is created(path=jdbc-h2.dicon)
DEBUG 2025-04-14 02:50:31,825 [main] S2Container is created(path=j2ee-h2.dicon)
WARN  2025-04-14 02:50:31,825 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,068 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,068 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,090 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,098 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,100 [main] S2Container will be created(path=j2ee-h2.dicon)
DEBUG 2025-04-14 02:50:32,101 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,103 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,103 [main] S2Container will be created(path=jdbc-h2.dicon)
DEBUG 2025-04-14 02:50:32,104 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,104 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,106 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,106 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,108 [main] S2Container is created(path=jdbc-h2.dicon)
DEBUG 2025-04-14 02:50:32,109 [main] S2Container is created(path=j2ee-h2.dicon)
WARN  2025-04-14 02:50:32,109 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,146 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,146 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,150 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,150 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,153 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,155 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,155 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2025-04-14 02:50:32,158 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] CALL NEXTVAL('H2TEST_SEQ')
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,159 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:32,160 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,160 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,160 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,161 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 sec
Running org.seasar.dao.util.FetchHandlerUtilTest
DEBUG 2025-04-14 02:50:32,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,166 [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 2025-04-14 02:50:32,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,172 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,173 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,180 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,180 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,180 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,180 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:32,183 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2025-04-14 02:50:32,188 [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 2025-04-14 02:50:32,189 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,193 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,193 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,197 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,199 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,199 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,199 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,199 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:32,202 [main] Table(WRONG_TABLE_NAME) not found
DEBUG 2025-04-14 02:50:32,206 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,206 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,206 [main] SELECT * FROM EMP
DEBUG 2025-04-14 02:50:32,206 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,207 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.impl.DtoListMetaDataResultSetHandlerTest
DEBUG 2025-04-14 02:50:32,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,260 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,261 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,266 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,268 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,268 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,269 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,269 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,271 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,273 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,273 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,276 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,277 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,279 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,279 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,279 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,279 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.interceptors.S2DaoInterceptor3Test
DEBUG 2025-04-14 02:50:32,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,283 [main] S2Container will be created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2025-04-14 02:50:32,284 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:32,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,292 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:32,294 [main] S2Container is created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2025-04-14 02:50:32,304 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/41, BranchId=]
DEBUG 2025-04-14 02:50:32,304 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,304 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/41, BranchId=]
DEBUG 2025-04-14 02:50:32,304 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/41, BranchId=]
DEBUG 2025-04-14 02:50:32,304 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/41, BranchId=]
DEBUG 2025-04-14 02:50:32,309 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/41, BranchId=]
DEBUG 2025-04-14 02:50:32,309 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/41, BranchId=]
DEBUG 2025-04-14 02:50:32,309 [main] UPDATE DEPT SET dname = null, versionno = 1, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2025-04-14 02:50:32,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/41, BranchId=]
DEBUG 2025-04-14 02:50:32,310 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/41, BranchId=]
DEBUG 2025-04-14 02:50:32,310 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,311 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,312 [main] S2Container will be created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2025-04-14 02:50:32,313 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:32,314 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,317 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,317 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,320 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,321 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,322 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:32,323 [main] S2Container is created(path=org/seasar/dao/interceptors/DepartmentAutoDao.dicon)
DEBUG 2025-04-14 02:50:32,332 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/42, BranchId=]
DEBUG 2025-04-14 02:50:32,333 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/42, BranchId=]
DEBUG 2025-04-14 02:50:32,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/42, BranchId=]
DEBUG 2025-04-14 02:50:32,333 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/42, BranchId=]
DEBUG 2025-04-14 02:50:32,336 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/42, BranchId=]
DEBUG 2025-04-14 02:50:32,338 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/42, BranchId=]
DEBUG 2025-04-14 02:50:32,338 [main] DELETE FROM DEPT WHERE deptno = 10 AND versionno = 0
DEBUG 2025-04-14 02:50:32,338 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/42, BranchId=]
DEBUG 2025-04-14 02:50:32,339 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/42, BranchId=]
DEBUG 2025-04-14 02:50:32,339 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.seasar.dao.impl.ArgumentDtoProcedureCommandTest
DEBUG 2025-04-14 02:50:32,341 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,342 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,345 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,345 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,346 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,347 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,348 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,348 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,351 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,351 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,351 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,352 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/43, BranchId=]
DEBUG 2025-04-14 02:50:32,355 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,355 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/43, BranchId=]
DEBUG 2025-04-14 02:50:32,355 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/43, BranchId=]
DEBUG 2025-04-14 02:50:32,360 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/43, BranchId=]
DEBUG 2025-04-14 02:50:32,360 [main] {call PROCEDURE_TEST_AAA1 (?)}
DEBUG 2025-04-14 02:50:32,362 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/43, BranchId=]
DEBUG 2025-04-14 02:50:32,362 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/43, BranchId=]
DEBUG 2025-04-14 02:50:32,362 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,365 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,368 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,369 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,369 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,370 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,371 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,383 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,384 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,384 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,385 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/44, BranchId=]
DEBUG 2025-04-14 02:50:32,386 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,386 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/44, BranchId=]
DEBUG 2025-04-14 02:50:32,386 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/44, BranchId=]
DEBUG 2025-04-14 02:50:32,389 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/44, BranchId=]
DEBUG 2025-04-14 02:50:32,389 [main] {call PROCEDURE_TEST_AAA2 (?, ?)}
DEBUG 2025-04-14 02:50:32,392 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/44, BranchId=]
DEBUG 2025-04-14 02:50:32,392 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/44, BranchId=]
DEBUG 2025-04-14 02:50:32,392 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,394 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,396 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,397 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,397 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,398 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,400 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,401 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,401 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,403 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,404 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,404 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,405 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/45, BranchId=]
DEBUG 2025-04-14 02:50:32,406 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,406 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/45, BranchId=]
DEBUG 2025-04-14 02:50:32,406 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/45, BranchId=]
DEBUG 2025-04-14 02:50:32,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/45, BranchId=]
DEBUG 2025-04-14 02:50:32,460 [main] {call PROCEDURE_TEST_AAA3 ()}
DEBUG 2025-04-14 02:50:32,461 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/45, BranchId=]
DEBUG 2025-04-14 02:50:32,461 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/45, BranchId=]
DEBUG 2025-04-14 02:50:32,461 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,464 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,466 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,468 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,469 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,470 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,470 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,472 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,472 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,473 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,474 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/46, BranchId=]
DEBUG 2025-04-14 02:50:32,474 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/46, BranchId=]
DEBUG 2025-04-14 02:50:32,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/46, BranchId=]
DEBUG 2025-04-14 02:50:32,478 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/46, BranchId=]
DEBUG 2025-04-14 02:50:32,478 [main] {call PROCEDURE_TEST_BBB1 ('hoge')}
DEBUG 2025-04-14 02:50:32,479 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/46, BranchId=]
DEBUG 2025-04-14 02:50:32,479 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/46, BranchId=]
DEBUG 2025-04-14 02:50:32,480 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,482 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,485 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,486 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,487 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,488 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,488 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,490 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,490 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,492 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,493 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/47, BranchId=]
DEBUG 2025-04-14 02:50:32,493 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,494 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/47, BranchId=]
DEBUG 2025-04-14 02:50:32,494 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/47, BranchId=]
DEBUG 2025-04-14 02:50:32,497 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/47, BranchId=]
DEBUG 2025-04-14 02:50:32,497 [main] {call PROCEDURE_TEST_BBB2 ('hoge', 10, '2007-08-26 14.30.00')}
DEBUG 2025-04-14 02:50:32,500 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/47, BranchId=]
DEBUG 2025-04-14 02:50:32,500 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/47, BranchId=]
DEBUG 2025-04-14 02:50:32,500 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,502 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,506 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,506 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,507 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,509 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,510 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,510 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,512 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,512 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,513 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,513 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/48, BranchId=]
DEBUG 2025-04-14 02:50:32,514 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,514 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/48, BranchId=]
DEBUG 2025-04-14 02:50:32,514 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/48, BranchId=]
DEBUG 2025-04-14 02:50:32,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/48, BranchId=]
DEBUG 2025-04-14 02:50:32,518 [main] {call PROCEDURE_TEST_CCC1 ('hoge', 10, ?)}
DEBUG 2025-04-14 02:50:32,520 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/48, BranchId=]
DEBUG 2025-04-14 02:50:32,520 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/48, BranchId=]
DEBUG 2025-04-14 02:50:32,520 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,523 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,524 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,525 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,527 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,528 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,529 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,529 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,531 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,532 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,532 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,533 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/49, BranchId=]
DEBUG 2025-04-14 02:50:32,535 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,535 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/49, BranchId=]
DEBUG 2025-04-14 02:50:32,535 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/49, BranchId=]
DEBUG 2025-04-14 02:50:32,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/49, BranchId=]
DEBUG 2025-04-14 02:50:32,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/49, BranchId=]
[EDAO0029]null is illegal for argument DTO
DEBUG 2025-04-14 02:50:32,539 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/49, BranchId=]
DEBUG 2025-04-14 02:50:32,539 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,541 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,544 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,544 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,545 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,550 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,551 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,552 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,553 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,554 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,554 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,555 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/50, BranchId=]
DEBUG 2025-04-14 02:50:32,556 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/50, BranchId=]
DEBUG 2025-04-14 02:50:32,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/50, BranchId=]
DEBUG 2025-04-14 02:50:32,560 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/50, BranchId=]
DEBUG 2025-04-14 02:50:32,560 [main] {call PROCEDURE_TEST_CCC2 (?, 10, ?)}
DEBUG 2025-04-14 02:50:32,562 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/50, BranchId=]
DEBUG 2025-04-14 02:50:32,562 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/50, BranchId=]
DEBUG 2025-04-14 02:50:32,562 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,564 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,564 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,566 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,567 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,568 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,570 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,571 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,571 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,573 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,573 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,574 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,574 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/51, BranchId=]
DEBUG 2025-04-14 02:50:32,575 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/51, BranchId=]
DEBUG 2025-04-14 02:50:32,575 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/51, BranchId=]
DEBUG 2025-04-14 02:50:32,579 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/51, BranchId=]
DEBUG 2025-04-14 02:50:32,579 [main] {call PROCEDURE_TEST_DDD1 ('ab')}
DEBUG 2025-04-14 02:50:32,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/51, BranchId=]
DEBUG 2025-04-14 02:50:32,581 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/51, BranchId=]
DEBUG 2025-04-14 02:50:32,581 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,584 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,585 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,586 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,586 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,587 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,588 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,589 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,589 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,592 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,592 [main] S2Container is created(path=j2ee-derby.dicon)
WARN  2025-04-14 02:50:32,592 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,593 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/52, BranchId=]
DEBUG 2025-04-14 02:50:32,595 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,595 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/52, BranchId=]
DEBUG 2025-04-14 02:50:32,595 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/52, BranchId=]
DEBUG 2025-04-14 02:50:32,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/52, BranchId=]
DEBUG 2025-04-14 02:50:32,597 [main] {? = call FUNCTION_TEST_MAX (5.0, 10.0)}
DEBUG 2025-04-14 02:50:32,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/52, BranchId=]
DEBUG 2025-04-14 02:50:32,601 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/52, BranchId=]
DEBUG 2025-04-14 02:50:32,601 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 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 2025-04-14 02:50:32,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,610 [main] S2Container will be created(path=org/seasar/dao/impl/LogCustomizeTest.dicon)
DEBUG 2025-04-14 02:50:32,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,671 [main] S2Container is created(path=org/seasar/dao/impl/LogCustomizeTest.dicon)
DEBUG 2025-04-14 02:50:32,686 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/53, BranchId=]
DEBUG 2025-04-14 02:50:32,686 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/53, BranchId=]
DEBUG 2025-04-14 02:50:32,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/53, BranchId=]
DEBUG 2025-04-14 02:50:32,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/53, BranchId=]
DEBUG 2025-04-14 02:50:32,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/53, BranchId=]
DEBUG 2025-04-14 02:50:32,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/53, BranchId=]
DEBUG 2025-04-14 02:50:32,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/53, BranchId=]
SELECT empno, ename, dname FROM emp, dept where emp.deptno = dept.deptno
DEBUG 2025-04-14 02:50:32,696 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/53, BranchId=]
DEBUG 2025-04-14 02:50:32,696 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.impl.ReturnsArrayDaoTest
DEBUG 2025-04-14 02:50:32,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,700 [main] S2Container will be created(path=org/seasar/dao/impl/ReturnsArrayDaoTest.dicon)
DEBUG 2025-04-14 02:50:32,701 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:32,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,702 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,704 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,705 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,708 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,710 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:32,712 [main] S2Container is created(path=org/seasar/dao/impl/ReturnsArrayDaoTest.dicon)
DEBUG 2025-04-14 02:50:32,722 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,722 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,722 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,722 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,726 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,726 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,727 [main] SELECT EMP.ename FROM EMP
DEBUG 2025-04-14 02:50:32,727 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,727 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,727 [main] SELECT EMP.ename FROM EMP
DEBUG 2025-04-14 02:50:32,729 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,729 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 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 2025-04-14 02:50:32,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,742 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,745 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,747 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/54, BranchId=]
DEBUG 2025-04-14 02:50:32,747 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/54, BranchId=]
DEBUG 2025-04-14 02:50:32,750 [main] S2Pager use scroll cursor.
DEBUG 2025-04-14 02:50:32,750 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/54, BranchId=]
DEBUG 2025-04-14 02:50:32,750 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,755 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,755 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,760 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/55, BranchId=]
DEBUG 2025-04-14 02:50:32,760 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/55, BranchId=]
DEBUG 2025-04-14 02:50:32,760 [main] S2Pager use scroll cursor.
DEBUG 2025-04-14 02:50:32,761 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/55, BranchId=]
DEBUG 2025-04-14 02:50:32,761 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,769 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,769 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,770 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/56, BranchId=]
DEBUG 2025-04-14 02:50:32,770 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,771 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/56, BranchId=]
DEBUG 2025-04-14 02:50:32,772 [main] S2Pager use scroll cursor.
DEBUG 2025-04-14 02:50:32,772 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/56, BranchId=]
DEBUG 2025-04-14 02:50:32,772 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.MapListResultSetHandlerTest
DEBUG 2025-04-14 02:50:32,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,775 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,777 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,781 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,782 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,782 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:32,782 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:32,783 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.impl.ClobTest
DEBUG 2025-04-14 02:50:32,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,786 [main] S2Container will be created(path=org/seasar/dao/impl/ClobTest.dicon)
DEBUG 2025-04-14 02:50:32,787 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:32,789 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,790 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,791 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,791 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,792 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,793 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,794 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,795 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,797 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,797 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,800 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:32,800 [main] S2Container is created(path=org/seasar/dao/impl/ClobTest.dicon)
WARN  2025-04-14 02:50:32,801 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,810 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/57, BranchId=]
DEBUG 2025-04-14 02:50:32,811 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/57, BranchId=]
DEBUG 2025-04-14 02:50:32,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/57, BranchId=]
DEBUG 2025-04-14 02:50:32,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/57, BranchId=]
DEBUG 2025-04-14 02:50:32,889 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/57, BranchId=]
DEBUG 2025-04-14 02:50:32,890 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/57, BranchId=]
DEBUG 2025-04-14 02:50:32,890 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 123
DEBUG 2025-04-14 02:50:32,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/57, BranchId=]
DEBUG 2025-04-14 02:50:32,900 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/57, BranchId=]
DEBUG 2025-04-14 02:50:32,900 [main] Physical connection closed
DEBUG 2025-04-14 02:50:32,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,903 [main] S2Container will be created(path=org/seasar/dao/impl/ClobTest.dicon)
DEBUG 2025-04-14 02:50:32,904 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:32,906 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,908 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,909 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,911 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,912 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:32,912 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:32,914 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:32,914 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:32,917 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:32,917 [main] S2Container is created(path=org/seasar/dao/impl/ClobTest.dicon)
WARN  2025-04-14 02:50:32,918 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:32,926 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,926 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,926 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,931 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,931 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,931 [main] INSERT INTO LARGE_TEXT (version_no, id, large_string) VALUES (0, 1, 'abc1')
DEBUG 2025-04-14 02:50:32,953 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,953 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,953 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2025-04-14 02:50:32,954 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,954 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,954 [main] UPDATE LARGE_TEXT SET version_no = 1, large_string = 'ABCDEFG' WHERE id = 1 AND version_no = 0
DEBUG 2025-04-14 02:50:32,963 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,963 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,963 [main] SELECT LARGE_TEXT.version_no, LARGE_TEXT.id, LARGE_TEXT.large_string FROM LARGE_TEXT WHERE  LARGE_TEXT.id = 1
DEBUG 2025-04-14 02:50:32,964 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,973 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/58, BranchId=]
DEBUG 2025-04-14 02:50:32,973 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
Running org.seasar.dao.id.IdentifierGeneratorFactoryTest
DEBUG 2025-04-14 02:50:32,978 [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.006 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 2025-04-14 02:50:32,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:32,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,986 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:32,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:32,991 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:32,993 [main] Physical connection got
DEBUG 2025-04-14 02:50:32,993 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,013 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,013 [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 2025-04-14 02:50:33,018 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,018 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.types.SerializableTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.impl.InsertAutoDynamicCommandTest
DEBUG 2025-04-14 02:50:33,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,026 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,027 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,029 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,032 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,033 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,034 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/59, BranchId=]
DEBUG 2025-04-14 02:50:33,034 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,035 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/59, BranchId=]
DEBUG 2025-04-14 02:50:33,035 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/59, BranchId=]
DEBUG 2025-04-14 02:50:33,035 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/59, BranchId=]
DEBUG 2025-04-14 02:50:33,055 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/59, BranchId=]
DEBUG 2025-04-14 02:50:33,064 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/59, BranchId=]
DEBUG 2025-04-14 02:50:33,065 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-14 02.50.33', 99, 'hoge', 0)
DEBUG 2025-04-14 02:50:33,065 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/59, BranchId=]
DEBUG 2025-04-14 02:50:33,065 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/59, BranchId=]
DEBUG 2025-04-14 02:50:33,065 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,068 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,070 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,070 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,072 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,075 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,076 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,076 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,076 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,083 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2025-04-14 02:50:33,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,083 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:33,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
1
DEBUG 2025-04-14 02:50:33,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,083 [main] INSERT INTO IdentityTable (id_name) VALUES ('hoge')
DEBUG 2025-04-14 02:50:33,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,083 [main] CALL IDENTITY()
DEBUG 2025-04-14 02:50:33,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
2
DEBUG 2025-04-14 02:50:33,084 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/60, BranchId=]
DEBUG 2025-04-14 02:50:33,084 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,087 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,088 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,088 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,094 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/61, BranchId=]
DEBUG 2025-04-14 02:50:33,094 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,094 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/61, BranchId=]
DEBUG 2025-04-14 02:50:33,095 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/61, BranchId=]
DEBUG 2025-04-14 02:50:33,095 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/61, BranchId=]
DEBUG 2025-04-14 02:50:33,154 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/61, BranchId=]
DEBUG 2025-04-14 02:50:33,155 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/61, BranchId=]
DEBUG 2025-04-14 02:50:33,155 [main] INSERT INTO EMP (empno) VALUES (980)
DEBUG 2025-04-14 02:50:33,155 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/61, BranchId=]
DEBUG 2025-04-14 02:50:33,155 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/61, BranchId=]
DEBUG 2025-04-14 02:50:33,155 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,157 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,160 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,161 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,164 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,164 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,165 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/62, BranchId=]
DEBUG 2025-04-14 02:50:33,166 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/62, BranchId=]
DEBUG 2025-04-14 02:50:33,166 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/62, BranchId=]
DEBUG 2025-04-14 02:50:33,166 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/62, BranchId=]
DEBUG 2025-04-14 02:50:33,173 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/62, BranchId=]
DEBUG 2025-04-14 02:50:33,176 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/62, BranchId=]
DEBUG 2025-04-14 02:50:33,176 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,177 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,181 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,181 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,184 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,185 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/63, BranchId=]
DEBUG 2025-04-14 02:50:33,186 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,186 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/63, BranchId=]
DEBUG 2025-04-14 02:50:33,186 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/63, BranchId=]
DEBUG 2025-04-14 02:50:33,186 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/63, BranchId=]
WARN  2025-04-14 02:50:33,190 [main] Table(DUMMY_TABLE) not found
DEBUG 2025-04-14 02:50:33,197 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/63, BranchId=]
[EDAO0024]No Persistent Properties. Probably (org.seasar.dao.impl.InsertAutoDynamicCommandTest$FooDto) doesnt assosiated with table.
DEBUG 2025-04-14 02:50:33,197 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/63, BranchId=]
DEBUG 2025-04-14 02:50:33,198 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,202 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,206 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,207 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,208 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,208 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,208 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,215 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,215 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,215 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,216 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,216 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 49)
DEBUG 2025-04-14 02:50:33,217 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
49
DEBUG 2025-04-14 02:50:33,217 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/64, BranchId=]
DEBUG 2025-04-14 02:50:33,217 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,218 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,220 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,222 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,222 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,232 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,232 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,233 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,234 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,234 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,234 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,234 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,244 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,244 [main] INSERT INTO SEQTABLE (name, id) VALUES ('hoge', 50)
DEBUG 2025-04-14 02:50:33,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
50
DEBUG 2025-04-14 02:50:33,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,244 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,244 [main] INSERT INTO SEQTABLE (name, id) VALUES ('foo', 51)
DEBUG 2025-04-14 02:50:33,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
51
DEBUG 2025-04-14 02:50:33,245 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/65, BranchId=]
DEBUG 2025-04-14 02:50:33,245 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,246 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,247 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,252 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,254 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/66, BranchId=]
DEBUG 2025-04-14 02:50:33,254 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/66, BranchId=]
DEBUG 2025-04-14 02:50:33,254 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/66, BranchId=]
DEBUG 2025-04-14 02:50:33,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/66, BranchId=]
DEBUG 2025-04-14 02:50:33,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/66, BranchId=]
DEBUG 2025-04-14 02:50:33,283 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/66, BranchId=]
DEBUG 2025-04-14 02:50:33,283 [main] INSERT INTO EMP (tstamp, empno, ename) VALUES ('2025-04-14 02.50.33', 99, 'hoge')
DEBUG 2025-04-14 02:50:33,284 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/66, BranchId=]
DEBUG 2025-04-14 02:50:33,284 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/66, BranchId=]
DEBUG 2025-04-14 02:50:33,284 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,293 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/67, BranchId=]
DEBUG 2025-04-14 02:50:33,293 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,293 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/67, BranchId=]
DEBUG 2025-04-14 02:50:33,293 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/67, BranchId=]
DEBUG 2025-04-14 02:50:33,293 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/67, BranchId=]
DEBUG 2025-04-14 02:50:33,313 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/67, BranchId=]
DEBUG 2025-04-14 02:50:33,373 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/67, BranchId=]
DEBUG 2025-04-14 02:50:33,373 [main] INSERT INTO EMP (deptno, empno, tstamp) VALUES (10, 99, '2025-04-14 02.50.33')
DEBUG 2025-04-14 02:50:33,374 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/67, BranchId=]
DEBUG 2025-04-14 02:50:33,374 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/67, BranchId=]
DEBUG 2025-04-14 02:50:33,374 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,376 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,384 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,384 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,385 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,385 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,392 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,392 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,393 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,393 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,393 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,393 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,393 [main] INSERT INTO COMPOSITE_PK_TABLE (aaa, pk2, pk1) VALUES ('hoge', 10, 52)
DEBUG 2025-04-14 02:50:33,393 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,394 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,394 [main] Physical connection closed
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 sec
Running org.seasar.dao.impl.MapArrayResultSetHandlerTest
DEBUG 2025-04-14 02:50:33,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,398 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,398 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,399 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,399 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,402 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,403 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,405 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,405 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,405 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,405 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.id.SequenceIdentifierGeneratorTest
DEBUG 2025-04-14 02:50:33,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,410 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,413 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,414 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,415 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/68, BranchId=]
DEBUG 2025-04-14 02:50:33,415 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,415 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/68, BranchId=]
DEBUG 2025-04-14 02:50:33,415 [main] SELECT NEXT VALUE FOR myseq FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,415 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/68, BranchId=]
53
DEBUG 2025-04-14 02:50:33,415 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/68, BranchId=]
DEBUG 2025-04-14 02:50:33,415 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,418 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,418 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,419 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,420 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,420 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,423 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,425 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
DEBUG 2025-04-14 02:50:33,426 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
DEBUG 2025-04-14 02:50:33,426 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,427 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
49
50
51
52
53
54
55
56
57
58
DEBUG 2025-04-14 02:50:33,427 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
DEBUG 2025-04-14 02:50:33,427 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,427 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
59
60
61
62
63
64
65
66
67
68
DEBUG 2025-04-14 02:50:33,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
DEBUG 2025-04-14 02:50:33,428 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
69
70
71
72
73
74
75
76
77
78
DEBUG 2025-04-14 02:50:33,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
DEBUG 2025-04-14 02:50:33,428 [main] SELECT NEXT VALUE FOR myseq2 FROM INFORMATION_SCHEMA.SYSTEM_TABLES WHERE table_name = 'SYSTEM_TABLES'
DEBUG 2025-04-14 02:50:33,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
79
80
DEBUG 2025-04-14 02:50:33,428 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/69, BranchId=]
DEBUG 2025-04-14 02:50:33,428 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.impl.ObjectListResultSetHandlerTest
DEBUG 2025-04-14 02:50:33,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,438 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,439 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,439 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,439 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.unit.S2DaoBeanListReaderTest
DEBUG 2025-04-14 02:50:33,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,442 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,448 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,452 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,452 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,471 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,477 [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 2025-04-14 02:50:33,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,481 [main] S2Container will be created(path=org/seasar/dao/impl/NoPropertyForUpdate.dicon)
DEBUG 2025-04-14 02:50:33,481 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:33,483 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,485 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,485 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,488 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:33,489 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:33,491 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:33,492 [main] S2Container is created(path=org/seasar/dao/impl/NoPropertyForUpdate.dicon)
DEBUG 2025-04-14 02:50:33,501 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,501 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,501 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:33,501 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:33,506 [main] Logical connection closed, tx=null
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization update method of org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao, because org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:219)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:187)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupSqlCommand(DaoMetaDataImpl.java:171)
	at org.seasar.dao.impl.DaoMetaDataImpl.initialize(DaoMetaDataImpl.java:162)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.createDaoMetaData(DaoMetaDataFactoryImpl.java:167)
	at org.seasar.dao.impl.DaoMetaDataFactoryImpl.getDaoMetaData(DaoMetaDataFactoryImpl.java:131)
	at org.seasar.dao.interceptors.S2DaoInterceptor.invoke(S2DaoInterceptor.java:51)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper.invoke(PagerS2DaoInterceptorWrapper.java:71)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb$$MethodInvocation$$delete0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb.delete(NoPropertyForUpdateTest$NoPropertyForUpdateDao$$EnhancedByS2AOP$$69a6cb.java)
	at org.seasar.dao.impl.NoPropertyForUpdateTest.testExceptionOnUpdate(NoPropertyForUpdateTest.java:41)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519)
	at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103)
	at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.seasar.framework.exception.SRuntimeException: [EDAO0035]cannot find property for update.
	at org.seasar.dao.impl.AbstractAutoStaticCommand.setupUpdatePropertyTypes(AbstractAutoStaticCommand.java:102)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.setupPropertyTypes(UpdateAutoStaticCommand.java:46)
	at org.seasar.dao.impl.AbstractAutoStaticCommand.<init>(AbstractAutoStaticCommand.java:45)
	at org.seasar.dao.impl.UpdateAutoStaticCommand.<init>(UpdateAutoStaticCommand.java:33)
	at org.seasar.dao.impl.DaoMetaDataImpl.createUpdateAutoStaticCommand(DaoMetaDataImpl.java:589)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupUpdateMethodByAuto(DaoMetaDataImpl.java:574)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethodByAuto(DaoMetaDataImpl.java:385)
	at org.seasar.dao.impl.DaoMetaDataImpl.setupMethod(DaoMetaDataImpl.java:216)
	... 37 more
DEBUG 2025-04-14 02:50:33,508 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.impl.DefaultTest
DEBUG 2025-04-14 02:50:33,512 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,512 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:33,513 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,514 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,515 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,517 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,518 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,519 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,520 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,520 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,522 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,523 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,525 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,526 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:33,527 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:33,597 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/70, BranchId=]
DEBUG 2025-04-14 02:50:33,598 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/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 2025-04-14 02:50:33,601 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/70, BranchId=]
DEBUG 2025-04-14 02:50:33,602 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,604 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:33,605 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,606 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,607 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,609 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,610 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,611 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,611 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,612 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,614 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,614 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,617 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,617 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:33,618 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:33,635 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/71, BranchId=]
DEBUG 2025-04-14 02:50:33,636 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,636 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/71, BranchId=]
ID[AUTOINCREMENT: start 1 increment 1]
AAA['ABC']
BBB[null]
VERSION_NO[null]
DEBUG 2025-04-14 02:50:33,639 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/71, BranchId=]
DEBUG 2025-04-14 02:50:33,639 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,641 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,641 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:33,643 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,644 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,646 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,647 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,648 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,649 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,650 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,653 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,653 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,656 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,661 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:33,662 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:33,681 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,682 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,684 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,687 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '1234567', '890')
DEBUG 2025-04-14 02:50:33,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,692 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2025-04-14 02:50:33,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,694 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 1
DEBUG 2025-04-14 02:50:33,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,708 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/72, BranchId=]
DEBUG 2025-04-14 02:50:33,708 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,711 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:33,712 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,713 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,716 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,717 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,718 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,719 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,719 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,722 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,722 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,723 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,724 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:33,725 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:33,743 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,743 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,743 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,743 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,744 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,747 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,748 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2025-04-14 02:50:33,748 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2025-04-14 02:50:33,749 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,749 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,749 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2025-04-14 02:50:33,760 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,775 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/73, BranchId=]
DEBUG 2025-04-14 02:50:33,775 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,777 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:33,778 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,780 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,781 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,782 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,782 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,783 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,784 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,785 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,785 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,788 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,788 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,789 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,790 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:33,791 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:33,807 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,807 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,812 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', '12')
DEBUG 2025-04-14 02:50:33,812 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, null, '22')
DEBUG 2025-04-14 02:50:33,812 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '31', null)
DEBUG 2025-04-14 02:50:33,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,813 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2025-04-14 02:50:33,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,821 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/74, BranchId=]
DEBUG 2025-04-14 02:50:33,821 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,824 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:33,824 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,825 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,828 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,828 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,829 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,830 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,831 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,831 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,834 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,834 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,835 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,836 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:33,837 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:33,908 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,909 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,916 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '11', null)
DEBUG 2025-04-14 02:50:33,916 [main] INSERT INTO DEFAULT_TABLE (version_no, aaa, bbb) VALUES (0, '21', '22')
DEBUG 2025-04-14 02:50:33,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,917 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE ORDER BY ID
DEBUG 2025-04-14 02:50:33,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,927 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/75, BranchId=]
DEBUG 2025-04-14 02:50:33,927 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,930 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:33,931 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,931 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,934 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,935 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,936 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,938 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,938 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,941 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,942 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,943 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,944 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:33,944 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:33,961 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,961 [main] Physical connection got
DEBUG 2025-04-14 02:50:33,961 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,961 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,962 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,963 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,965 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,966 [main] INSERT INTO DEFAULT_TABLE (version_no, bbb) VALUES (0, 'bbbb')
DEBUG 2025-04-14 02:50:33,969 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,969 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2025-04-14 02:50:33,969 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,969 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,969 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,969 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 9
DEBUG 2025-04-14 02:50:33,969 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,975 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/76, BranchId=]
DEBUG 2025-04-14 02:50:33,975 [main] Physical connection closed
DEBUG 2025-04-14 02:50:33,977 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:33,978 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:33,979 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,980 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,982 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:33,983 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,984 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,985 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,986 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:33,987 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:33,989 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:33,989 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:33,991 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:33,991 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:33,993 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:34,010 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,011 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,011 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,011 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,011 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,012 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,015 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,015 [main] INSERT INTO DEFAULT_TABLE (version_no) VALUES (0)
DEBUG 2025-04-14 02:50:34,018 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,018 [main] values IDENTITY_VAL_LOCAL()
DEBUG 2025-04-14 02:50:34,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,019 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,019 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE WHERE  DEFAULT_TABLE.id = 10
DEBUG 2025-04-14 02:50:34,019 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,025 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/77, BranchId=]
DEBUG 2025-04-14 02:50:34,025 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,027 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:34,028 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:34,029 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:34,030 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,032 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,032 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:34,033 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:34,033 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:34,035 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:34,036 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:34,038 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:34,038 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:34,040 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:34,040 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:34,042 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:34,059 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,059 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,065 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,065 [main] INSERT INTO DEFAULT_TABLE (
    AAA,
    
    VERSION_NO
) VALUES (
	'foooo',
	
	0
)
DEBUG 2025-04-14 02:50:34,071 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,071 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,071 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2025-04-14 02:50:34,074 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,079 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/78, BranchId=]
DEBUG 2025-04-14 02:50:34,080 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,081 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,081 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:34,083 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:34,084 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:34,084 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,086 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:34,088 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:34,088 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:34,089 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:34,090 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:34,092 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:34,092 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:34,095 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:34,095 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:34,096 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:34,110 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,112 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,113 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,117 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,117 [main] INSERT INTO DEFAULT_TABLE (
    
    BBB,
    VERSION_NO
) VALUES (
	
	'ttt',
	0
)
DEBUG 2025-04-14 02:50:34,120 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,120 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,120 [main] SELECT DEFAULT_TABLE.version_no, DEFAULT_TABLE.id, DEFAULT_TABLE.aaa, DEFAULT_TABLE.bbb FROM DEFAULT_TABLE
DEBUG 2025-04-14 02:50:34,120 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,129 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/79, BranchId=]
DEBUG 2025-04-14 02:50:34,129 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,131 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,132 [main] S2Container will be created(path=org/seasar/dao/impl/DefaultTest.dicon)
DEBUG 2025-04-14 02:50:34,133 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:34,133 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:34,134 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,136 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:34,137 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:34,138 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:34,138 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:34,139 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:34,141 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:34,141 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:34,144 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:34,144 [main] S2Container is created(path=org/seasar/dao/impl/DefaultTest.dicon)
WARN  2025-04-14 02:50:34,145 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:34,161 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,161 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,161 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,161 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,161 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,165 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,165 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,165 [main] INSERT INTO PK_ONLY_TABLE (aaa, bbb) VALUES (123, 456)
DEBUG 2025-04-14 02:50:34,168 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,168 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,168 [main] SELECT PK_ONLY_TABLE.aaa, PK_ONLY_TABLE.bbb FROM PK_ONLY_TABLE
DEBUG 2025-04-14 02:50:34,170 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,177 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/80, BranchId=]
DEBUG 2025-04-14 02:50:34,178 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.67 sec
Running org.seasar.dao.impl.RelationPropertyTypeFactoryImplTest
DEBUG 2025-04-14 02:50:34,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,180 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,181 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,236 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,239 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,240 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,241 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,241 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,249 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,249 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.seasar.dao.impl.BeanMetaDataFactoryImplTest
DEBUG 2025-04-14 02:50:34,253 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,253 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,255 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,257 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,261 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,265 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,266 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,267 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,268 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,269 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,269 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,275 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,277 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/81, BranchId=]
DEBUG 2025-04-14 02:50:34,277 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/81, BranchId=]
DEBUG 2025-04-14 02:50:34,282 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/81, BranchId=]
DEBUG 2025-04-14 02:50:34,282 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/81, BranchId=]
DEBUG 2025-04-14 02:50:34,282 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,283 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,286 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,294 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,297 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/82, BranchId=]
DEBUG 2025-04-14 02:50:34,297 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/82, BranchId=]
DEBUG 2025-04-14 02:50:34,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/82, BranchId=]
DEBUG 2025-04-14 02:50:34,300 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/82, BranchId=]
DEBUG 2025-04-14 02:50:34,300 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,303 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,304 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,304 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,306 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,307 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,310 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,310 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,311 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,316 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,320 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,320 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,325 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,329 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,333 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,339 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,344 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,346 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,348 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,348 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,351 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,352 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,358 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:34,358 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,417 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,419 [main] S2Container is created(path=dao.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
Running org.seasar.dao.impl.FieldDaoMetaDataImplTest
DEBUG 2025-04-14 02:50:34,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,429 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,430 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,431 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,433 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,436 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,438 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,438 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,438 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,438 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,459 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,464 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,466 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,469 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,469 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,472 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,473 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,475 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,475 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,475 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,476 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,493 [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 2025-04-14 02:50:34,494 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,496 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,496 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,500 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,500 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,503 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,503 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,503 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,505 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,505 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,505 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,505 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,527 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:34,527 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,527 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.hiredate AS hiredate_0, parent.job AS job_0, parent.comm AS comm_0, parent.sal AS sal_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:34,530 [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 2025-04-14 02:50:34,530 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,531 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,532 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,532 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,534 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,535 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,535 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,538 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,538 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,540 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,540 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,540 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,540 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,559 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,562 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,563 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,565 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,565 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,567 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,567 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,570 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,572 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,572 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,572 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,572 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,642 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,645 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,648 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,649 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,655 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,656 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,657 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,657 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,657 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,680 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,682 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,684 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,688 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,688 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,691 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,692 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,693 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,693 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,693 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,693 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,714 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,717 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,719 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,720 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,722 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,727 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,727 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,730 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,730 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,730 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,732 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,732 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,733 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,733 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,753 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, hiredate = ?, mgr = ?, job = ?, comm = ?, sal = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-04-14 02:50:34,754 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,757 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,758 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,759 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,765 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,766 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,766 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,766 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,766 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,784 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,787 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,788 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,789 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,789 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,791 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,796 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,797 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,797 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,797 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,797 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,878 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,882 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,884 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,892 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,895 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,895 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,895 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,895 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:34,912 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:34,915 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,918 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,919 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,925 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,926 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/83, BranchId=]
DEBUG 2025-04-14 02:50:34,926 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/83, BranchId=]
DEBUG 2025-04-14 02:50:34,926 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/83, BranchId=]
DEBUG 2025-04-14 02:50:34,926 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/83, BranchId=]
DEBUG 2025-04-14 02:50:34,946 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/83, BranchId=]
DEBUG 2025-04-14 02:50:34,953 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/83, BranchId=]
DEBUG 2025-04-14 02:50:34,954 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-14 02.50.34', 99, 'hoge', 0)
DEBUG 2025-04-14 02:50:34,954 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/83, BranchId=]
DEBUG 2025-04-14 02:50:34,954 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/83, BranchId=]
DEBUG 2025-04-14 02:50:34,954 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,956 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,957 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,958 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,960 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:34,960 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,963 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:34,963 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,964 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,965 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,965 [main] Physical connection got
DEBUG 2025-04-14 02:50:34,965 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,965 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,965 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,992 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,992 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:34,993 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,993 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,993 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.34', ename = 'hoge2', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:34,994 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,994 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/84, BranchId=]
DEBUG 2025-04-14 02:50:34,994 [main] Physical connection closed
DEBUG 2025-04-14 02:50:34,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:34,997 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:34,997 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:34,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,001 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,004 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,004 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,004 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,005 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,006 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,006 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,006 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,026 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,035 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,035 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:35,036 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,036 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,037 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.35', ename = 'hoge4', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-04-14 02:50:35,037 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,037 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/85, BranchId=]
DEBUG 2025-04-14 02:50:35,037 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,039 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,039 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,041 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,046 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,048 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,048 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,048 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,049 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,049 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,122 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,130 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,130 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:35,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,132 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,132 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:35,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,133 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/86, BranchId=]
DEBUG 2025-04-14 02:50:35,133 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,135 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,137 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,141 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,142 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,142 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,144 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,144 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,144 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,144 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,162 [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 2025-04-14 02:50:35,163 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,165 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,165 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,173 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,175 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,175 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,175 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,175 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,204 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF deptno != null*/ EMP.deptno = /*deptno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:35,212 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,214 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,217 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,217 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,221 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,223 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,223 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,223 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,223 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,240 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,249 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,250 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,256 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,257 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,260 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,260 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,260 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,260 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,277 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,285 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,287 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,294 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,297 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,297 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,297 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,297 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,370 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,378 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,380 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,382 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,386 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,387 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,390 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,390 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,391 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,391 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,407 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,415 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,415 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:35,418 [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 2025-04-14 02:50:35,419 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,422 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,423 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,425 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,425 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,429 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,430 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,430 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,430 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,430 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,448 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,456 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,456 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:35,460 [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 2025-04-14 02:50:35,461 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,462 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,463 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,465 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,466 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,466 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,469 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,469 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,470 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,471 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,471 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,471 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,471 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,491 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,498 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,498 [main] select * from emp
DEBUG 2025-04-14 02:50:35,500 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-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 2025-04-14 02:50:35,501 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,503 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,505 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,505 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,510 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,510 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,512 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,512 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,512 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,512 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,529 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,537 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,537 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-14 02:50:35,541 [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 2025-04-14 02:50:35,542 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,545 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,548 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,552 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,553 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,553 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,554 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,554 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,627 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-04-14 02:50:35,634 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,636 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,638 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,640 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,640 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,643 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,643 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,643 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,645 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,645 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,645 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,645 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,664 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,672 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,672 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:35,673 [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 2025-04-14 02:50:35,678 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,679 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,680 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,680 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,682 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,688 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,688 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,689 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,689 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,689 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,689 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,707 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,715 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,716 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:35,718 [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 2025-04-14 02:50:35,719 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,720 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,721 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,723 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,725 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,725 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,728 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,728 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,728 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,732 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,732 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,732 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,732 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,748 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,757 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,757 [main] select * from emp
DEBUG 2025-04-14 02:50:35,758 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-14 02:50:35,759 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,762 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,763 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,764 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,767 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,768 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,769 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,770 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,770 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,770 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,787 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,795 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,796 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-14 02:50:35,798 [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 2025-04-14 02:50:35,799 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,801 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,802 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,804 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,805 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,867 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,867 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,869 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,869 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,869 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,870 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,887 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,894 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,894 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:35,896 [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 2025-04-14 02:50:35,896 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,898 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,899 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,902 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,905 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,907 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,907 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,907 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,908 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,926 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,934 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,934 [main] select count(*) from emp
DEBUG 2025-04-14 02:50:35,935 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,935 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,936 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,940 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,940 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,943 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,944 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,945 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,945 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,945 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,963 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,973 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,973 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:35,974 [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 2025-04-14 02:50:35,975 [main] Physical connection closed
DEBUG 2025-04-14 02:50:35,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:35,977 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,978 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,980 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:35,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:35,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:35,984 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:35,986 [main] Physical connection got
DEBUG 2025-04-14 02:50:35,986 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:35,986 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:35,986 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,003 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,010 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,010 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:36,011 [main] Logical connection closed, tx=null
{tstamp=2005-01-18 13:09:32.213, empno=7788, ename=SCOTT, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, dname0=RESEARCH, deptno0=20, versionno0=0, loc0=DALLAS}
DEBUG 2025-04-14 02:50:36,011 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,012 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,013 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,014 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,019 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,020 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,023 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,023 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,023 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,023 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,040 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,049 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,049 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:36,049 [main] Logical connection closed, tx=null
[{tstamp=2005-01-18 13:09:32.213, empno=7788, ename=SCOTT, deptno=20, hiredate=1982-12-09 00:00:00.0, mgr=7566, job=ANALYST, comm=null, sal=3000.0, dname0=RESEARCH, deptno0=20, versionno0=0, loc0=DALLAS}]
DEBUG 2025-04-14 02:50:36,049 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,052 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,053 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,054 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,055 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,058 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,060 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,060 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,060 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,060 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,133 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,142 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,143 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-14 02:50:36,143 [main] Logical connection closed, tx=null
[Ljava.util.Map;@13790eb
DEBUG 2025-04-14 02:50:36,143 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,145 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,146 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,149 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,149 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,152 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,152 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,154 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,154 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,154 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,154 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,172 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,179 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,179 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-04-14 02:50:36,181 [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 2025-04-14 02:50:36,181 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,183 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,183 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,186 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,186 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,189 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,189 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,190 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,191 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,191 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,192 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,192 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,209 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-04-14 02:50:36,218 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,218 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-04-14 02:50:36,219 [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 2025-04-14 02:50:36,219 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,221 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,221 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,223 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,228 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,229 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,229 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,229 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,229 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,246 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,249 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,249 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-14 02:50:36,249 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,249 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,252 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,259 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,259 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,261 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,261 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,261 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,261 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,279 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,283 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,283 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-14 02:50:36,283 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,283 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,286 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,288 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,288 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,291 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,292 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,292 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,295 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,295 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,295 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,295 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,308 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,308 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,308 [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 2025-04-14 02:50:36,309 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-04-14 02:50:36,309 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,365 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,366 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,366 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,368 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,368 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,372 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,372 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,373 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,373 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,373 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,373 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,384 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,386 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,386 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-04-14 02:50:36,386 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-04-14 02:50:36,386 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,388 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,391 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,395 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,395 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,396 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,397 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,397 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,419 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,426 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-14 02.50.36', 9999, 'test', 50)
DEBUG 2025-04-14 02:50:36,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,426 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7369
DEBUG 2025-04-14 02:50:36,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/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 2025-04-14 02:50:36,428 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,428 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 9999
DEBUG 2025-04-14 02:50:36,428 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-04-14 02:50:36.426 {50, null, null, 0}
DEBUG 2025-04-14 02:50:36,428 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/87, BranchId=]
DEBUG 2025-04-14 02:50:36,428 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,431 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,432 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,433 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,434 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,437 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,439 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,439 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,439 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,439 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,457 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,462 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,464 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,471 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,472 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,473 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,473 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,473 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,473 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,490 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:36,503 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,503 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH'
DEBUG 2025-04-14 02:50:36,505 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,505 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,507 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,514 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,516 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,516 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,516 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,516 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,536 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:36,548 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,548 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-04-14 02:50:36,548 [main] Logical connection closed, tx=null
[]
DEBUG 2025-04-14 02:50:36,549 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,550 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,551 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,553 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,557 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,558 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,560 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,560 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,560 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,560 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,632 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:36,636 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,636 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-04-14 02:50:36,639 [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 2025-04-14 02:50:36,640 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,642 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,643 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,644 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,644 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,646 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,649 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,650 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,650 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,651 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,651 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,651 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,651 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,668 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.job, EMP.comm, EMP.sal, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-04-14 02:50:36,672 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,674 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,676 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,677 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,681 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,681 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,681 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,682 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,682 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,682 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,683 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,700 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-14 02:50:36,708 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,708 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-14 02:50:36,709 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,710 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,712 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,719 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,721 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,721 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,721 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,721 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,738 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-14 02:50:36,746 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,746 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-04-14 02:50:36,747 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,747 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,749 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,753 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,757 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,759 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,759 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,759 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,759 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,777 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:36,778 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,780 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,780 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,781 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,783 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,787 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,787 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,787 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,789 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,789 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,790 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,790 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:36,857 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-04-14 02:50:36,862 [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 2025-04-14 02:50:36,864 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,864 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2025-04-14 02:50:36,865 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-04-14 02:50:36,865 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,867 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,875 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,876 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,876 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,876 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,876 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,896 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-14 02:50:36,903 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,905 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,905 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,912 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,913 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,914 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,914 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,914 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,931 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-04-14 02:50:36,935 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,936 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH' 
DEBUG 2025-04-14 02:50:36,938 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,938 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,938 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  department.dname = 'RESEARCH' order by ENAME 
DEBUG 2025-04-14 02:50:36,939 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,939 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,940 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,941 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,943 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,944 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,947 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,947 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,949 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,949 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,949 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,949 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,970 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-04-14 02:50:36,972 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,972 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno 
DEBUG 2025-04-14 02:50:36,974 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,975 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,975 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' 
DEBUG 2025-04-14 02:50:36,975 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,975 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,975 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE job = 'SALESMAN' 
DEBUG 2025-04-14 02:50:36,976 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,977 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,977 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'SMITH' AND job = 'CLERK' 
DEBUG 2025-04-14 02:50:36,979 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,979 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:36,979 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno  WHERE  ename = 'a' AND job = 'b' 
DEBUG 2025-04-14 02:50:36,979 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:36,979 [main] Physical connection closed
DEBUG 2025-04-14 02:50:36,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:36,981 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,984 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:36,984 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:36,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:36,988 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:36,989 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:36,990 [main] Physical connection got
DEBUG 2025-04-14 02:50:36,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:36,990 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:36,990 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:37,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-04-14 02:50:37,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:37,008 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-14 02:50:37,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:37,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:37,008 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-04-14 02:50:37,008 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:37,008 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:37,008 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-14 02:50:37,009 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:37,009 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/88, BranchId=]
DEBUG 2025-04-14 02:50:37,009 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,012 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,016 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,016 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,019 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,020 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,020 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,021 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,021 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,021 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,021 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,041 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,043 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,046 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,046 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,047 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,048 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,050 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,053 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,055 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,055 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,055 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,055 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,120 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-04-14 02:50:37,122 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,125 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,125 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,126 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,130 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,132 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,133 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,133 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,133 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,133 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,141 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-04-14 02:50:37,142 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,145 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,146 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,147 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,147 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,150 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,151 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,153 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,153 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,153 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,153 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,158 [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 2025-04-14 02:50:37,161 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,162 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,162 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,166 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,166 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,169 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,170 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,171 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,171 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,171 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,171 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,177 [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 2025-04-14 02:50:37,180 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,181 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,182 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,185 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,185 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,188 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,188 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,189 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,190 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,190 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,190 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,191 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,209 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,210 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,210 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-14 02:50:37,213 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,213 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,215 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,216 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,222 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,225 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,225 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,225 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,225 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,248 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,249 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,250 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,251 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,254 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,257 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,258 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,260 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,260 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,261 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,261 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,336 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-14 02:50:37,337 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,340 [main] S2Container will be created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,341 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,341 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,343 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,346 [main] S2Container is created(path=org/seasar/dao/impl/FieldDaoMetaDataImplTest.dicon)
DEBUG 2025-04-14 02:50:37,349 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,349 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,349 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,349 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,365 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-14 02:50:37,366 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.944 sec
Running org.seasar.dao.impl.BlobTest
DEBUG 2025-04-14 02:50:37,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,371 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2025-04-14 02:50:37,371 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:37,372 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:37,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,375 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:37,376 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:37,377 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:37,378 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:37,379 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:37,380 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:37,381 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:37,383 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:37,384 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2025-04-14 02:50:37,385 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:37,399 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/89, BranchId=]
DEBUG 2025-04-14 02:50:37,400 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/89, BranchId=]
DEBUG 2025-04-14 02:50:37,400 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/89, BranchId=]
DEBUG 2025-04-14 02:50:37,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/89, BranchId=]
DEBUG 2025-04-14 02:50:37,403 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/89, BranchId=]
DEBUG 2025-04-14 02:50:37,405 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/89, BranchId=]
DEBUG 2025-04-14 02:50:37,405 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2025-04-14 02:50:37,412 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/89, BranchId=]
DEBUG 2025-04-14 02:50:37,412 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/89, BranchId=]
DEBUG 2025-04-14 02:50:37,412 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,414 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,415 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2025-04-14 02:50:37,416 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:37,416 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:37,417 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,419 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,419 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:37,420 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:37,421 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:37,422 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:37,422 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:37,424 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:37,425 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:37,427 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:37,427 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2025-04-14 02:50:37,428 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:37,440 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,441 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,441 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,441 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,441 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,444 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,445 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,445 [main] INSERT INTO LARGE_BINARY (version_no, id, large_binary) VALUES (0, 111, '[B@127a1d8')
DEBUG 2025-04-14 02:50:37,449 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,449 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,449 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2025-04-14 02:50:37,451 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,451 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,451 [main] UPDATE LARGE_BINARY SET version_no = 1, large_binary = '[B@1a072a6' WHERE id = 111 AND version_no = 0
DEBUG 2025-04-14 02:50:37,455 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,455 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,455 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2025-04-14 02:50:37,455 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,456 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,456 [main] DELETE FROM LARGE_BINARY WHERE id = 111 AND version_no = 1
DEBUG 2025-04-14 02:50:37,463 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,463 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,464 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 111
DEBUG 2025-04-14 02:50:37,464 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,473 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/90, BranchId=]
DEBUG 2025-04-14 02:50:37,473 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,476 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2025-04-14 02:50:37,477 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:37,478 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:37,479 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,481 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,481 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:37,481 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:37,482 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:37,484 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:37,485 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:37,486 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:37,486 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:37,489 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:37,489 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2025-04-14 02:50:37,490 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:37,505 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,506 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,506 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,506 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,506 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,509 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,511 [main] INSERT INTO LARGE_BINARY (version_no, id, large_binary) VALUES (0, 4321, '[B@1eaf705')
DEBUG 2025-04-14 02:50:37,512 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,512 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,512 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 4321
DEBUG 2025-04-14 02:50:37,513 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,522 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/91, BranchId=]
DEBUG 2025-04-14 02:50:37,522 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,524 [main] S2Container will be created(path=org/seasar/dao/impl/BlobTest.dicon)
DEBUG 2025-04-14 02:50:37,526 [main] S2Container will be created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:37,526 [main] S2Container will be created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:37,527 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,528 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,528 [main] S2Container will be created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:37,530 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:37,531 [main] S2Container will be created(path=convention.dicon)
DEBUG 2025-04-14 02:50:37,532 [main] S2Container is created(path=convention.dicon)
DEBUG 2025-04-14 02:50:37,532 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2025-04-14 02:50:37,534 [main] S2Container is created(path=jdbc-derby.dicon)
DEBUG 2025-04-14 02:50:37,534 [main] S2Container is created(path=j2ee-derby.dicon)
DEBUG 2025-04-14 02:50:37,536 [main] S2Container is created(path=dao-derby.dicon)
DEBUG 2025-04-14 02:50:37,537 [main] S2Container is created(path=org/seasar/dao/impl/BlobTest.dicon)
WARN  2025-04-14 02:50:37,538 [main] Skip setting property, because property(namingConvention) of org.seasar.extension.dao.helper.impl.DaoHelperImpl not found
DEBUG 2025-04-14 02:50:37,606 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/92, BranchId=]
DEBUG 2025-04-14 02:50:37,607 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/92, BranchId=]
DEBUG 2025-04-14 02:50:37,607 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/92, BranchId=]
DEBUG 2025-04-14 02:50:37,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/92, BranchId=]
DEBUG 2025-04-14 02:50:37,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/92, BranchId=]
DEBUG 2025-04-14 02:50:37,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/92, BranchId=]
DEBUG 2025-04-14 02:50:37,610 [main] SELECT LARGE_BINARY.version_no, LARGE_BINARY.id, LARGE_BINARY.large_binary FROM LARGE_BINARY WHERE  LARGE_BINARY.id = 123
DEBUG 2025-04-14 02:50:37,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/92, BranchId=]
DEBUG 2025-04-14 02:50:37,610 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/92, BranchId=]
DEBUG 2025-04-14 02:50:37,610 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
Running org.seasar.dao.impl.ResultSetHandlerFactoryImplTest
DEBUG 2025-04-14 02:50:37,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,615 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,616 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,617 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,619 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,625 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,625 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,631 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,632 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,634 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,637 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,638 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,639 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,639 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,655 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,655 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,658 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,660 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,660 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,664 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,664 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,684 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,684 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,692 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,693 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,693 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,710 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,710 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,714 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,720 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,720 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,737 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,737 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,740 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,740 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,745 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,748 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,749 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,753 [main] S2Container is created(path=j2ee.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
Running org.seasar.dao.impl.DeleteWithAnnotationTest
DEBUG 2025-04-14 02:50:37,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,758 [main] S2Container will be created(path=org/seasar/dao/impl/DeleteWithAnnotationTest.dicon)
DEBUG 2025-04-14 02:50:37,758 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,819 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,819 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,824 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,824 [main] S2Container is created(path=org/seasar/dao/impl/DeleteWithAnnotationTest.dicon)
DEBUG 2025-04-14 02:50:37,832 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,833 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,833 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,833 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,834 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2025-04-14 02:50:37,837 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,838 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,840 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,840 [main] DELETE FROM EMP WHERE EMPNO = 7369
DEBUG 2025-04-14 02:50:37,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,841 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,841 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,841 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2025-04-14 02:50:37,842 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,842 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,842 [main] DELETE FROM EMP WHERE EMPNO = 7499
DEBUG 2025-04-14 02:50:37,842 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,842 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,842 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,842 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,842 [main] SELECT * FROM EMP ORDER BY empno
DEBUG 2025-04-14 02:50:37,843 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,843 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/93, BranchId=]
DEBUG 2025-04-14 02:50:37,843 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.seasar.dao.interceptors.S2DaoInterceptorTest
DEBUG 2025-04-14 02:50:37,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,847 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:37,848 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,848 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,851 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,851 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,854 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,855 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,856 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,857 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:37,874 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,874 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,874 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,874 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,877 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,877 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/94, BranchId=]
DEBUG 2025-04-14 02:50:37,877 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/94, BranchId=]
DEBUG 2025-04-14 02:50:37,878 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/94, BranchId=]
DEBUG 2025-04-14 02:50:37,878 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/94, BranchId=]
DEBUG 2025-04-14 02:50:37,878 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/94, BranchId=]
DEBUG 2025-04-14 02:50:37,882 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/94, BranchId=]
DEBUG 2025-04-14 02:50:37,882 [main] INSERT INTO emp (empno, ename) VALUES (9999, 'hoge')
DEBUG 2025-04-14 02:50:37,882 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/94, BranchId=]
DEBUG 2025-04-14 02:50:37,882 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/94, BranchId=]
DEBUG 2025-04-14 02:50:37,882 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,884 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,885 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:37,885 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,887 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,889 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,894 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,894 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:37,911 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,911 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,911 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,911 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,915 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,915 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,919 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2025-04-14 02:50:37,919 [main] More than 2 rows found, but only first row returned
DEBUG 2025-04-14 02:50:37,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,920 [main] UPDATE emp SET ename = 'SCOTT'
WHERE empno = 7788
DEBUG 2025-04-14 02:50:37,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,920 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/95, BranchId=]
DEBUG 2025-04-14 02:50:37,920 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,923 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:37,924 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,925 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,927 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,927 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,932 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,932 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:37,950 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,950 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,950 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,950 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,953 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,954 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,954 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,954 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,954 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,957 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,957 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE emp.deptno = dept.deptno
DEBUG 2025-04-14 02:50:37,960 [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 2025-04-14 02:50:37,961 [main] Physical connection closed
DEBUG 2025-04-14 02:50:37,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:37,963 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:37,964 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:37,968 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:37,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:37,973 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:37,973 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:37,989 [main] Physical connection got
DEBUG 2025-04-14 02:50:37,989 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,989 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,989 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,992 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,992 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,992 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,992 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,993 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:37,996 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:37,996 [main] SELECT emp.*, dept.dname dname_0, dept.loc loc_0 FROM emp, dept
WHERE empno = 7788
WARN  2025-04-14 02:50:37,998 [main] More than 2 rows found, but only first row returned
DEBUG 2025-04-14 02:50:37,998 [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 2025-04-14 02:50:37,999 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,001 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:38,002 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,003 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,003 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,005 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,006 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,010 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,011 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:38,026 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,026 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,026 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,026 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,030 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,030 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,030 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,030 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,031 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,033 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,034 [main] SELECT count(*) FROM emp
DEBUG 2025-04-14 02:50:38,034 [main] Logical connection closed, tx=null
count:14
DEBUG 2025-04-14 02:50:38,034 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,091 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:38,091 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,092 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,093 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,095 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,095 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,098 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,100 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,100 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:38,116 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,116 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,116 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,116 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,119 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,120 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,120 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,120 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,120 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,123 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,123 [main] select empno, ename, dname from emp, dept where empno = 7788 and emp.deptno = dept.deptno
DEBUG 2025-04-14 02:50:38,124 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,124 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,126 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:38,127 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,134 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,134 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,136 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,137 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:38,153 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,153 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,153 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,154 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,158 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,158 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,158 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,158 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,159 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,162 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,162 [main] select empno as value, ename as label from emp
DEBUG 2025-04-14 02:50:38,162 [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 2025-04-14 02:50:38,163 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,164 [main] S2Container will be created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:38,166 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,167 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,168 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,169 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,169 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,172 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,172 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,175 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,175 [main] S2Container is created(path=org/seasar/dao/interceptors/EmployeeDao.dicon)
DEBUG 2025-04-14 02:50:38,189 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,189 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,189 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,189 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,194 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,194 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,194 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.deptno = 10
DEBUG 2025-04-14 02:50:38,195 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,195 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec
Running org.seasar.dao.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-04-14 02:50:38,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,199 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,201 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,205 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,208 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,210 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,210 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,215 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,215 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.pager.PagerResultSetFactoryWapperTest
DEBUG 2025-04-14 02:50:38,219 [main] S2Pager use scroll cursor.
DEBUG 2025-04-14 02:50:38,221 [main] S2Pager use scroll cursor.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.dao.util.SelectableDataSourceProxyUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.impl.BeanListMetaDataResultSetHandlerTest
DEBUG 2025-04-14 02:50:38,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,226 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,230 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,231 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,232 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,232 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,249 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,249 [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 2025-04-14 02:50:38,254 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,254 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,255 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,257 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,258 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,258 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,263 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,263 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,280 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,280 [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 2025-04-14 02:50:38,282 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,282 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,283 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,284 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,346 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,347 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,347 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,363 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,363 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,366 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,366 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,368 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,369 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,369 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,373 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,375 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,375 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,386 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,386 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,387 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,387 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
Running org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest
DEBUG 2025-04-14 02:50:38,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,391 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:38,392 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,393 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,395 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,395 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,400 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:38,407 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/96, BranchId=]
DEBUG 2025-04-14 02:50:38,409 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,409 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/96, BranchId=]
DEBUG 2025-04-14 02:50:38,409 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/96, BranchId=]
DEBUG 2025-04-14 02:50:38,409 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/96, BranchId=]
DEBUG 2025-04-14 02:50:38,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/96, BranchId=]
DEBUG 2025-04-14 02:50:38,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/96, BranchId=]
DEBUG 2025-04-14 02:50:38,426 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'AD%'
DEBUG 2025-04-14 02:50:38,427 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/96, BranchId=]
DEBUG 2025-04-14 02:50:38,427 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/96, BranchId=]
DEBUG 2025-04-14 02:50:38,427 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,429 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:38,429 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,431 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,432 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,432 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,437 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:38,443 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/97, BranchId=]
DEBUG 2025-04-14 02:50:38,443 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,443 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/97, BranchId=]
DEBUG 2025-04-14 02:50:38,444 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/97, BranchId=]
DEBUG 2025-04-14 02:50:38,444 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/97, BranchId=]
DEBUG 2025-04-14 02:50:38,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/97, BranchId=]
DEBUG 2025-04-14 02:50:38,460 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/97, BranchId=]
DEBUG 2025-04-14 02:50:38,460 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2025-04-14 02:50:38,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/97, BranchId=]
org.seasar.dao.NotExactlyOneRowUpdatedRuntimeException: [EDAO0016]Not Exactly one row updated (actual:2)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptor.invoke(AssertExactlyOneRowInterceptor.java:34)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$1580c3a$$MethodInvocation$$invoke0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.pager.PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$1580c3a.invoke(PagerS2DaoInterceptorWrapper$$EnhancedByS2AOP$$1580c3a.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1181c24$$MethodInvocation$$updateSal0.proceed(MethodInvocationClassGenerator.java)
	at org.seasar.dao.interceptors.AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1181c24.updateSal(AssertExactlyOneRowInterceptorTest$EmployeeDao$$EnhancedByS2AOP$$1181c24.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 2025-04-14 02:50:38,462 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/97, BranchId=]
DEBUG 2025-04-14 02:50:38,462 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,463 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,463 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:38,465 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,466 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,467 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,467 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,470 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,471 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,472 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertExactlyOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:38,479 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/98, BranchId=]
DEBUG 2025-04-14 02:50:38,480 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/98, BranchId=]
DEBUG 2025-04-14 02:50:38,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/98, BranchId=]
DEBUG 2025-04-14 02:50:38,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/98, BranchId=]
DEBUG 2025-04-14 02:50:38,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/98, BranchId=]
DEBUG 2025-04-14 02:50:38,499 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/98, BranchId=]
DEBUG 2025-04-14 02:50:38,499 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2025-04-14 02:50:38,499 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/98, BranchId=]
DEBUG 2025-04-14 02:50:38,499 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/98, BranchId=]
DEBUG 2025-04-14 02:50:38,499 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 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.001 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 2025-04-14 02:50:38,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,520 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,520 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,522 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,522 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,525 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,525 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,526 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,526 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,602 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0, department2.dname AS dname_1, department2.deptno AS deptno_1, department2.versionno AS versionno_1, department2.loc AS loc_1 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno LEFT OUTER JOIN DEPT department2 ON EMP.deptno = department2.deptno
DEBUG 2025-04-14 02:50:38,603 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,605 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,608 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,608 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,611 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,613 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,613 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,632 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,634 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,636 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,637 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,638 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,638 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,642 [main] S2Container is created(path=j2ee.dicon)
org.seasar.framework.exception.SRuntimeException: [EDAO0022]Can not use Identity in this RDB
DEBUG 2025-04-14 02:50:38,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,646 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,647 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,647 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,650 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,651 [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.136 sec
Running org.seasar.dao.impl.BeanMetaDataResultSetHandlerTest
DEBUG 2025-04-14 02:50:38,656 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,662 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,663 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,663 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,680 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,680 [main] Logical connection got, tx=null
7788,SCOTT
DEBUG 2025-04-14 02:50:38,681 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,681 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,684 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,685 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,686 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,686 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,689 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,691 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,691 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,708 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,708 [main] Logical connection got, tx=null
0,SCOTT
DEBUG 2025-04-14 02:50:38,709 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,709 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,712 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,712 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,713 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,717 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,718 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,718 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,730 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,730 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,730 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,730 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,734 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,735 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,735 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,738 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,738 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,739 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,739 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,751 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,751 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,752 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,752 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,814 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,818 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,819 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,819 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,831 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,831 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,832 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,832 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running org.seasar.dao.unit.S2DaoBeanReaderTest
DEBUG 2025-04-14 02:50:38,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,842 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,842 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,859 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,859 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,864 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,867 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,868 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,868 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,883 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,883 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.seasar.dao.impl.DaoMetaDataFactoryImplTest
DEBUG 2025-04-14 02:50:38,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,887 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,890 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,890 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,892 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,895 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,897 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,897 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,898 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,898 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,902 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,904 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,907 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,907 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,908 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,908 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,910 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,911 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,915 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:38,917 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,917 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,917 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,917 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,921 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,922 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,922 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,922 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:38,923 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,926 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.seasar.dao.dbms.DbmsManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.dao.unit.S2DaoTestCaseTest
DEBUG 2025-04-14 02:50:38,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,931 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,932 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,933 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,933 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,936 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,939 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,939 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:38,942 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2025-04-14 02:50:38,942 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2025-04-14 02:50:38,947 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,947 [main] Physical connection closed
DEBUG 2025-04-14 02:50:38,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,949 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,951 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,952 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,952 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,956 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,956 [main] Logical connection got, tx=null
WARN  2025-04-14 02:50:38,959 [main] Table(S2DaoTestCaseTest$Hoge) not found
WARN  2025-04-14 02:50:38,961 [main] Table(S2DaoTestCaseTest$Foo) not found
DEBUG 2025-04-14 02:50:38,964 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:38,964 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.dao.impl.UpdateAutoStaticCommandTest
DEBUG 2025-04-14 02:50:38,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:38,969 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,969 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:38,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,973 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:38,974 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:38,976 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:38,976 [main] Physical connection got
DEBUG 2025-04-14 02:50:38,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:38,976 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:38,976 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:38,992 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:39,059 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:39,059 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:39,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:39,061 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:39,061 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.39', ename = 'SCOTT', deptno = 20, hiredate = '1982-12-09 00.00.00', mgr = 7566, job = 'ANALYST', comm = null, sal = 3000.0 WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:39,061 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:39,061 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/99, BranchId=]
DEBUG 2025-04-14 02:50:39,061 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,066 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,069 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,070 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/100, BranchId=]
DEBUG 2025-04-14 02:50:39,071 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,071 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/100, BranchId=]
DEBUG 2025-04-14 02:50:39,071 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/100, BranchId=]
DEBUG 2025-04-14 02:50:39,071 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/100, BranchId=]
DEBUG 2025-04-14 02:50:39,079 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/100, BranchId=]
DEBUG 2025-04-14 02:50:39,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/100, BranchId=]
DEBUG 2025-04-14 02:50:39,081 [main] UPDATE DEPT SET dname = null, versionno = 1, loc = null WHERE deptno = 10 AND versionno = 0
DEBUG 2025-04-14 02:50:39,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/100, BranchId=]
DEBUG 2025-04-14 02:50:39,083 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/100, BranchId=]
DEBUG 2025-04-14 02:50:39,083 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,084 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,085 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,085 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,090 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,090 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,092 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/101, BranchId=]
DEBUG 2025-04-14 02:50:39,092 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,092 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/101, BranchId=]
DEBUG 2025-04-14 02:50:39,092 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/101, BranchId=]
DEBUG 2025-04-14 02:50:39,092 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/101, BranchId=]
DEBUG 2025-04-14 02:50:39,100 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/101, BranchId=]
DEBUG 2025-04-14 02:50:39,102 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/101, BranchId=]
DEBUG 2025-04-14 02:50:39,102 [main] UPDATE DEPT SET dname = null, versionno = 0, loc = null WHERE deptno = 10 AND versionno = -1
DEBUG 2025-04-14 02:50:39,102 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/101, BranchId=]
org.seasar.dao.NotSingleRowUpdatedRuntimeException: [EDAO0005]Target for update must be single row(actual:0).(10, null, null, -1)
DEBUG 2025-04-14 02:50:39,103 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/101, BranchId=]
DEBUG 2025-04-14 02:50:39,103 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,105 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,105 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,107 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,107 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,110 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,112 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,112 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,112 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,128 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,137 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,137 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:39,139 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,139 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,139 [main] UPDATE EMP SET tstamp = '2025-04-14 02.50.39', ename = 'SCOTT' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:39,139 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,139 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/102, BranchId=]
DEBUG 2025-04-14 02:50:39,139 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,144 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,144 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,147 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,148 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,148 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,148 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,148 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,148 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,165 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,173 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,173 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.hiredate, EMP.mgr, EMP.job, EMP.comm, EMP.sal, department.dname AS dname_0, department.deptno AS deptno_0, department.versionno AS versionno_0, department.loc AS loc_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE  EMP.empno = 7788
DEBUG 2025-04-14 02:50:39,177 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,177 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,177 [main] UPDATE EMP SET deptno = 20, tstamp = '2025-04-14 02.50.39' WHERE empno = 7788 AND tstamp = '2005-01-18 13.09.32'
DEBUG 2025-04-14 02:50:39,177 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,177 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/103, BranchId=]
DEBUG 2025-04-14 02:50:39,177 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec
Running org.seasar.dao.util.PropertyDescUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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 2025-04-14 02:50:39,190 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,191 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,196 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/104, BranchId=]
DEBUG 2025-04-14 02:50:39,196 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,196 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/104, BranchId=]
DEBUG 2025-04-14 02:50:39,197 [main] S2Pager not use scroll cursor.
DEBUG 2025-04-14 02:50:39,198 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/104, BranchId=]
DEBUG 2025-04-14 02:50:39,198 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,200 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,201 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,202 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,207 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/105, BranchId=]
DEBUG 2025-04-14 02:50:39,207 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/105, BranchId=]
DEBUG 2025-04-14 02:50:39,207 [main] S2Pager not use scroll cursor.
DEBUG 2025-04-14 02:50:39,207 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/105, BranchId=]
DEBUG 2025-04-14 02:50:39,207 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,209 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,209 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,212 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,212 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,215 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,215 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,216 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/106, BranchId=]
DEBUG 2025-04-14 02:50:39,216 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,216 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/106, BranchId=]
DEBUG 2025-04-14 02:50:39,216 [main] S2Pager not use scroll cursor.
DEBUG 2025-04-14 02:50:39,216 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/106, BranchId=]
DEBUG 2025-04-14 02:50:39,217 [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 2025-04-14 02:50:39,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,221 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,221 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,222 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,226 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,226 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,229 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,230 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,231 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,234 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,305 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,306 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,306 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,307 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,310 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,313 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,314 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,314 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,316 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,316 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,327 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,327 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,329 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,330 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,331 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,334 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,334 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,337 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,339 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,339 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,350 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,352 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,353 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,361 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,362 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,362 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,373 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,572 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,572 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,573 [main] DELETE FROM CUSTOMER
DEBUG 2025-04-14 02:50:39,573 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,573 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,578 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,578 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,579 [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 2025-04-14 02:50:39,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,579 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,579 [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 2025-04-14 02:50:39,579 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,579 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,579 [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 2025-04-14 02:50:39,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,580 [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 2025-04-14 02:50:39,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,580 [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 2025-04-14 02:50:39,580 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,580 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,581 [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 2025-04-14 02:50:39,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,581 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,581 [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 2025-04-14 02:50:39,581 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,582 [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 2025-04-14 02:50:39,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,582 [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 2025-04-14 02:50:39,582 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,582 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,582 [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 2025-04-14 02:50:39,583 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,583 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,584 [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 2025-04-14 02:50:39,585 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,585 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,585 [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 2025-04-14 02:50:39,585 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,585 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,586 [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 2025-04-14 02:50:39,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,586 [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 2025-04-14 02:50:39,586 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,586 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,587 [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 2025-04-14 02:50:39,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,587 [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 2025-04-14 02:50:39,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,588 [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 2025-04-14 02:50:39,588 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,588 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,588 [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 2025-04-14 02:50:39,588 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,588 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,589 [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 2025-04-14 02:50:39,589 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,589 [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 2025-04-14 02:50:39,589 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,589 [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 2025-04-14 02:50:39,589 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,590 [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 2025-04-14 02:50:39,591 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,591 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,591 [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 2025-04-14 02:50:39,591 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,591 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,592 [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 2025-04-14 02:50:39,592 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,592 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,592 [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 2025-04-14 02:50:39,593 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,593 [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 2025-04-14 02:50:39,593 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,593 [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 2025-04-14 02:50:39,593 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,593 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,593 [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 2025-04-14 02:50:39,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,594 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,594 [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 2025-04-14 02:50:39,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,594 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,594 [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 2025-04-14 02:50:39,594 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,595 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,595 [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 2025-04-14 02:50:39,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,596 [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 2025-04-14 02:50:39,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,596 [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 2025-04-14 02:50:39,596 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,596 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,596 [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 2025-04-14 02:50:39,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,597 [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 2025-04-14 02:50:39,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,597 [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 2025-04-14 02:50:39,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,597 [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 2025-04-14 02:50:39,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,598 [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 2025-04-14 02:50:39,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,598 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,598 [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 2025-04-14 02:50:39,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,599 [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 2025-04-14 02:50:39,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,599 [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 2025-04-14 02:50:39,599 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,599 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,600 [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 2025-04-14 02:50:39,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,600 [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 2025-04-14 02:50:39,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,600 [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 2025-04-14 02:50:39,600 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,600 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,601 [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 2025-04-14 02:50:39,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,601 [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 2025-04-14 02:50:39,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,601 [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 2025-04-14 02:50:39,601 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,602 [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 2025-04-14 02:50:39,602 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,602 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,602 [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 2025-04-14 02:50:39,602 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,602 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,602 [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 2025-04-14 02:50:39,602 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,602 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,603 [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 2025-04-14 02:50:39,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,603 [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 2025-04-14 02:50:39,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,603 [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 2025-04-14 02:50:39,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,603 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,604 [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 2025-04-14 02:50:39,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,604 [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 2025-04-14 02:50:39,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,604 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,604 [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 2025-04-14 02:50:39,604 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,605 [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 2025-04-14 02:50:39,605 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,605 [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 2025-04-14 02:50:39,605 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,605 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,605 [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 2025-04-14 02:50:39,606 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,606 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,606 [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 2025-04-14 02:50:39,606 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,606 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,606 [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 2025-04-14 02:50:39,606 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,606 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,606 [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 2025-04-14 02:50:39,607 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,607 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,607 [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 2025-04-14 02:50:39,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,608 [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 2025-04-14 02:50:39,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,608 [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 2025-04-14 02:50:39,608 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,608 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,608 [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 2025-04-14 02:50:39,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,609 [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 2025-04-14 02:50:39,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,609 [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 2025-04-14 02:50:39,609 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,609 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,610 [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 2025-04-14 02:50:39,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,610 [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 2025-04-14 02:50:39,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,610 [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 2025-04-14 02:50:39,610 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,610 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,611 [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 2025-04-14 02:50:39,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,611 [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 2025-04-14 02:50:39,611 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,611 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,612 [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 2025-04-14 02:50:39,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,612 [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 2025-04-14 02:50:39,612 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,612 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,612 [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 2025-04-14 02:50:39,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,613 [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 2025-04-14 02:50:39,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,613 [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 2025-04-14 02:50:39,613 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,614 [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 2025-04-14 02:50:39,614 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,614 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,614 [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 2025-04-14 02:50:39,614 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,614 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,614 [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 2025-04-14 02:50:39,614 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,614 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,615 [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 2025-04-14 02:50:39,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,615 [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 2025-04-14 02:50:39,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,615 [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 2025-04-14 02:50:39,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,616 [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 2025-04-14 02:50:39,616 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,616 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,616 [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 2025-04-14 02:50:39,616 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,616 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,616 [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 2025-04-14 02:50:39,616 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,617 [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 2025-04-14 02:50:39,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,617 [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 2025-04-14 02:50:39,617 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,618 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,619 [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 2025-04-14 02:50:39,619 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,619 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,619 [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 2025-04-14 02:50:39,619 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,619 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,619 [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 2025-04-14 02:50:39,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,620 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,620 [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 2025-04-14 02:50:39,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,620 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,621 [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 2025-04-14 02:50:39,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,621 [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 2025-04-14 02:50:39,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,621 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,621 [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 2025-04-14 02:50:39,621 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,622 [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 2025-04-14 02:50:39,622 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,622 [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 2025-04-14 02:50:39,622 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,622 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,622 [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 2025-04-14 02:50:39,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,623 [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 2025-04-14 02:50:39,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,623 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,625 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,625 [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 2025-04-14 02:50:39,626 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,626 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,626 [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 2025-04-14 02:50:39,627 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,627 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/107, BranchId=]
DEBUG 2025-04-14 02:50:39,627 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,630 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,630 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,631 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,632 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,632 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,634 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,635 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,639 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,639 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,640 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,641 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,641 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,651 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,678 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,679 [main] DELETE FROM CUSTOMER
DEBUG 2025-04-14 02:50:39,679 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,679 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,681 [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 2025-04-14 02:50:39,682 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,682 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,686 [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 2025-04-14 02:50:39,686 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,686 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,686 [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 2025-04-14 02:50:39,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,687 [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 2025-04-14 02:50:39,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,687 [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 2025-04-14 02:50:39,687 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,687 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,687 [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 2025-04-14 02:50:39,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,688 [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 2025-04-14 02:50:39,688 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,688 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,688 [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 2025-04-14 02:50:39,689 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,689 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,689 [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 2025-04-14 02:50:39,690 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,690 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,690 [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 2025-04-14 02:50:39,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,691 [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 2025-04-14 02:50:39,691 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,691 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,691 [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 2025-04-14 02:50:39,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,694 [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 2025-04-14 02:50:39,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,694 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,694 [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 2025-04-14 02:50:39,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,695 [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 2025-04-14 02:50:39,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,695 [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 2025-04-14 02:50:39,695 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,695 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,695 [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 2025-04-14 02:50:39,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,696 [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 2025-04-14 02:50:39,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,696 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,696 [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 2025-04-14 02:50:39,696 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,697 [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 2025-04-14 02:50:39,698 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,698 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,699 [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 2025-04-14 02:50:39,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,699 [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 2025-04-14 02:50:39,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,699 [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 2025-04-14 02:50:39,699 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,699 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,700 [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 2025-04-14 02:50:39,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,700 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,700 [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 2025-04-14 02:50:39,700 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,701 [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 2025-04-14 02:50:39,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,701 [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 2025-04-14 02:50:39,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,701 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,701 [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 2025-04-14 02:50:39,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,702 [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 2025-04-14 02:50:39,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,702 [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 2025-04-14 02:50:39,702 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,702 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,702 [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 2025-04-14 02:50:39,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,703 [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 2025-04-14 02:50:39,703 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,703 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,704 [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 2025-04-14 02:50:39,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,705 [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 2025-04-14 02:50:39,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,705 [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 2025-04-14 02:50:39,705 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,705 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,706 [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 2025-04-14 02:50:39,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,706 [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 2025-04-14 02:50:39,706 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,706 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,707 [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 2025-04-14 02:50:39,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,707 [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 2025-04-14 02:50:39,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,707 [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 2025-04-14 02:50:39,707 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,707 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,708 [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 2025-04-14 02:50:39,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,708 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,708 [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 2025-04-14 02:50:39,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,708 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,708 [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 2025-04-14 02:50:39,708 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,708 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,708 [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 2025-04-14 02:50:39,709 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,709 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,709 [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 2025-04-14 02:50:39,710 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,711 [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 2025-04-14 02:50:39,711 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,711 [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 2025-04-14 02:50:39,711 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,711 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,712 [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 2025-04-14 02:50:39,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,712 [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 2025-04-14 02:50:39,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,712 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,712 [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 2025-04-14 02:50:39,712 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,713 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,713 [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 2025-04-14 02:50:39,714 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,714 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,714 [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 2025-04-14 02:50:39,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,715 [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 2025-04-14 02:50:39,715 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,715 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,716 [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 2025-04-14 02:50:39,716 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,716 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,716 [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 2025-04-14 02:50:39,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,719 [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 2025-04-14 02:50:39,719 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,719 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,719 [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 2025-04-14 02:50:39,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,720 [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 2025-04-14 02:50:39,720 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,720 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,722 [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 2025-04-14 02:50:39,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,722 [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 2025-04-14 02:50:39,722 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,723 [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 2025-04-14 02:50:39,723 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,723 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,723 [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 2025-04-14 02:50:39,723 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,723 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,723 [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 2025-04-14 02:50:39,723 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,723 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,723 [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 2025-04-14 02:50:39,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,724 [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 2025-04-14 02:50:39,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,724 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,724 [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 2025-04-14 02:50:39,724 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,725 [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 2025-04-14 02:50:39,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,725 [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 2025-04-14 02:50:39,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,725 [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 2025-04-14 02:50:39,725 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,726 [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 2025-04-14 02:50:39,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,726 [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 2025-04-14 02:50:39,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,726 [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 2025-04-14 02:50:39,726 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,726 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,727 [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 2025-04-14 02:50:39,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,727 [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 2025-04-14 02:50:39,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,727 [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 2025-04-14 02:50:39,727 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,727 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,727 [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 2025-04-14 02:50:39,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,728 [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 2025-04-14 02:50:39,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,728 [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 2025-04-14 02:50:39,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,730 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,730 [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 2025-04-14 02:50:39,730 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,731 [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 2025-04-14 02:50:39,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,731 [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 2025-04-14 02:50:39,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,731 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,731 [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 2025-04-14 02:50:39,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,732 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,733 [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 2025-04-14 02:50:39,733 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,733 [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 2025-04-14 02:50:39,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,734 [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 2025-04-14 02:50:39,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,734 [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 2025-04-14 02:50:39,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,734 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,734 [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 2025-04-14 02:50:39,734 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,735 [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 2025-04-14 02:50:39,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,735 [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 2025-04-14 02:50:39,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,736 [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 2025-04-14 02:50:39,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,736 [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 2025-04-14 02:50:39,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,736 [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 2025-04-14 02:50:39,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,736 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,736 [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 2025-04-14 02:50:39,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,737 [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 2025-04-14 02:50:39,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,737 [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 2025-04-14 02:50:39,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,737 [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 2025-04-14 02:50:39,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,738 [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 2025-04-14 02:50:39,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,738 [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 2025-04-14 02:50:39,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,738 [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 2025-04-14 02:50:39,738 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,738 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,740 [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 2025-04-14 02:50:39,741 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,750 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,754 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,754 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2025-04-14 02:50:39,755 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,755 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,755 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2025-04-14 02:50:39,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,758 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,758 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,761 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/108, BranchId=]
DEBUG 2025-04-14 02:50:39,761 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,763 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,764 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,765 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,773 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,774 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,775 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,777 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,785 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,795 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,796 [main] DELETE FROM CUSTOMER
DEBUG 2025-04-14 02:50:39,796 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,796 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,798 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,798 [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 2025-04-14 02:50:39,798 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,799 [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 2025-04-14 02:50:39,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,799 [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 2025-04-14 02:50:39,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,799 [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 2025-04-14 02:50:39,799 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,799 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,800 [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 2025-04-14 02:50:39,800 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,800 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,800 [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 2025-04-14 02:50:39,800 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,800 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,800 [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 2025-04-14 02:50:39,800 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,800 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,800 [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 2025-04-14 02:50:39,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,801 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,801 [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 2025-04-14 02:50:39,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,801 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,801 [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 2025-04-14 02:50:39,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,801 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,801 [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 2025-04-14 02:50:39,801 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,802 [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 2025-04-14 02:50:39,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,802 [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 2025-04-14 02:50:39,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,802 [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 2025-04-14 02:50:39,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,802 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,802 [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 2025-04-14 02:50:39,803 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,803 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,804 [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 2025-04-14 02:50:39,804 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,804 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,804 [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 2025-04-14 02:50:39,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,805 [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 2025-04-14 02:50:39,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,805 [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 2025-04-14 02:50:39,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,805 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,805 [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 2025-04-14 02:50:39,805 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,806 [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 2025-04-14 02:50:39,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,806 [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 2025-04-14 02:50:39,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,806 [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 2025-04-14 02:50:39,806 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,806 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,807 [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 2025-04-14 02:50:39,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,807 [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 2025-04-14 02:50:39,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,807 [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 2025-04-14 02:50:39,807 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,807 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,807 [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 2025-04-14 02:50:39,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,808 [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 2025-04-14 02:50:39,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,808 [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 2025-04-14 02:50:39,808 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,808 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,808 [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 2025-04-14 02:50:39,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,809 [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 2025-04-14 02:50:39,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,809 [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 2025-04-14 02:50:39,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,809 [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 2025-04-14 02:50:39,809 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,809 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,810 [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 2025-04-14 02:50:39,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,810 [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 2025-04-14 02:50:39,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,810 [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 2025-04-14 02:50:39,810 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,810 [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 2025-04-14 02:50:39,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,811 [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 2025-04-14 02:50:39,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,811 [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 2025-04-14 02:50:39,811 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,811 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,811 [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 2025-04-14 02:50:39,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,812 [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 2025-04-14 02:50:39,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,812 [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 2025-04-14 02:50:39,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,812 [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 2025-04-14 02:50:39,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,812 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,813 [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 2025-04-14 02:50:39,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,813 [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 2025-04-14 02:50:39,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,813 [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 2025-04-14 02:50:39,813 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,813 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,813 [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 2025-04-14 02:50:39,814 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,815 [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 2025-04-14 02:50:39,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,815 [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 2025-04-14 02:50:39,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,815 [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 2025-04-14 02:50:39,815 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,815 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,816 [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 2025-04-14 02:50:39,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,816 [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 2025-04-14 02:50:39,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,816 [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 2025-04-14 02:50:39,816 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,816 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,816 [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 2025-04-14 02:50:39,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,817 [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 2025-04-14 02:50:39,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,817 [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 2025-04-14 02:50:39,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,817 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,817 [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 2025-04-14 02:50:39,817 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,818 [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 2025-04-14 02:50:39,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,818 [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 2025-04-14 02:50:39,818 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,819 [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 2025-04-14 02:50:39,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,819 [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 2025-04-14 02:50:39,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,819 [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 2025-04-14 02:50:39,819 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,819 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,820 [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 2025-04-14 02:50:39,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,820 [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 2025-04-14 02:50:39,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,820 [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 2025-04-14 02:50:39,820 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,820 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,820 [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 2025-04-14 02:50:39,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,821 [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 2025-04-14 02:50:39,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,821 [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 2025-04-14 02:50:39,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,821 [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 2025-04-14 02:50:39,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,822 [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 2025-04-14 02:50:39,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,822 [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 2025-04-14 02:50:39,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,823 [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 2025-04-14 02:50:39,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,823 [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 2025-04-14 02:50:39,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,823 [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 2025-04-14 02:50:39,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,824 [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 2025-04-14 02:50:39,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,824 [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 2025-04-14 02:50:39,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,824 [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 2025-04-14 02:50:39,824 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,824 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,825 [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 2025-04-14 02:50:39,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,826 [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 2025-04-14 02:50:39,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,826 [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 2025-04-14 02:50:39,826 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,826 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,827 [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 2025-04-14 02:50:39,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,827 [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 2025-04-14 02:50:39,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,827 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,827 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,828 [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 2025-04-14 02:50:39,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,828 [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 2025-04-14 02:50:39,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,828 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,828 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,829 [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 2025-04-14 02:50:39,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,829 [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 2025-04-14 02:50:39,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,829 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,829 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,830 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,830 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,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 2025-04-14 02:50:39,831 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,831 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,832 [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 2025-04-14 02:50:39,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,834 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,834 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,835 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,838 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,838 [main] SELECT count(*) FROM (select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


) AS total
DEBUG 2025-04-14 02:50:39,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,838 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,838 [main] select * from customer
where

	DATE_OF_JOIN >= '2006-01-01'


order by PRIORITY LIMIT 12 OFFSET 18
DEBUG 2025-04-14 02:50:39,839 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,839 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,840 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,843 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/109, BranchId=]
DEBUG 2025-04-14 02:50:39,843 [main] Physical connection closed
DEBUG 2025-04-14 02:50:39,845 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:39,846 [main] S2Container will be created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,847 [main] S2Container will be created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,849 [main] S2Container will be created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,853 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:39,853 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,857 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:39,858 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:39,858 [main] S2Container is created(path=org/seasar/dao/pager/jdbc-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,860 [main] S2Container is created(path=org/seasar/dao/pager/dao-limit-offset.dicon)
DEBUG 2025-04-14 02:50:39,861 [main] S2Container is created(path=org/seasar/dao/pager/LimitOffsetTest.dicon)
DEBUG 2025-04-14 02:50:39,871 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,882 [main] Physical connection got
DEBUG 2025-04-14 02:50:39,882 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,882 [main] DELETE FROM CUSTOMER
DEBUG 2025-04-14 02:50:39,882 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,882 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,885 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,885 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,885 [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 2025-04-14 02:50:39,885 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,885 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,885 [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 2025-04-14 02:50:39,885 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,886 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,886 [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 2025-04-14 02:50:39,886 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,886 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,886 [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 2025-04-14 02:50:39,886 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,886 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,886 [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 2025-04-14 02:50:39,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,887 [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 2025-04-14 02:50:39,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,887 [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 2025-04-14 02:50:39,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,887 [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 2025-04-14 02:50:39,888 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,888 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,888 [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 2025-04-14 02:50:39,888 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,888 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,888 [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 2025-04-14 02:50:39,888 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,888 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,888 [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 2025-04-14 02:50:39,888 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,889 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,889 [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 2025-04-14 02:50:39,889 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,889 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,889 [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 2025-04-14 02:50:39,889 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,889 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,891 [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 2025-04-14 02:50:39,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,891 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,891 [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 2025-04-14 02:50:39,891 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,891 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,892 [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 2025-04-14 02:50:39,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,892 [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 2025-04-14 02:50:39,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,892 [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 2025-04-14 02:50:39,892 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,892 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,892 [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 2025-04-14 02:50:39,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,893 [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 2025-04-14 02:50:39,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,893 [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 2025-04-14 02:50:39,893 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,893 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,894 [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 2025-04-14 02:50:39,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,894 [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 2025-04-14 02:50:39,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,894 [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 2025-04-14 02:50:39,895 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,895 [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 2025-04-14 02:50:39,895 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,895 [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 2025-04-14 02:50:39,895 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,895 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,895 [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 2025-04-14 02:50:39,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,896 [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 2025-04-14 02:50:39,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,896 [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 2025-04-14 02:50:39,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,896 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,896 [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 2025-04-14 02:50:39,896 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,897 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,897 [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 2025-04-14 02:50:39,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,897 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,897 [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 2025-04-14 02:50:39,897 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,897 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,898 [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 2025-04-14 02:50:39,898 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,898 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,898 [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 2025-04-14 02:50:39,898 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,899 [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 2025-04-14 02:50:39,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,899 [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 2025-04-14 02:50:39,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,899 [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 2025-04-14 02:50:39,899 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,899 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,900 [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 2025-04-14 02:50:39,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,900 [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 2025-04-14 02:50:39,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,900 [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 2025-04-14 02:50:39,900 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,900 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,900 [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 2025-04-14 02:50:39,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,901 [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 2025-04-14 02:50:39,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,901 [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 2025-04-14 02:50:39,901 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,901 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,902 [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 2025-04-14 02:50:39,902 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,902 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,902 [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 2025-04-14 02:50:39,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,903 [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 2025-04-14 02:50:39,903 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,903 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,904 [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 2025-04-14 02:50:39,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,904 [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 2025-04-14 02:50:39,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,904 [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 2025-04-14 02:50:39,904 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,904 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,904 [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 2025-04-14 02:50:39,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,905 [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 2025-04-14 02:50:39,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,905 [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 2025-04-14 02:50:39,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,905 [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 2025-04-14 02:50:39,905 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,905 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,905 [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 2025-04-14 02:50:39,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,906 [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 2025-04-14 02:50:39,906 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,906 [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 2025-04-14 02:50:39,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,907 [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 2025-04-14 02:50:39,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,907 [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 2025-04-14 02:50:39,907 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,907 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,907 [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 2025-04-14 02:50:39,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,908 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,908 [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 2025-04-14 02:50:39,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,908 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,908 [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 2025-04-14 02:50:39,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,908 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,908 [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 2025-04-14 02:50:39,908 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,909 [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 2025-04-14 02:50:39,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,909 [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 2025-04-14 02:50:39,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,909 [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 2025-04-14 02:50:39,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,909 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,909 [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 2025-04-14 02:50:39,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,910 [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 2025-04-14 02:50:39,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,910 [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 2025-04-14 02:50:39,910 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,910 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,911 [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 2025-04-14 02:50:39,911 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,911 [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 2025-04-14 02:50:39,911 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,911 [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 2025-04-14 02:50:39,911 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,911 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,911 [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 2025-04-14 02:50:39,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,912 [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 2025-04-14 02:50:39,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,912 [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 2025-04-14 02:50:39,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,912 [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 2025-04-14 02:50:39,912 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,913 [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 2025-04-14 02:50:39,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,913 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,914 [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 2025-04-14 02:50:39,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,914 [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 2025-04-14 02:50:39,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,914 [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 2025-04-14 02:50:39,914 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,914 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,915 [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 2025-04-14 02:50:39,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,915 [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 2025-04-14 02:50:39,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,915 [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 2025-04-14 02:50:39,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,916 [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 2025-04-14 02:50:39,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,916 [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 2025-04-14 02:50:39,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,916 [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 2025-04-14 02:50:39,916 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,916 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,916 [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 2025-04-14 02:50:39,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,917 [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 2025-04-14 02:50:39,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,917 [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 2025-04-14 02:50:39,917 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,917 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,917 [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 2025-04-14 02:50:39,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,918 [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 2025-04-14 02:50:39,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,918 [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 2025-04-14 02:50:39,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,918 [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 2025-04-14 02:50:39,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,918 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,919 [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 2025-04-14 02:50:39,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,919 [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 2025-04-14 02:50:39,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,919 [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 2025-04-14 02:50:39,919 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,919 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,919 [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 2025-04-14 02:50:39,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,920 [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 2025-04-14 02:50:39,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,920 [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 2025-04-14 02:50:39,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,920 [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 2025-04-14 02:50:39,920 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,920 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,920 [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 2025-04-14 02:50:39,921 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,999 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:39,999 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:40,000 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:40,000 [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 2025-04-14 02:50:40,004 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:40,004 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:40,005 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:40,015 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/110, BranchId=]
DEBUG 2025-04-14 02:50:40,015 [main] Physical connection closed
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 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 2025-04-14 02:50:40,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,021 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,022 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,028 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,028 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,029 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,029 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.issue.Jira101Test
DEBUG 2025-04-14 02:50:40,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,032 [main] S2Container will be created(path=org/seasar/dao/issue/Jira101Test.dicon)
DEBUG 2025-04-14 02:50:40,033 [main] S2Container will be created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:40,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,036 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,039 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,042 [main] S2Container is created(path=dao-enhance.dicon)
DEBUG 2025-04-14 02:50:40,043 [main] S2Container is created(path=org/seasar/dao/issue/Jira101Test.dicon)
DEBUG 2025-04-14 02:50:40,051 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,052 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,052 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,052 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,052 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,059 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,060 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,060 [main] INSERT INTO JIRA101_TABLE (aaa, bbb, foo_id) VALUES ('a1', 'b1', 777)
DEBUG 2025-04-14 02:50:40,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,060 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,060 [main] SELECT JIRA101_TABLE.aaa, JIRA101_TABLE.bbb, JIRA101_TABLE.foo_id FROM JIRA101_TABLE WHERE  JIRA101_TABLE.FOO_ID = 777
DEBUG 2025-04-14 02:50:40,061 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,061 [main] skip UPDATE: table=JIRA101_TABLE, key{foo_id=777}
DEBUG 2025-04-14 02:50:40,061 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/111, BranchId=]
DEBUG 2025-04-14 02:50:40,061 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.interceptors.AssertAtLeastOneRowInterceptorTest
DEBUG 2025-04-14 02:50:40,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,065 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:40,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,071 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,074 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:40,081 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/112, BranchId=]
DEBUG 2025-04-14 02:50:40,081 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/112, BranchId=]
DEBUG 2025-04-14 02:50:40,081 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/112, BranchId=]
DEBUG 2025-04-14 02:50:40,081 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/112, BranchId=]
DEBUG 2025-04-14 02:50:40,097 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/112, BranchId=]
DEBUG 2025-04-14 02:50:40,098 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/112, BranchId=]
DEBUG 2025-04-14 02:50:40,098 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'A%'
DEBUG 2025-04-14 02:50:40,098 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/112, BranchId=]
DEBUG 2025-04-14 02:50:40,098 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/112, BranchId=]
DEBUG 2025-04-14 02:50:40,098 [main] Physical connection closed
DEBUG 2025-04-14 02:50:40,100 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,101 [main] S2Container will be created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:40,102 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,103 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,109 [main] S2Container is created(path=org/seasar/dao/interceptors/AssertAtLeastOneRowInterceptorTest.dicon)
DEBUG 2025-04-14 02:50:40,116 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/113, BranchId=]
DEBUG 2025-04-14 02:50:40,116 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,116 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/113, BranchId=]
DEBUG 2025-04-14 02:50:40,116 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/113, BranchId=]
DEBUG 2025-04-14 02:50:40,116 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/113, BranchId=]
DEBUG 2025-04-14 02:50:40,132 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/113, BranchId=]
DEBUG 2025-04-14 02:50:40,132 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/113, BranchId=]
DEBUG 2025-04-14 02:50:40,132 [main] update EMP set SAL = SAL * 2 where ENAME LIKE 'ZZ%'
DEBUG 2025-04-14 02:50:40,133 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/113, BranchId=]
DEBUG 2025-04-14 02:50:40,133 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/113, BranchId=]
DEBUG 2025-04-14 02:50:40,134 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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 2025-04-14 02:50:40,138 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,139 [main] S2Container will be created(path=org/seasar/dao/impl/NestedDaoMethodTest.dicon)
DEBUG 2025-04-14 02:50:40,140 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:40,141 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,143 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,143 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,146 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,149 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:40,150 [main] S2Container is created(path=org/seasar/dao/impl/NestedDaoMethodTest.dicon)
DEBUG 2025-04-14 02:50:40,158 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,158 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,158 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,158 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,161 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,164 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,164 [main] SELECT EMP.empno, EMP.ename, EMP.deptno FROM EMP WHERE empno = 7782
DEBUG 2025-04-14 02:50:40,165 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,165 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,165 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,165 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,165 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,166 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,166 [main] SELECT DEPT.dname, DEPT.deptno FROM DEPT WHERE  DEPT.deptno = 10
DEBUG 2025-04-14 02:50:40,166 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,166 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 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  2025-04-14 02:50:40,174 [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  2025-04-14 02:50:40,176 [main] Argument(job) not found
SELECT * FROM emp
WARN  2025-04-14 02:50:40,176 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
[bbbddd]
SELECT * FROM emp WHERE deptno = 10
WARN  2025-04-14 02:50:40,177 [main] Argument(job) not found
WARN  2025-04-14 02:50:40,177 [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  2025-04-14 02:50:40,183 [main] Argument(moge) not found
WARN  2025-04-14 02:50:40,183 [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  2025-04-14 02:50:40,184 [main] Argument(hoge) not found
WARN  2025-04-14 02:50:40,184 [main] Argument($1) not found
WARN  2025-04-14 02:50:40,184 [main] Argument($1) not found
SELECT AAA FROM HOGE where bb = ?  /* comment */
WARN  2025-04-14 02:50:40,184 [main] Argument($1) not found
WARN  2025-04-14 02:50:40,184 [main] Argument($1) not found
SELECT AAA FROM HOGE where aa = ?  -- comment
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.dao.impl.QuestionInCommentTest
DEBUG 2025-04-14 02:50:40,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,188 [main] S2Container will be created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2025-04-14 02:50:40,188 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:40,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,190 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,192 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,192 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,197 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:40,198 [main] S2Container is created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2025-04-14 02:50:40,205 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/114, BranchId=]
DEBUG 2025-04-14 02:50:40,205 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,205 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/114, BranchId=]
DEBUG 2025-04-14 02:50:40,205 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/114, BranchId=]
DEBUG 2025-04-14 02:50:40,205 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/114, BranchId=]
DEBUG 2025-04-14 02:50:40,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/114, BranchId=]
DEBUG 2025-04-14 02:50:40,279 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/114, BranchId=]
DEBUG 2025-04-14 02:50:40,279 [main] INSERT INTO EMP (
    EMPNO,
    ENAME,
    TSTAMP
) VALUES (
	 /* comment */
	2222,
	'aaaaaaaaaaaa',
	null
	 /*  in comment */
)
DEBUG 2025-04-14 02:50:40,280 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/114, BranchId=]
DEBUG 2025-04-14 02:50:40,280 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/114, BranchId=]
DEBUG 2025-04-14 02:50:40,280 [main] Physical connection closed
DEBUG 2025-04-14 02:50:40,281 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,282 [main] S2Container will be created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2025-04-14 02:50:40,283 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-14 02:50:40,284 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,285 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,291 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-14 02:50:40,292 [main] S2Container is created(path=org/seasar/dao/impl/QuestionInCommentTest.dicon)
DEBUG 2025-04-14 02:50:40,299 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/115, BranchId=]
DEBUG 2025-04-14 02:50:40,299 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/115, BranchId=]
DEBUG 2025-04-14 02:50:40,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/115, BranchId=]
DEBUG 2025-04-14 02:50:40,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/115, BranchId=]
DEBUG 2025-04-14 02:50:40,304 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/115, BranchId=]
DEBUG 2025-04-14 02:50:40,305 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/115, BranchId=]
DEBUG 2025-04-14 02:50:40,305 [main] select * 
  from EMP
 where ENAME = 'te?st'
DEBUG 2025-04-14 02:50:40,305 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/115, BranchId=]
DEBUG 2025-04-14 02:50:40,305 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/115, BranchId=]
DEBUG 2025-04-14 02:50:40,305 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 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 2025-04-14 02:50:40,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,316 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,316 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,318 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,319 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,321 [main] Transaction began, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,321 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,321 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,321 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,337 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,345 [main] DELETE FROM EMP WHERE empno = 7499 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:40,345 [main] DELETE FROM EMP WHERE empno = 7369 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:40,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,345 [main] DELETE FROM EMP WHERE empno = 7782 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:40,345 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2000-01-01 00.00.00'
DEBUG 2025-04-14 02:50:40,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,345 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1744566626960/116, BranchId=]
DEBUG 2025-04-14 02:50:40,346 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.dao.impl.OverloadNotSupportedSqlCommandTest
DEBUG 2025-04-14 02:50:40,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. 
DEBUG 2025-04-14 02:50:40,349 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,350 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,351 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-14 02:50:40,351 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,354 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-14 02:50:40,354 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-14 02:50:40,356 [main] Physical connection got
DEBUG 2025-04-14 02:50:40,356 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,356 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,356 [main] Logical connection got, tx=null
DEBUG 2025-04-14 02:50:40,374 [main] Logical connection closed, tx=null
DEBUG 2025-04-14 02:50:40,375 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.dao.impl.NullBeanMetaDataTest
[EDAO0027]Not found Bean class associated with Dao interface (org.seasar.dao.impl.NullBeanMetaDataTest$HogeDao)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

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

[INFO] [jar:jar]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/src/test/java added.
[INFO] [source:jar {execution: source-jar}]
[INFO] Building jar: /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-s24-test/1.0.52-SNAPSHOT/s2-dao-s24-test-1.0.52-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/s2dao-1.0.x/workspace/s2dao-1.0.x/s2-dao-s24-test/target/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/seasar/dao/s2-dao-s24-test/1.0.52-SNAPSHOT/s2-dao-s24-test-1.0.52-SNAPSHOT-sources.jar
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Project ......................................... SUCCESS [2.464s]
[INFO] S2Dao ................................................. SUCCESS [16.657s]
[INFO] S2Dao Examples ........................................ SUCCESS [2.374s]
[INFO] S2Dao tests for Seasar2.4.x ........................... SUCCESS [16.406s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39 seconds
[INFO] Finished at: Mon Apr 14 02:50:40 JST 2025
[INFO] Final Memory: 20M/41M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Triggering a new build of s2dao-tiger-1.0.x
Finished: SUCCESS