Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-19 02:54:54,501 [main] Physical connection got
DEBUG 2024-11-19 02:54:54,502 [main] Logical connection got
DEBUG 2024-11-19 02:54:54,502 [main] Logical connection closed
DEBUG 2024-11-19 02:54:54,502 [main] Logical connection got
DEBUG 2024-11-19 02:54:54,514 [main] Logical connection closed
DEBUG 2024-11-19 02:54:54,514 [main] Logical connection got
DEBUG 2024-11-19 02:54:54,515 [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-11-19 02:54:54,516 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-19 02:54:54.308 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-19 02:54:54,517 [main] Logical connection got
DEBUG 2024-11-19 02:54:54,517 [main] Logical connection closed
DEBUG 2024-11-19 02:54:54,517 [main] Logical connection got
DEBUG 2024-11-19 02:54:54,521 [main] Logical connection closed
DEBUG 2024-11-19 02:54:54,522 [main] Logical connection got
DEBUG 2024-11-19 02:54:54,522 [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-11-19 02:54:54,523 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-19 02:54:54.308 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-19 02:54:54,524 [main] Logical connection got
DEBUG 2024-11-19 02:54:54,524 [main] UPDATE EMP SET tstamp = '2024-11-19 02.54.54', 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-11-19 02.54.54'
DEBUG 2024-11-19 02:54:54,525 [main] Logical connection closed
DEBUG 2024-11-19 02:54:54,525 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 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.154 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-19 02:54:56,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:56,112 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:54:56,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,149 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,173 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,173 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,218 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,225 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,247 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:54:56,410 [main] Physical connection got
DEBUG 2024-11-19 02:54:56,411 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,487 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,494 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-19 02:54:56,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:56,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,517 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,529 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,532 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,545 [main] Physical connection got
DEBUG 2024-11-19 02:54:56,546 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,546 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,546 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,659 [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-11-19 02:54:56,665 [main] Physical connection closed
DEBUG 2024-11-19 02:54:56,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:56,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,678 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,678 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,687 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,689 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,689 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,694 [main] Physical connection got
DEBUG 2024-11-19 02:54:56,694 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,694 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,694 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,732 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,754 [main] Physical connection closed
DEBUG 2024-11-19 02:54:56,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:56,756 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,766 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,766 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,778 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,779 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,782 [main] Physical connection got
DEBUG 2024-11-19 02:54:56,782 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,783 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,783 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,825 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,830 [main] Physical connection closed
DEBUG 2024-11-19 02:54:56,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:56,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,836 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,838 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,843 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,854 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,855 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,858 [main] Physical connection got
DEBUG 2024-11-19 02:54:56,858 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,858 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,858 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,892 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,897 [main] Physical connection closed
DEBUG 2024-11-19 02:54:56,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:56,899 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,901 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,917 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,918 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,919 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,921 [main] Physical connection got
DEBUG 2024-11-19 02:54:56,921 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,922 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,922 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,954 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,959 [main] Physical connection closed
DEBUG 2024-11-19 02:54:56,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:56,961 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,964 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:56,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,978 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:56,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:56,981 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:56,983 [main] Physical connection got
DEBUG 2024-11-19 02:54:56,984 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:56,984 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:56,984 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,015 [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-11-19 02:54:57,018 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,021 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,023 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,029 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,029 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,036 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,038 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,039 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,041 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,041 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,041 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,042 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,072 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,076 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,078 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,081 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,087 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,087 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,096 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,097 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,099 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,099 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,099 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,100 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,137 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,141 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,142 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,152 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,152 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,159 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,161 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,164 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,164 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,164 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,164 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,192 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,196 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,197 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,198 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,200 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,202 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,206 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,214 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,216 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,216 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,220 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952497220/0, BranchId=]
DEBUG 2024-11-19 02:54:57,222 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,223 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/0, BranchId=]
DEBUG 2024-11-19 02:54:57,223 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/0, BranchId=]
DEBUG 2024-11-19 02:54:57,223 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/0, BranchId=]
DEBUG 2024-11-19 02:54:57,248 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/0, BranchId=]
DEBUG 2024-11-19 02:54:57,268 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/0, BranchId=]
DEBUG 2024-11-19 02:54:57,270 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-19 02.54.57', 99, 'hoge', 0)
DEBUG 2024-11-19 02:54:57,276 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/0, BranchId=]
DEBUG 2024-11-19 02:54:57,276 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952497220/0, BranchId=]
DEBUG 2024-11-19 02:54:57,277 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,279 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,281 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,287 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,287 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,294 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,296 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,296 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,298 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,299 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,299 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,299 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,324 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,334 [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-11-19 02:54:57,341 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,341 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,342 [main] UPDATE EMP SET tstamp = '2024-11-19 02.54.57', 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-11-19 02:54:57,342 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,343 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952497220/1, BranchId=]
DEBUG 2024-11-19 02:54:57,343 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,344 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,345 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,347 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,349 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,353 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,361 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,365 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,366 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,366 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,366 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,366 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,402 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,411 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,411 [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-11-19 02:54:57,414 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,414 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,414 [main] UPDATE EMP SET tstamp = '2024-11-19 02.54.57', 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-11-19 02:54:57,415 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,415 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952497220/2, BranchId=]
DEBUG 2024-11-19 02:54:57,415 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,422 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,426 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,426 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,438 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,438 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,438 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,438 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,439 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,463 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,472 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,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 EMP.empno = 7788
DEBUG 2024-11-19 02:54:57,474 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,474 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,475 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-19 02:54:57,475 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,475 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952497220/3, BranchId=]
DEBUG 2024-11-19 02:54:57,475 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,478 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,480 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,482 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,493 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,495 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,499 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,499 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,499 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,524 [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-11-19 02:54:57,526 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,528 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,532 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,544 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,559 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,560 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,560 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,560 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,585 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-19 02:54:57,594 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,605 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,605 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,612 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,614 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,615 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,617 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,617 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,618 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,618 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,642 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,650 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,652 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,661 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,661 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,668 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,670 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,670 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,672 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,673 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,673 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,673 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,697 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,705 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,707 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,709 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,726 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,726 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,726 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,726 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,749 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,759 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,763 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,765 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,769 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,769 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,776 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,777 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,778 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,780 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,780 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,780 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,780 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,803 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,810 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,811 [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-11-19 02:54:57,818 [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-11-19 02:54:57,819 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,821 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,823 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,825 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,837 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,837 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,839 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,839 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,840 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,840 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,862 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,869 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,870 [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-11-19 02:54:57,874 [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-11-19 02:54:57,875 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,876 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,877 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,879 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,881 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,884 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,893 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,895 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,895 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,895 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,895 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,921 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,929 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,929 [main] select * from emp
DEBUG 2024-11-19 02:54:57,932 [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-11-19 02:54:57,933 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,934 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,937 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,938 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,942 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,947 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,949 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,949 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,951 [main] Physical connection got
DEBUG 2024-11-19 02:54:57,951 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,951 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,951 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,972 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:57,979 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:57,979 [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-11-19 02:54:57,983 [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-11-19 02:54:57,984 [main] Physical connection closed
DEBUG 2024-11-19 02:54:57,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:57,985 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:57,987 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:57,989 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,992 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:57,993 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,998 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:57,999 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,000 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,002 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,002 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,002 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,002 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,022 [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-11-19 02:54:58,030 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,031 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,035 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,039 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,046 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,048 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,049 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,049 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,049 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,069 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,077 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,077 [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-11-19 02:54:58,079 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {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-11-19 02:54:58,080 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,081 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,082 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,083 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,085 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,088 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,088 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,094 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,095 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,096 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,098 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,098 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,098 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,098 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,118 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,125 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,125 [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-11-19 02:54:58,130 [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-11-19 02:54:58,131 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,132 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,134 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,136 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,139 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,139 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,145 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,146 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,147 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,148 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,149 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,149 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,149 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,168 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,177 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,177 [main] select * from emp
DEBUG 2024-11-19 02:54:58,178 [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-11-19 02:54:58,179 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,180 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,181 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,183 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,194 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,197 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,197 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,197 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,197 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,218 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,225 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,225 [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-11-19 02:54:58,227 [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-11-19 02:54:58,228 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,230 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,232 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,233 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,236 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,237 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,242 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,243 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,244 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,246 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,246 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,246 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,246 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,265 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,272 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,272 [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-11-19 02:54:58,274 [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-11-19 02:54:58,274 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,276 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,278 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,283 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,283 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,288 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,289 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,290 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,292 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,292 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,292 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,292 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,313 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,330 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,330 [main] select count(*) from emp
DEBUG 2024-11-19 02:54:58,332 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,332 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,333 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,337 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,340 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,340 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,346 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,347 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,347 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,349 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,349 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,349 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,350 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,369 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,377 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,377 [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-11-19 02:54:58,378 [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-11-19 02:54:58,378 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,379 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,379 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,381 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,383 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,386 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,386 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,392 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,393 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,393 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,395 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,395 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,395 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,395 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,415 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,422 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,422 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-19 02:54:58,423 [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-11-19 02:54:58,423 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,440 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,440 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,440 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,441 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,460 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,467 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,467 [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-11-19 02:54:58,468 [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-11-19 02:54:58,468 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,469 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,471 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,483 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,483 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,485 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,485 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,485 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,485 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,505 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,511 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,511 [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-11-19 02:54:58,512 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2b784427
DEBUG 2024-11-19 02:54:58,512 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,513 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,514 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,520 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,520 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,527 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,527 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,529 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,529 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,529 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,529 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,549 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,555 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,555 [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-11-19 02:54:58,557 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-19 02:54:58,558 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,561 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,563 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,566 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,566 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,571 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,572 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,573 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,574 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,575 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,575 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,575 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,594 [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-11-19 02:54:58,601 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,601 [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-11-19 02:54:58,603 [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-11-19 02:54:58,604 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,605 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,605 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,612 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,617 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,618 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,620 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,620 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,620 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,620 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,638 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,642 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,642 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-19 02:54:58,642 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,642 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,644 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,646 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,647 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,650 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,650 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,659 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,659 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,659 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,659 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,678 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,681 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,681 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-19 02:54:58,681 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,681 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,683 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,689 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,689 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,694 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,695 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,698 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,698 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,699 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,699 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,711 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,711 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,711 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-19 02:54:58,712 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-19 02:54:58,713 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,714 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,716 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,721 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,726 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,727 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,727 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,729 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,729 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,730 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,730 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,742 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,742 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,742 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-19 02:54:58,743 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-19 02:54:58,743 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,745 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,747 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,748 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,751 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,751 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,757 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,758 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,760 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,760 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,760 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,761 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,778 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,786 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,786 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-19 02.54.58', 9999, 'test', 50)
DEBUG 2024-11-19 02:54:58,786 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,787 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,787 [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-11-19 02:54:58,788 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/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-11-19 02:54:58,789 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,789 [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-11-19 02:54:58,789 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-19 02:54:58.786 {50, null, null, 0}
DEBUG 2024-11-19 02:54:58,790 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952497220/4, BranchId=]
DEBUG 2024-11-19 02:54:58,790 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,792 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,798 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,803 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,804 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,805 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,807 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,807 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,807 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,807 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,825 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,831 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,832 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,834 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,836 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,845 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,848 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,848 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,848 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,848 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,866 [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-11-19 02:54:58,875 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,875 [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-11-19 02:54:58,877 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,877 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,879 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,881 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,891 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,894 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,894 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,894 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,894 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,913 [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-11-19 02:54:58,923 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,923 [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-11-19 02:54:58,924 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-19 02:54:58,924 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,928 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:58,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,945 [main] Physical connection got
DEBUG 2024-11-19 02:54:58,945 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,946 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:58,946 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,963 [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-11-19 02:54:58,969 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:58,969 [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-11-19 02:54:58,970 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-19 02:54:58,971 [main] Physical connection closed
DEBUG 2024-11-19 02:54:58,972 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:58,972 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:58,974 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:58,976 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:58,989 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,015 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,024 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,025 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,027 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,027 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,027 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,027 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,044 [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-11-19 02:54:59,047 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,049 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,051 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,052 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,055 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,062 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,065 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,065 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,065 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,065 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,083 [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-11-19 02:54:59,090 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,090 [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-11-19 02:54:59,092 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,092 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,094 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,096 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,097 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,106 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,107 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,109 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,109 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,109 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,110 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,127 [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-11-19 02:54:59,134 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,134 [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-11-19 02:54:59,135 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,135 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,144 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,150 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,150 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,155 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,156 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,156 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,159 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,159 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,159 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,159 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,178 [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-11-19 02:54:59,179 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,179 [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-11-19 02:54:59,181 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-19 02:54:59,183 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,185 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,186 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,191 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,191 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,197 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,199 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,199 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,199 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,200 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,216 [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-11-19 02:54:59,216 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,218 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,219 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,221 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,224 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,224 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,229 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,230 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,230 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,233 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,233 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,233 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,233 [main] Logical connection got, tx=null
WARN 2024-11-19 02:54:59,236 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-19 02:54:59,241 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-19 02:54:59,242 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,242 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-19 02:54:59,244 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-19 02:54:59,244 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,246 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,257 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,258 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,258 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,260 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,260 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,260 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,261 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,278 [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-11-19 02:54:59,284 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,298 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,300 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,300 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,301 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,301 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,319 [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-11-19 02:54:59,322 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,322 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-19 02:54:59,323 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,323 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,323 [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-11-19 02:54:59,324 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,324 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,326 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,329 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,332 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,340 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,340 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,341 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,341 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,358 [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-11-19 02:54:59,361 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,361 [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-11-19 02:54:59,364 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,364 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,364 [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-11-19 02:54:59,365 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,365 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,365 [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-11-19 02:54:59,367 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,367 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,367 [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-11-19 02:54:59,368 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,368 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,368 [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-11-19 02:54:59,368 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,369 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,370 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,372 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,376 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,377 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,384 [main] Transaction began, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,385 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,385 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,385 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,403 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-19 02:54:59,403 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,403 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-19 02:54:59,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,404 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-19 02:54:59,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,404 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,404 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-19 02:54:59,404 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,405 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1731952497220/5, BranchId=]
DEBUG 2024-11-19 02:54:59,405 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,412 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,413 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,419 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,421 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,421 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,421 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,421 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,438 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,442 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,443 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,449 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,449 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,454 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,455 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,455 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,457 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,457 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,457 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,457 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,474 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,478 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,483 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,486 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,486 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,491 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,492 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,492 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,494 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,494 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,495 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,495 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,501 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-19 02:54:59,502 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,507 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,516 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,517 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,517 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,518 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,518 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,524 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-19 02:54:59,525 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,526 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,528 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,530 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,550 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,550 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,550 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,550 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,556 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-19 02:54:59,557 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,559 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,560 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,562 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,565 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,565 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,569 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,570 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,570 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,572 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,572 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,572 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,572 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,578 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-19 02:54:59,580 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,581 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,583 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,594 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,595 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,595 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,595 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,612 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,613 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,613 [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-11-19 02:54:59,616 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,616 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,617 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,619 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,621 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,623 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,623 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,628 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,628 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,631 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,631 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,632 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,632 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,648 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,649 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,652 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,654 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,657 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,662 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,663 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,663 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,665 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,666 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,666 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,666 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,683 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-19 02:54:59,683 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,685 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,686 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,688 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,690 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,691 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,695 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,696 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,696 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-19 02:54:59,698 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,698 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,698 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,699 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,715 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-19 02:54:59,716 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.222 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-11-19 02:54:59,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,765 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,767 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,768 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,775 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,776 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,779 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,782 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,782 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,785 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,788 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,789 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,803 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,805 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,805 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,809 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,810 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,811 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,813 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,824 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,827 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,827 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,831 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,831 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-19 02:54:59,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,839 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,839 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,844 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,846 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,846 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,847 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,847 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-19 02:54:59,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,851 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,855 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,855 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,859 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,860 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,862 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,862 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,883 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,883 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-19 02:54:59,892 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,892 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,893 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,893 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,895 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,898 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,902 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,903 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,905 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,905 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,921 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,921 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,922 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,922 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,933 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,937 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:54:59,938 [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-11-19 02:54:59,940 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,940 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 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.002 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-19 02:54:59,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,960 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,961 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,963 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,966 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,966 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,970 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:54:59,971 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,974 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,985 [main] Physical connection got
DEBUG 2024-11-19 02:54:59,985 [main] Logical connection got, tx=null
WARN 2024-11-19 02:54:59,987 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-19 02:54:59,988 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-19 02:54:59,988 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:54:59,989 [main] Physical connection closed
DEBUG 2024-11-19 02:54:59,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:54:59,990 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:54:59,992 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:54:59,993 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,996 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:54:59,996 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,000 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,001 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,004 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:55:00,007 [main] Physical connection got
DEBUG 2024-11-19 02:55:00,007 [main] Logical connection got, tx=null
WARN 2024-11-19 02:55:00,009 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-19 02:55:00,010 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-19 02:55:00,010 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:55:00,010 [main] Physical connection closed
DEBUG 2024-11-19 02:55:00,011 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:55:00,011 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:55:00,013 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,015 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,017 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,017 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,022 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,023 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,025 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-19 02:55:00,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:55:00,029 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-19 02:55:00,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,033 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,035 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,036 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,041 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,044 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-19 02:55:00,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:55:00,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,056 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,056 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,061 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,061 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,063 [main] Physical connection got
DEBUG 2024-11-19 02:55:00,063 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:55:00,064 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:55:00,064 [main] Physical connection closed
DEBUG 2024-11-19 02:55:00,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:55:00,066 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,067 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,071 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,071 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,077 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,080 [main] Physical connection got
DEBUG 2024-11-19 02:55:00,080 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:55:00,082 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:55:00,082 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-19 02:55:00,086 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-19 02:55:00,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,092 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-19 02:55:00,092 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-19 02:55:00,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-19 02:55:00,101 [main] Physical connection got
DEBUG 2024-11-19 02:55:00,101 [main] Logical connection got, tx=null
DEBUG 2024-11-19 02:55:00,102 [main] Logical connection closed, tx=null
DEBUG 2024-11-19 02:55:00,102 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.319s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.564s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.592s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.600s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Nov 19 02:55:00 JST 2024
[INFO] Final Memory: 27M/411M
[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