Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2025-04-07 02:54:55,980 [main] Physical connection got
DEBUG 2025-04-07 02:54:55,980 [main] Logical connection got
DEBUG 2025-04-07 02:54:55,980 [main] Logical connection closed
DEBUG 2025-04-07 02:54:55,980 [main] Logical connection got
DEBUG 2025-04-07 02:54:55,992 [main] Logical connection closed
DEBUG 2025-04-07 02:54:55,993 [main] Logical connection got
DEBUG 2025-04-07 02:54:55,993 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2025-04-07 02:54:55,994 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-07 02:54:55.771 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-07 02:54:55,995 [main] Logical connection got
DEBUG 2025-04-07 02:54:55,995 [main] Logical connection closed
DEBUG 2025-04-07 02:54:55,995 [main] Logical connection got
DEBUG 2025-04-07 02:54:55,999 [main] Logical connection closed
DEBUG 2025-04-07 02:54:56,001 [main] Logical connection got
DEBUG 2025-04-07 02:54:56,001 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-07 02:54:56,002 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2025-04-07 02:54:55.771 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-07 02:54:56,002 [main] Logical connection got
DEBUG 2025-04-07 02:54:56,003 [main] UPDATE EMP SET tstamp = '2025-04-07 02.54.56', 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 = '2025-04-07 02.54.55'
DEBUG 2025-04-07 02:54:56,004 [main] Logical connection closed
DEBUG 2025-04-07 02:54:56,004 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2025-04-07 02:54:57,480 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:57,540 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:54:57,567 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:57,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:57,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:57,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:57,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:57,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:57,671 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:54:57,838 [main] Physical connection got
DEBUG 2025-04-07 02:54:57,838 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:57,915 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:57,920 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2025-04-07 02:54:57,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:57,932 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:57,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:57,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:57,944 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:57,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:57,956 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:57,959 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:57,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:57,974 [main] Physical connection got
DEBUG 2025-04-07 02:54:57,974 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:57,974 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:57,974 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,085 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2025-04-07 02:54:58,090 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,093 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,095 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,104 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,104 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,115 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,116 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,121 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,121 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,121 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,121 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,163 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,193 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,195 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,196 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,220 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,220 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,224 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,224 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,224 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,224 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,267 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,272 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,274 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,295 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,299 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,299 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,299 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,299 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,335 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,340 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,342 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,342 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,345 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,347 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,352 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,352 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,360 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,361 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,362 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,364 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,365 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,365 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,365 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,397 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,402 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,407 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,413 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,421 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,423 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,423 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,426 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,426 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,426 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,426 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,459 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2025-04-07 02:54:58,463 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,483 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,485 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,486 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,486 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,486 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,518 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,522 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,524 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,525 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,527 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,533 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,540 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,542 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,543 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,545 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,545 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,545 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,545 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,579 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,584 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,586 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,586 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,588 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,591 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,595 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,595 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,602 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,604 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,607 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,607 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,607 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,607 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,639 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,644 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,646 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,649 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,651 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,655 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,655 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,669 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743962098669/0, BranchId=]
DEBUG 2025-04-07 02:54:58,671 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/0, BranchId=]
DEBUG 2025-04-07 02:54:58,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/0, BranchId=]
DEBUG 2025-04-07 02:54:58,672 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/0, BranchId=]
DEBUG 2025-04-07 02:54:58,701 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/0, BranchId=]
DEBUG 2025-04-07 02:54:58,722 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/0, BranchId=]
DEBUG 2025-04-07 02:54:58,724 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-07 02.54.58', 99, 'hoge', 0)
DEBUG 2025-04-07 02:54:58,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/0, BranchId=]
DEBUG 2025-04-07 02:54:58,730 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743962098669/0, BranchId=]
DEBUG 2025-04-07 02:54:58,730 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,742 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,750 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,751 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,753 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,754 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,754 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,754 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,754 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,780 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,792 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,792 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-07 02:54:58,800 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,800 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,801 [main] UPDATE EMP SET tstamp = '2025-04-07 02.54.58', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-07 02:54:58,802 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,802 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743962098669/1, BranchId=]
DEBUG 2025-04-07 02:54:58,802 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,803 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,812 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,813 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,822 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,824 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,825 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,825 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,825 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,851 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,867 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,867 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-07 02:54:58,870 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,870 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,870 [main] UPDATE EMP SET tstamp = '2025-04-07 02.54.58', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2025-04-07 02:54:58,871 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,871 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743962098669/2, BranchId=]
DEBUG 2025-04-07 02:54:58,871 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,876 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,882 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,882 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,889 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,891 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,893 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,894 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,894 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,894 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,918 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,927 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,928 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2025-04-07 02:54:58,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,930 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,930 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2025-04-07 02:54:58,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,931 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743962098669/3, BranchId=]
DEBUG 2025-04-07 02:54:58,931 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,933 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,937 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,941 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,948 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,950 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,953 [main] Physical connection got
DEBUG 2025-04-07 02:54:58,954 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,954 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:58,954 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:58,979 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2025-04-07 02:54:58,980 [main] Physical connection closed
DEBUG 2025-04-07 02:54:58,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:58,982 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:58,985 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:58,987 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,991 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:58,991 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:58,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,000 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,014 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,014 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,014 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,014 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,038 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2025-04-07 02:54:59,047 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,064 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,066 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,066 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,069 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,069 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,070 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,070 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,094 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,102 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,103 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,112 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,129 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,129 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,129 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,129 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,151 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,158 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,160 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,160 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,163 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,175 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,176 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,177 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,179 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,179 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,179 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,179 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,200 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,208 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,210 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,214 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,218 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,218 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,224 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,226 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,228 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,228 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,228 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,228 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,257 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,265 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,265 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-07 02:54:59,272 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-07 02:54:59,273 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,289 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,290 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,293 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,293 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,293 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,293 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,314 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,322 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,322 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-07 02:54:59,326 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-07 02:54:59,327 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,329 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,331 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,333 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,336 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,336 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,342 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,344 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,344 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,346 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,346 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,347 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,347 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,372 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,379 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,379 [main] select * from emp
DEBUG 2025-04-07 02:54:59,382 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-07 02:54:59,383 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,385 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,403 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,403 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,403 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,403 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,424 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,431 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,431 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-07 02:54:59,435 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2025-04-07 02:54:59,436 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,438 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,440 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,451 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,452 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,453 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,455 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,455 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,455 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,455 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,476 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2025-04-07 02:54:59,483 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,492 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,492 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,499 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,501 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,501 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,503 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,503 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,504 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,504 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,524 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,531 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,531 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-07 02:54:59,534 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-07 02:54:59,535 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,540 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,543 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,544 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,550 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,551 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,553 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,554 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,554 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,554 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,578 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,585 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,586 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-07 02:54:59,590 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-07 02:54:59,591 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,592 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,593 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,601 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,607 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,610 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,611 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,611 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,611 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,631 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,640 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,640 [main] select * from emp
DEBUG 2025-04-07 02:54:59,641 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-07 02:54:59,643 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,648 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,652 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,658 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,661 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,661 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,662 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,662 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,681 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,689 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,689 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2025-04-07 02:54:59,691 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2025-04-07 02:54:59,692 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,694 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,696 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,698 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,701 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,701 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,707 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,708 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,709 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,711 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,711 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,711 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,711 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,731 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,738 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,739 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-07 02:54:59,740 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-07 02:54:59,741 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,747 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,750 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,750 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,760 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,760 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,760 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,760 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,785 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,792 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,793 [main] select count(*) from emp
DEBUG 2025-04-07 02:54:59,794 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,794 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,804 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,809 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,811 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,811 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,813 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,813 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,814 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,814 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,833 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,841 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,842 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-07 02:54:59,843 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2025-04-07 02:54:59,843 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,844 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,845 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,847 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,849 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,852 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,852 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,858 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,859 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,862 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,862 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,862 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,862 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,882 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,890 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,890 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-07 02:54:59,891 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2025-04-07 02:54:59,891 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,892 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,893 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,906 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,907 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,908 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,910 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,910 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,910 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,910 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,929 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,937 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,937 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-07 02:54:59,937 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2025-04-07 02:54:59,938 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,940 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,942 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,947 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,947 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,953 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:54:59,955 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,955 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,957 [main] Physical connection got
DEBUG 2025-04-07 02:54:59,957 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,958 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,958 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,977 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:54:59,984 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:54:59,984 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2025-04-07 02:54:59,985 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2825491d
DEBUG 2025-04-07 02:54:59,985 [main] Physical connection closed
DEBUG 2025-04-07 02:54:59,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:54:59,987 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:54:59,989 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:54:59,991 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,995 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:54:59,995 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,002 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,002 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,004 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,004 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,005 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,005 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,024 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,031 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,031 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2025-04-07 02:55:00,033 [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-07 02:55:00,034 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,042 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,042 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,048 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,049 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,050 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,052 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,052 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,052 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,052 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,074 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2025-04-07 02:55:00,081 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,082 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2025-04-07 02:55:00,085 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2025-04-07 02:55:00,085 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,087 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,089 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,091 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,094 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,094 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,100 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,101 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,101 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,103 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,104 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,104 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,104 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,122 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,126 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,126 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-07 02:55:00,127 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,127 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,129 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,131 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,133 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,136 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,136 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,142 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,143 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,144 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,146 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,146 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,146 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,146 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,166 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,169 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,169 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-07 02:55:00,170 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,170 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,171 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,173 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,184 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,186 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,189 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,189 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,189 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,189 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,205 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,206 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,206 [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-07 02:55:00,207 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2025-04-07 02:55:00,208 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,209 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,222 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,223 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,224 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,226 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,226 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,226 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,226 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,239 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,239 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,239 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2025-04-07 02:55:00,240 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2025-04-07 02:55:00,241 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,242 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,244 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,249 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,249 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,255 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,256 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,256 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,258 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,259 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,259 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,259 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,259 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,277 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,284 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,284 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2025-04-07 02.55.00', 9999, 'test', 50)
DEBUG 2025-04-07 02:55:00,285 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,285 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,285 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2025-04-07 02:55:00,287 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2025-04-07 02:55:00,287 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,288 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2025-04-07 02:55:00,288 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2025-04-07 02:55:00.284 {50, null, null, 0}
DEBUG 2025-04-07 02:55:00,289 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743962098669/4, BranchId=]
DEBUG 2025-04-07 02:55:00,289 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,290 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,290 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,292 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,294 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,297 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,297 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,303 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,304 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,305 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,307 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,307 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,307 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,307 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,326 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,332 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,334 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,341 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,349 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,349 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,350 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,350 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,367 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2025-04-07 02:55:00,376 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,376 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-07 02:55:00,378 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,378 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,380 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,395 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,396 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,396 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,396 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,413 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2025-04-07 02:55:00,422 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,422 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2025-04-07 02:55:00,423 [main] Logical connection closed, tx=null
[]
DEBUG 2025-04-07 02:55:00,423 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,441 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,441 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,441 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,442 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,458 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2025-04-07 02:55:00,464 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,464 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2025-04-07 02:55:00,466 [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-07 02:55:00,466 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,471 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,474 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,475 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,484 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,484 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,484 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,484 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,500 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2025-04-07 02:55:00,503 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,518 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,520 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,520 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,521 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,521 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,537 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-07 02:55:00,544 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,544 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-07 02:55:00,546 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,546 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,547 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,548 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,550 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,551 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,554 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,554 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,560 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,561 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,561 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,563 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,563 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,564 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,564 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,585 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2025-04-07 02:55:00,592 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,592 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2025-04-07 02:55:00,593 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,593 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,594 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,596 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,598 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,602 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,603 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,610 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,612 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,612 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,617 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,617 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,617 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,618 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,645 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-07 02:55:00,647 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,647 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2025-04-07 02:55:00,650 [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-07 02:55:00,651 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,654 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,664 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,664 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,674 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,676 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,677 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,677 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,677 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,701 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-07 02:55:00,702 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,703 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,710 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,728 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,728 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,729 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,729 [main] Logical connection got, tx=null
WARN 2025-04-07 02:55:00,733 [main] Table(DepartmentTotalSalary) not found
DEBUG 2025-04-07 02:55:00,739 [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-07 02:55:00,740 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,740 [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-07 02:55:00,743 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2025-04-07 02:55:00,744 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,747 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,756 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,756 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,764 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,766 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,769 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,769 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,769 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,770 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,796 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2025-04-07 02:55:00,803 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,804 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,806 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,808 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,811 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,811 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,817 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,818 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,820 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,820 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,820 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,821 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,838 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2025-04-07 02:55:00,843 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,843 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-07 02:55:00,844 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,844 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,844 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2025-04-07 02:55:00,845 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,845 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,847 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,849 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,850 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,854 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,860 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,863 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,863 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,864 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,864 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,882 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2025-04-07 02:55:00,885 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,885 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-07 02:55:00,888 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,889 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,889 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2025-04-07 02:55:00,889 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,890 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,890 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2025-04-07 02:55:00,892 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,892 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,892 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2025-04-07 02:55:00,893 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,894 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,894 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2025-04-07 02:55:00,894 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,895 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,896 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,898 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,900 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,904 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,908 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,909 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,910 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,911 [main] Transaction began, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,912 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,912 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,913 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,913 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,930 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2025-04-07 02:55:00,931 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,931 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-07 02:55:00,931 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,932 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,932 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2025-04-07 02:55:00,932 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,933 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,933 [main] SELECT COUNT(*) FROM emp
DEBUG 2025-04-07 02:55:00,933 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,933 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1743962098669/5, BranchId=]
DEBUG 2025-04-07 02:55:00,933 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,935 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,939 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,948 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,948 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,950 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,951 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,951 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,951 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,968 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,971 [main] Physical connection closed
DEBUG 2025-04-07 02:55:00,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:00,973 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:00,980 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,985 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:00,986 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:00,986 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:00,988 [main] Physical connection got
DEBUG 2025-04-07 02:55:00,988 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:00,989 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:00,989 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,006 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,010 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,012 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,014 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,019 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,028 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,031 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,031 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,031 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,031 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,038 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2025-04-07 02:55:01,040 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,042 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,056 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,056 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,056 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,057 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,063 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2025-04-07 02:55:01,065 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,067 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,073 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,078 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,079 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,079 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,081 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,082 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,082 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,082 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,088 [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-07 02:55:01,090 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,096 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,105 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,105 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,107 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,108 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,108 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,108 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,114 [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-07 02:55:01,116 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,118 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,121 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,130 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,130 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,133 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,133 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,133 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,133 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,151 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,152 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,152 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2025-04-07 02:55:01,155 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,155 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,157 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,157 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,159 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,161 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,163 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,168 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,169 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,170 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,173 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,173 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,173 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,173 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,191 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,192 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,194 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,195 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,197 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,200 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,200 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,208 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,208 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,209 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,209 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,226 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-07 02:55:01,227 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,229 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,230 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,232 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,235 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,235 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,240 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,241 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,241 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2025-04-07 02:55:01,243 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,243 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,244 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,244 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,260 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2025-04-07 02:55:01,261 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2025-04-07 02:55:01,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,310 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,312 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,314 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,317 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,317 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,323 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,326 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,328 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,328 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,332 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,335 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,336 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,336 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,338 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,340 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,343 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,350 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,353 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,353 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,357 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,357 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,359 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,362 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,365 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,365 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,374 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,377 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,380 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,380 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,384 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,384 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2025-04-07 02:55:01,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,399 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,399 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,400 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,400 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2025-04-07 02:55:01,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,404 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,408 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,408 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,412 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,413 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,415 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,415 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,432 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,432 [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-07 02:55:01,435 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,435 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,436 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,437 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,438 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,445 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,446 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,448 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,448 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,464 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,465 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,465 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,465 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,476 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,480 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,481 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2025-04-07 02:55:01,483 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,483 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2025-04-07 02:55:01,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,502 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,508 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,508 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,516 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,528 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,528 [main] Logical connection got, tx=null
WARN 2025-04-07 02:55:01,530 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-04-07 02:55:01,531 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-07 02:55:01,531 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,531 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,533 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,544 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,547 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,550 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,550 [main] Logical connection got, tx=null
WARN 2025-04-07 02:55:01,552 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2025-04-07 02:55:01,553 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2025-04-07 02:55:01,553 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,553 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,554 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,555 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,556 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,558 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,560 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,561 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,565 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,566 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,568 [main] S2Container is created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,572 [main] S2Container will be created(path=dao.dicon)
DEBUG 2025-04-07 02:55:01,574 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,576 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,578 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,578 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,583 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,585 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,587 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2025-04-07 02:55:01,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,606 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,606 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,607 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,607 [main] Physical connection closed
DEBUG 2025-04-07 02:55:01,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,613 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,613 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,620 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,620 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,621 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,621 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2025-04-07 02:55:01,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2025-04-07 02:55:01,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,629 [main] S2Container is created(path=jta.dicon)
DEBUG 2025-04-07 02:55:01,629 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,633 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2025-04-07 02:55:01,634 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2025-04-07 02:55:01,635 [main] Physical connection got
DEBUG 2025-04-07 02:55:01,635 [main] Logical connection got, tx=null
DEBUG 2025-04-07 02:55:01,636 [main] Logical connection closed, tx=null
DEBUG 2025-04-07 02:55:01,636 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.316s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.953s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.660s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.670s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Mon Apr 07 02:55:01 JST 2025
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS