Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-26 02:54:56,657 [main] Physical connection got
DEBUG 2024-12-26 02:54:56,658 [main] Logical connection got
DEBUG 2024-12-26 02:54:56,658 [main] Logical connection closed
DEBUG 2024-12-26 02:54:56,658 [main] Logical connection got
DEBUG 2024-12-26 02:54:56,671 [main] Logical connection closed
DEBUG 2024-12-26 02:54:56,672 [main] Logical connection got
DEBUG 2024-12-26 02:54:56,672 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-26 02:54:56,674 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-26 02:54:56.448 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-26 02:54:56,674 [main] Logical connection got
DEBUG 2024-12-26 02:54:56,674 [main] Logical connection closed
DEBUG 2024-12-26 02:54:56,674 [main] Logical connection got
DEBUG 2024-12-26 02:54:56,678 [main] Logical connection closed
DEBUG 2024-12-26 02:54:56,680 [main] Logical connection got
DEBUG 2024-12-26 02:54:56,680 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-26 02:54:56,681 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-26 02:54:56.448 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-26 02:54:56,681 [main] Logical connection got
DEBUG 2024-12-26 02:54:56,681 [main] UPDATE EMP SET tstamp = '2024-12-26 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 = '2024-12-26 02.54.56'
DEBUG 2024-12-26 02:54:56,682 [main] Logical connection closed
DEBUG 2024-12-26 02:54:56,682 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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.14 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-26 02:54:58,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:58,312 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:54:58,354 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:58,360 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:58,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:58,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:58,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:58,441 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:58,464 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:54:58,627 [main] Physical connection got
DEBUG 2024-12-26 02:54:58,627 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:58,707 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:58,713 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-26 02:54:58,724 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:58,725 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:58,728 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:58,732 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:58,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:58,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:58,750 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:58,753 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:58,754 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:58,768 [main] Physical connection got
DEBUG 2024-12-26 02:54:58,768 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:58,769 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:58,769 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:58,882 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-26 02:54:58,888 [main] Physical connection closed
DEBUG 2024-12-26 02:54:58,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:58,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:58,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:58,896 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:58,901 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:58,902 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:58,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:58,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:58,914 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:58,919 [main] Physical connection got
DEBUG 2024-12-26 02:54:58,919 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:58,920 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:58,920 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:58,958 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:58,981 [main] Physical connection closed
DEBUG 2024-12-26 02:54:58,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:58,984 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:58,986 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:58,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:58,994 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:58,994 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,005 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,007 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,007 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,011 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,011 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,012 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,012 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,055 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,061 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,063 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,069 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,074 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,083 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,085 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,085 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,089 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,089 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,089 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,089 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,125 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,130 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,133 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,135 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,142 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,156 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,157 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,157 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,157 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,190 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,195 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,197 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,199 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,201 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,206 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,206 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,220 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,220 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,220 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,220 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,251 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-26 02:54:59,255 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,262 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,266 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,266 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,273 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,276 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,279 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,279 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,279 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,279 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,310 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,315 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,317 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,319 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,321 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,326 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,326 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,333 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,335 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,335 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,339 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,339 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,339 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,339 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,372 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,377 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,388 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,388 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,401 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,401 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,401 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,401 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,429 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,434 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,436 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,440 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,445 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,445 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,452 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,454 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,460 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149299460/0, BranchId=]
DEBUG 2024-12-26 02:54:59,461 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,462 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/0, BranchId=]
DEBUG 2024-12-26 02:54:59,462 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/0, BranchId=]
DEBUG 2024-12-26 02:54:59,462 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/0, BranchId=]
DEBUG 2024-12-26 02:54:59,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/0, BranchId=]
DEBUG 2024-12-26 02:54:59,518 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/0, BranchId=]
DEBUG 2024-12-26 02:54:59,520 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-26 02.54.59', 99, 'hoge', 0)
DEBUG 2024-12-26 02:54:59,526 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/0, BranchId=]
DEBUG 2024-12-26 02:54:59,526 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149299460/0, BranchId=]
DEBUG 2024-12-26 02:54:59,527 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,528 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,538 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,538 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,549 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,549 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,552 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,553 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,553 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,553 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,553 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,578 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,589 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-26 02:54:59,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,597 [main] UPDATE EMP SET tstamp = '2024-12-26 02.54.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-26 02:54:59,598 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,599 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149299460/1, BranchId=]
DEBUG 2024-12-26 02:54:59,599 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,601 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,619 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,620 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,623 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,623 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,623 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,649 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,668 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-26 02:54:59,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,671 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,671 [main] UPDATE EMP SET tstamp = '2024-12-26 02.54.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-26 02:54:59,672 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,672 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149299460/2, BranchId=]
DEBUG 2024-12-26 02:54:59,672 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,675 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,684 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,684 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,691 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,694 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,697 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,697 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,697 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,698 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,698 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,723 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,733 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,733 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-26 02:54:59,735 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,735 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,736 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-26 02:54:59,736 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,736 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149299460/3, BranchId=]
DEBUG 2024-12-26 02:54:59,736 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,739 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,741 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,757 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,762 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,762 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,762 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,763 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,789 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-26 02:54:59,790 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,792 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,795 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,797 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,809 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,809 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,816 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,818 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,818 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,830 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,830 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,831 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,831 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,856 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-26 02:54:59,865 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,867 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,870 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,872 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,883 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,884 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,885 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,888 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,889 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,889 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,889 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,912 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,921 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,923 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,944 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,944 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,947 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,947 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,947 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,947 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,971 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,979 [main] Physical connection closed
DEBUG 2024-12-26 02:54:59,980 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:54:59,980 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,984 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,988 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:54:59,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,994 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:54:59,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:54:59,996 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:54:59,999 [main] Physical connection got
DEBUG 2024-12-26 02:54:59,999 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:54:59,999 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:54:59,999 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,021 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,030 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,032 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,046 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,051 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,051 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,051 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,051 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,073 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,081 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,081 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-26 02:55:00,088 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-26 02:55:00,089 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,105 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,110 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,110 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,110 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,110 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,132 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,139 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,139 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-26 02:55:00,143 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-26 02:55:00,144 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,145 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,146 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,148 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,150 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,153 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,154 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,160 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,162 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,164 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,164 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,164 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,164 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,194 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,202 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,202 [main] select * from emp
DEBUG 2024-12-26 02:55:00,204 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-26 02:55:00,206 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,207 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,207 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,225 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,225 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,225 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,226 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,246 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,254 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,254 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-26 02:55:00,257 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-26 02:55:00,258 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,260 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,262 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,264 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,268 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,268 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,274 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,275 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,275 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,278 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,278 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,278 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,278 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,298 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-26 02:55:00,306 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,308 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,310 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,312 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,321 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,322 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,323 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,325 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,325 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,325 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,326 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,346 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,353 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,354 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-26 02:55:00,356 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-26 02:55:00,357 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,359 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,361 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,363 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,366 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,366 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,372 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,374 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,376 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,376 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,377 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,377 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,397 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,405 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,405 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-26 02:55:00,409 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-26 02:55:00,410 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,412 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,416 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,420 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,420 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,426 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,427 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,427 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,430 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,430 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,430 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,430 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,451 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,460 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,460 [main] select * from emp
DEBUG 2024-12-26 02:55:00,461 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-26 02:55:00,463 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,469 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,473 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,480 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,481 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,484 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,484 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,484 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,484 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,509 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,519 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,519 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-26 02:55:00,521 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-26 02:55:00,522 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,529 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,532 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,533 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,539 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,541 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,541 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,544 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,544 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,544 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,544 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,569 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,578 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,578 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-26 02:55:00,580 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-26 02:55:00,580 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,582 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,600 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,600 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,603 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,603 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,603 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,604 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,627 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,651 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,651 [main] select count(*) from emp
DEBUG 2024-12-26 02:55:00,653 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,653 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,654 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,656 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,658 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,669 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,669 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,671 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,672 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,672 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,672 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,693 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,701 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,701 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-26 02:55:00,702 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-26 02:55:00,702 [main] Physical connection closed
DEBUG 2024-12-26 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 2024-12-26 02:55:00,704 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,722 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,722 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,722 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,742 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,750 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,750 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-26 02:55:00,751 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-26 02:55:00,751 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,753 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,755 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,768 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,770 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,770 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,770 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,770 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,790 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,798 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,798 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-26 02:55:00,799 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-26 02:55:00,799 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,801 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,803 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,804 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,808 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,815 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,815 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,818 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,818 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,818 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,818 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,838 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,845 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,845 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-26 02:55:00,846 [main] Logical connection closed, tx=null
[Ljava.util.Map;@1f758cd1
DEBUG 2024-12-26 02:55:00,846 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,847 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,848 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,850 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,861 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,862 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,862 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,864 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,865 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,865 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,865 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,889 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,896 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,896 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-26 02:55:00,899 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-26 02:55:00,899 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,900 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,901 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,914 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,915 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,916 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,918 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,918 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,918 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,918 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,938 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-26 02:55:00,945 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,945 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-26 02:55:00,948 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-26 02:55:00,949 [main] Physical connection closed
DEBUG 2024-12-26 02:55:00,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:00,950 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,953 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,955 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:00,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,972 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:00,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:00,975 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:00,980 [main] Physical connection got
DEBUG 2024-12-26 02:55:00,980 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:00,980 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:00,980 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,016 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,024 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,024 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-26 02:55:01,025 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,025 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,027 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,029 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,033 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,055 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,056 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,057 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,063 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,063 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,063 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,063 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,086 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,089 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,089 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-26 02:55:01,090 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,090 [main] Physical connection closed
DEBUG 2024-12-26 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 2024-12-26 02:55:01,091 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,093 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,095 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,099 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,099 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,104 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,106 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,106 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,109 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,109 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,109 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,109 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,123 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,123 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,123 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-26 02:55:01,125 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-26 02:55:01,125 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,126 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,135 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,138 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,138 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,144 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,145 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,146 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,148 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,148 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,148 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,148 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,160 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,161 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,161 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-26 02:55:01,162 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-26 02:55:01,162 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,171 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,171 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,177 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,178 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,180 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,181 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,181 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,181 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,200 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,207 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-26 02.55.01', 9999, 'test', 50)
DEBUG 2024-12-26 02:55:01,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,208 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,208 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-26 02:55:01,210 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-26 02:55:01,210 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,210 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-26 02:55:01,211 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-26 02:55:01.207 {50, null, null, 0}
DEBUG 2024-12-26 02:55:01,211 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149299460/4, BranchId=]
DEBUG 2024-12-26 02:55:01,211 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,213 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,215 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,217 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,225 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,226 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,227 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,229 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,229 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,229 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,229 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,248 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,254 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,259 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,262 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,272 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,272 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,272 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,272 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,291 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-26 02:55:01,300 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,300 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-26 02:55:01,302 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,302 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,304 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,307 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,310 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,316 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,317 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,318 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,320 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,320 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,320 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,320 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,338 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-26 02:55:01,347 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,347 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-26 02:55:01,348 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-26 02:55:01,348 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,350 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,353 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,367 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,367 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,367 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,367 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,385 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-26 02:55:01,390 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,390 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-26 02:55:01,392 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-26 02:55:01,392 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,393 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,394 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,396 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,397 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,400 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,400 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,406 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,407 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,407 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,410 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,410 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,410 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,410 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,427 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-26 02:55:01,430 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,431 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,433 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,435 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,438 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,444 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,445 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,445 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,447 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,447 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,448 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,448 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,465 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-26 02:55:01,472 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,472 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-26 02:55:01,475 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,475 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,476 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,477 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,484 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,489 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,490 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,490 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,493 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,493 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,493 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,493 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,511 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-26 02:55:01,518 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,518 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-26 02:55:01,519 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,519 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,521 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,525 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,529 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,529 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,536 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,537 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,537 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,541 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,541 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,541 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,541 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,562 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-26 02:55:01,563 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,563 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-26 02:55:01,565 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-26 02:55:01,565 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,574 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,580 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,582 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,585 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,585 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,585 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,585 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,604 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-26 02:55:01,605 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,606 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,607 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,611 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,621 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,623 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,623 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,626 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,626 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,626 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,627 [main] Logical connection got, tx=null
WARN 2024-12-26 02:55:01,630 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-26 02:55:01,637 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-26 02:55:01,638 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,638 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-26 02:55:01,641 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-26 02:55:01,641 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,643 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,645 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,651 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,651 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,659 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,659 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,662 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,662 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,662 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,662 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,685 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-26 02:55:01,693 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,695 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,695 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,698 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,699 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,703 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,703 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,710 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,711 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,711 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,714 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,714 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,715 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,715 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,737 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-26 02:55:01,742 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,742 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-26 02:55:01,743 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,743 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,744 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-26 02:55:01,744 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,744 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,746 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,750 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,754 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,754 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,760 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,762 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,762 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,765 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,765 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,765 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,765 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,788 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-26 02:55:01,792 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,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
DEBUG 2024-12-26 02:55:01,804 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,805 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,805 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-26 02:55:01,806 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,806 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,806 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-26 02:55:01,808 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,808 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,809 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-26 02:55:01,809 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,810 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,810 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-26 02:55:01,810 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,810 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,812 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,813 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,815 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,817 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,821 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,827 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,828 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,828 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,831 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,832 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,832 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,832 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,856 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-26 02:55:01,856 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,856 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-26 02:55:01,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,857 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-26 02:55:01,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,858 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,858 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-26 02:55:01,858 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,858 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735149299460/5, BranchId=]
DEBUG 2024-12-26 02:55:01,858 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,860 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,862 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,868 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,868 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,879 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,879 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,879 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,879 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,906 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,911 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,912 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,913 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,915 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:01,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:01,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,931 [main] Physical connection got
DEBUG 2024-12-26 02:55:01,931 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,931 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,931 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:01,970 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:01,983 [main] Physical connection closed
DEBUG 2024-12-26 02:55:01,984 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:01,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:01,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:01,997 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,000 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,001 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,007 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,021 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,024 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,025 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,025 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,025 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,033 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-26 02:55:02,035 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,038 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,040 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,042 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,053 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,054 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,055 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,057 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,057 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,057 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,058 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,064 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-26 02:55:02,066 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,068 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,070 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,075 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,075 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,082 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,084 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,084 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,088 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,088 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,089 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,089 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,097 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-26 02:55:02,100 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,101 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,101 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,104 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,106 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,110 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,118 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,122 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,122 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,122 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,122 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,131 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-26 02:55:02,133 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,136 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,140 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,142 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,146 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,146 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,152 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,153 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,153 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,156 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,157 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,157 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,157 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,183 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,184 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,184 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-26 02:55:02,188 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,188 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,189 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,190 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,192 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,197 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,203 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,206 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,207 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,207 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,207 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,230 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,231 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,232 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,235 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,236 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,239 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,239 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,244 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,246 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,246 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,249 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,249 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,249 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,249 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,268 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-26 02:55:02,269 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,271 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,279 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,281 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,285 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,285 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,290 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,291 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,291 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-26 02:55:02,294 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,294 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,294 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,294 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,313 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-26 02:55:02,314 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.601 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.017 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-12-26 02:55:02,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,380 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,387 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,387 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,393 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,394 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,397 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,401 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,401 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,405 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,408 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,409 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,412 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,413 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,417 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,425 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,429 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,432 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,432 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,436 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,437 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,439 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,441 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,443 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,456 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,459 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,462 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,462 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,470 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,471 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-26 02:55:02,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,478 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,480 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,483 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,483 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,490 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,491 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,493 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,493 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,494 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,495 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-26 02:55:02,498 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,499 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,502 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,505 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,505 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,510 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,513 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,513 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,535 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,536 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-26 02:55:02,540 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,541 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,542 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,547 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,547 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,556 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,556 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,574 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,574 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,575 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,575 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,587 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,592 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,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 = 'RESEARCH'
DEBUG 2024-12-26 02:55:02,595 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,595 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-12-26 02:55:02,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,617 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,623 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,626 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,626 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,636 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,649 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,649 [main] Logical connection got, tx=null
WARN 2024-12-26 02:55:02,652 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-26 02:55:02,653 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-26 02:55:02,653 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,654 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,655 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,657 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,667 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,671 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,675 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,675 [main] Logical connection got, tx=null
WARN 2024-12-26 02:55:02,677 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-26 02:55:02,678 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-26 02:55:02,678 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,679 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,680 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,682 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,687 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,687 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,693 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,696 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,701 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-26 02:55:02,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,714 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,715 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,718 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-26 02:55:02,726 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,727 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,729 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,737 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,737 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,739 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,739 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,741 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,741 [main] Physical connection closed
DEBUG 2024-12-26 02:55:02,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,743 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,747 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,747 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,756 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,756 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,757 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,757 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-26 02:55:02,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-26 02:55:02,764 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,767 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-26 02:55:02,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-26 02:55:02,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-26 02:55:02,780 [main] Physical connection got
DEBUG 2024-12-26 02:55:02,780 [main] Logical connection got, tx=null
DEBUG 2024-12-26 02:55:02,781 [main] Logical connection closed, tx=null
DEBUG 2024-12-26 02:55:02,781 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.306s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.689s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.659s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [6.107s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Thu Dec 26 02:55:02 JST 2024
[INFO] Final Memory: 31M/405M
[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