Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-15 02:54:53,240 [main] Physical connection got
DEBUG 2024-10-15 02:54:53,240 [main] Logical connection got
DEBUG 2024-10-15 02:54:53,240 [main] Logical connection closed
DEBUG 2024-10-15 02:54:53,240 [main] Logical connection got
DEBUG 2024-10-15 02:54:53,251 [main] Logical connection closed
DEBUG 2024-10-15 02:54:53,252 [main] Logical connection got
DEBUG 2024-10-15 02:54:53,252 [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-10-15 02:54:53,253 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-15 02:54:53.051 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-15 02:54:53,254 [main] Logical connection got
DEBUG 2024-10-15 02:54:53,254 [main] Logical connection closed
DEBUG 2024-10-15 02:54:53,254 [main] Logical connection got
DEBUG 2024-10-15 02:54:53,258 [main] Logical connection closed
DEBUG 2024-10-15 02:54:53,259 [main] Logical connection got
DEBUG 2024-10-15 02:54:53,259 [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-10-15 02:54:53,260 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-15 02:54:53.051 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-15 02:54:53,260 [main] Logical connection got
DEBUG 2024-10-15 02:54:53,261 [main] UPDATE EMP SET tstamp = '2024-10-15 02.54.53', 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-10-15 02.54.53'
DEBUG 2024-10-15 02:54:53,261 [main] Logical connection closed
DEBUG 2024-10-15 02:54:53,262 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.152 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-15 02:54:54,786 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:54,847 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-15 02:54:54,887 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:54,891 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:54,914 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:54,914 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:54,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:54,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:54,987 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-15 02:54:55,144 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,144 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,222 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,228 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-10-15 02:54:55,239 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,240 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,243 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,246 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,252 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,252 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,267 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,268 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,281 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,281 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,282 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,282 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,392 [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-10-15 02:54:55,397 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,399 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,399 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,405 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,410 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,420 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,422 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,423 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,428 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,428 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,428 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,428 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,467 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,489 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,492 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,494 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,497 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,514 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,514 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,518 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,518 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,519 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,519 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,560 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,565 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,567 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,572 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,576 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,577 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,585 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,588 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,591 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,591 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,591 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,591 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,628 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,634 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,636 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,641 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,645 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,645 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,653 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,655 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,655 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,658 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,658 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,658 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,658 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,692 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,697 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,700 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,702 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,704 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,708 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,722 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,722 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,722 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,722 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,755 [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-10-15 02:54:55,759 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,761 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,764 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,766 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,770 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,770 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,778 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,780 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,780 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,783 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,783 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,783 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,783 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,817 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,822 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,824 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,829 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,833 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,841 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,843 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,846 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,846 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,846 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,846 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,888 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,893 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,895 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,897 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,899 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,903 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,903 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,911 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,912 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,913 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,915 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,915 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,915 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,915 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:55,948 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:55,953 [main] Physical connection closed
DEBUG 2024-10-15 02:54:55,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:55,955 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,958 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,960 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,964 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:55,964 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,971 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:55,973 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:55,973 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:55,978 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728928495978/0, BranchId=]
DEBUG 2024-10-15 02:54:55,979 [main] Physical connection got
DEBUG 2024-10-15 02:54:55,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/0, BranchId=]
DEBUG 2024-10-15 02:54:55,980 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/0, BranchId=]
DEBUG 2024-10-15 02:54:55,980 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/0, BranchId=]
DEBUG 2024-10-15 02:54:56,010 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/0, BranchId=]
DEBUG 2024-10-15 02:54:56,032 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/0, BranchId=]
DEBUG 2024-10-15 02:54:56,034 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-15 02.54.56', 99, 'hoge', 0)
DEBUG 2024-10-15 02:54:56,039 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/0, BranchId=]
DEBUG 2024-10-15 02:54:56,039 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728928495978/0, BranchId=]
DEBUG 2024-10-15 02:54:56,039 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,041 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,041 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,043 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,045 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,049 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,050 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,057 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,058 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,059 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,061 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,061 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,061 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,061 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,061 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,088 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,098 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,098 [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-10-15 02:54:56,105 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,105 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,106 [main] UPDATE EMP SET tstamp = '2024-10-15 02.54.56', 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-10-15 02:54:56,106 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,106 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728928495978/1, BranchId=]
DEBUG 2024-10-15 02:54:56,107 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,108 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,109 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,111 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,113 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,117 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,117 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,126 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,128 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,129 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,154 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,169 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,169 [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-10-15 02:54:56,171 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,171 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,172 [main] UPDATE EMP SET tstamp = '2024-10-15 02.54.56', 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-10-15 02:54:56,172 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,172 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728928495978/2, BranchId=]
DEBUG 2024-10-15 02:54:56,172 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,174 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,177 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,179 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,183 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,183 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,190 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,192 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,192 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,194 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,195 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,195 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,195 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,219 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,228 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,228 [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-10-15 02:54:56,230 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,230 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,231 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-15 02:54:56,231 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,231 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728928495978/3, BranchId=]
DEBUG 2024-10-15 02:54:56,231 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,233 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,236 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,238 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,242 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,242 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,249 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,251 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,251 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,255 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,255 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,255 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,255 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,280 [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-10-15 02:54:56,281 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,282 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,283 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,285 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,287 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,291 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,291 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,299 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,300 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,301 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,311 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,311 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,311 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,311 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,336 [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-10-15 02:54:56,345 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,347 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,356 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,356 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,364 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,366 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,366 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,369 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,369 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,369 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,370 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,395 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,404 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,406 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,410 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,414 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,415 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,429 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,430 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,432 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,432 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,433 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,433 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,457 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,466 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,468 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,470 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,472 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,476 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,485 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,485 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,488 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,488 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,488 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,488 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,512 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,520 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,521 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,522 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,524 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,526 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,530 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,530 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,541 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,541 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,541 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,541 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,565 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,573 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,573 [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-10-15 02:54:56,580 [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-10-15 02:54:56,581 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,583 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,585 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,587 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,591 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,591 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,599 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,602 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,602 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,602 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,602 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,625 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,633 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,634 [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-10-15 02:54:56,638 [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-10-15 02:54:56,639 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,640 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,641 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,643 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,645 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,648 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,649 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,655 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,657 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,657 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,659 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,659 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,660 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,660 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,691 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,699 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,699 [main] select * from emp
DEBUG 2024-10-15 02:54:56,702 [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-10-15 02:54:56,703 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,705 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,707 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,709 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,712 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,712 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,720 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,722 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,722 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,722 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,723 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,745 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,753 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,753 [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-10-15 02:54:56,757 [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-10-15 02:54:56,758 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,759 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,760 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,767 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,773 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,774 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,775 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,777 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,777 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,777 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,777 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,799 [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-10-15 02:54:56,806 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,808 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,810 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,812 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,815 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,815 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,822 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,823 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,823 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,825 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,825 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,826 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,826 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,846 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,854 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,854 [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-10-15 02:54:56,857 [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-10-15 02:54:56,858 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,859 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,861 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,863 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,867 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,873 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,874 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,876 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,876 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,876 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,876 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,896 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,904 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,904 [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-10-15 02:54:56,908 [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-10-15 02:54:56,909 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,910 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,911 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,913 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,915 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,926 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,928 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,928 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,928 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,928 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,949 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,956 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,957 [main] select * from emp
DEBUG 2024-10-15 02:54:56,958 [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-10-15 02:54:56,959 [main] Physical connection closed
DEBUG 2024-10-15 02:54:56,960 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:56,960 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,963 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,965 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,968 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:56,968 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,975 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:56,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:56,977 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:56,979 [main] Physical connection got
DEBUG 2024-10-15 02:54:56,979 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:56,980 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:56,980 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,000 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,008 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,008 [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-10-15 02:54:57,010 [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-10-15 02:54:57,011 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,012 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,012 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,015 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,016 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,020 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,025 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,027 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,029 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,029 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,030 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,030 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,050 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,057 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,057 [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-10-15 02:54:57,059 [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-10-15 02:54:57,059 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,060 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,061 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,063 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,077 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,077 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,078 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,078 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,107 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,114 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,114 [main] select count(*) from emp
DEBUG 2024-10-15 02:54:57,116 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,116 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,117 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,119 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,121 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,124 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,124 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,130 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,132 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,134 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,134 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,134 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,134 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,154 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,161 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,161 [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-10-15 02:54:57,162 [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-10-15 02:54:57,162 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,163 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,164 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,166 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,167 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,170 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,170 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,176 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,177 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,178 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,180 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,180 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,180 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,180 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,199 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,206 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,206 [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-10-15 02:54:57,207 [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-10-15 02:54:57,207 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,209 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,210 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,222 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,224 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,224 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,224 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,224 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,243 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,250 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,250 [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-10-15 02:54:57,250 [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-10-15 02:54:57,251 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,252 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,254 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,256 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,259 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,259 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,264 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,266 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,268 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,268 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,268 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,268 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,286 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,293 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,293 [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-10-15 02:54:57,294 [main] Logical connection closed, tx=null
[Ljava.util.Map;@4440ece0
DEBUG 2024-10-15 02:54:57,294 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,297 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,299 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,302 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,302 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,307 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,309 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,309 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,311 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,311 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,311 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,311 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,329 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,336 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,336 [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-10-15 02:54:57,338 [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-10-15 02:54:57,338 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,343 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,346 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,346 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,352 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,353 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,353 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,355 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,355 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,356 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,356 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,374 [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-10-15 02:54:57,380 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,380 [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-10-15 02:54:57,384 [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-10-15 02:54:57,384 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,401 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,401 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,401 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,401 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,419 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,423 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,423 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-15 02:54:57,423 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,423 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,427 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,440 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,440 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,441 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,441 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,459 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,462 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,462 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-15 02:54:57,463 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,463 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,464 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,466 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,471 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,480 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,480 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,480 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,481 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,498 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,499 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,499 [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-10-15 02:54:57,500 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-15 02:54:57,501 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,501 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,502 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,509 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,509 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,514 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,515 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,515 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,518 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,518 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,518 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,518 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,530 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,530 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,530 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-15 02:54:57,531 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-15 02:54:57,531 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,533 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,535 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,536 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,545 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,546 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,546 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,548 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,549 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,549 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,549 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,567 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,574 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,574 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-15 02.54.57', 9999, 'test', 50)
DEBUG 2024-10-15 02:54:57,574 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,575 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,575 [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-10-15 02:54:57,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/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-10-15 02:54:57,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,576 [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-10-15 02:54:57,577 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-15 02:54:57.574 {50, null, null, 0}
DEBUG 2024-10-15 02:54:57,577 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728928495978/4, BranchId=]
DEBUG 2024-10-15 02:54:57,577 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,586 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,591 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,592 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,594 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,595 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,595 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,595 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,613 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,619 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,622 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,634 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,636 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,636 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,636 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,636 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,654 [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-10-15 02:54:57,663 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,663 [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-10-15 02:54:57,665 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,665 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,667 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,669 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,670 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,673 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,679 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,680 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,682 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,682 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,682 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,683 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,700 [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-10-15 02:54:57,709 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,709 [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-10-15 02:54:57,710 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-15 02:54:57,710 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,712 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,724 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,727 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,727 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,727 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,728 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,745 [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-10-15 02:54:57,750 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,750 [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-10-15 02:54:57,752 [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-10-15 02:54:57,752 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,754 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,756 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,757 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,760 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,765 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,766 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,767 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,769 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,769 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,769 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,769 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,786 [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-10-15 02:54:57,789 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,790 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,790 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,792 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,794 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,796 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,797 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,802 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,803 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,803 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,805 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,805 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,805 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,805 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,823 [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-10-15 02:54:57,829 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,829 [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-10-15 02:54:57,831 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,832 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,833 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,835 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,837 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,840 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,840 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,845 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,848 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,848 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,848 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,849 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,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 WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-15 02:54:57,872 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,872 [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-10-15 02:54:57,873 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,873 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,874 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,875 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,877 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,878 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,886 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,887 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,888 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,890 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,890 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,890 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,890 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,910 [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-10-15 02:54:57,911 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,911 [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-10-15 02:54:57,913 [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-10-15 02:54:57,913 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,915 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,921 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,921 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,926 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,927 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,928 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,930 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,930 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,930 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,930 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,950 [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-10-15 02:54:57,951 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,952 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,954 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,956 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,959 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,959 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,964 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,965 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,965 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,968 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,968 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,968 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,968 [main] Logical connection got, tx=null
WARN 2024-10-15 02:54:57,971 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-15 02:54:57,977 [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-10-15 02:54:57,977 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,977 [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-10-15 02:54:57,980 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-15 02:54:57,980 [main] Physical connection closed
DEBUG 2024-10-15 02:54:57,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:57,981 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,983 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,985 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:57,988 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,993 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:57,994 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:57,994 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:57,996 [main] Physical connection got
DEBUG 2024-10-15 02:54:57,996 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:57,996 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:57,996 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,014 [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-10-15 02:54:58,020 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,022 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,024 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,025 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,028 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,028 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,033 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,034 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,034 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,037 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,037 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,037 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,037 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,055 [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-10-15 02:54:58,058 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,059 [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-10-15 02:54:58,059 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,060 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,060 [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-10-15 02:54:58,060 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,060 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,061 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,062 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,064 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,066 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,073 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,074 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,075 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,077 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,077 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,077 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,078 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,097 [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-10-15 02:54:58,101 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,101 [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-10-15 02:54:58,104 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,104 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,104 [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-10-15 02:54:58,105 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,105 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,105 [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-10-15 02:54:58,107 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,108 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,108 [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-10-15 02:54:58,109 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,109 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,109 [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-10-15 02:54:58,109 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,109 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,111 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,113 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,115 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,118 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,118 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,124 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,125 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,126 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,128 [main] Transaction began, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,128 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,129 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,129 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,150 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-15 02:54:58,151 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,151 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-15 02:54:58,151 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,151 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,151 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-15 02:54:58,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,152 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,152 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-15 02:54:58,152 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,152 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1728928495978/5, BranchId=]
DEBUG 2024-10-15 02:54:58,152 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,154 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,156 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,158 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,161 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,162 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,168 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,169 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,172 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,172 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,172 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,172 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,194 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,198 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,199 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,200 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,202 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,204 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,207 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,207 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,212 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,213 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,214 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,216 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,216 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,217 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,217 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,238 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,244 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,245 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,247 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,249 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,253 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,260 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,263 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,263 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,263 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,263 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,271 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-15 02:54:58,273 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,274 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,275 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,277 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,279 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,282 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,282 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,293 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,295 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,295 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,295 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,296 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,302 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-15 02:54:58,303 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,304 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,305 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,306 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,308 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,311 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,311 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,315 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,316 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,316 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,318 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,318 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,318 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,318 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,324 [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-10-15 02:54:58,325 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,327 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,328 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,330 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,332 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,333 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,337 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,338 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,338 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,340 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,340 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,340 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,340 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,346 [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-10-15 02:54:58,347 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,349 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,351 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,354 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,359 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,360 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,362 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,362 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,362 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,362 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,379 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,380 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,380 [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-10-15 02:54:58,383 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,383 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,384 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,384 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,386 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,387 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,390 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,390 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,394 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,395 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,396 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,398 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,398 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,398 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,398 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,415 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,416 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,417 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,417 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,419 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,420 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,423 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,423 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,438 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,440 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,440 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,441 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,441 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,457 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-15 02:54:58,458 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,460 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,461 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,463 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,465 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,465 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,472 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,473 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,473 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-15 02:54:58,476 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,476 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,476 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,477 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,495 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-15 02:54:58,495 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.267 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-10-15 02:54:58,543 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,543 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,549 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,558 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,560 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,560 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,564 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,566 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,567 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,571 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,578 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,579 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,581 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,583 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,584 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,587 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,587 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,588 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,589 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,590 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,592 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,594 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,594 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,598 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,599 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,602 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,604 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,604 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,608 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,608 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-15 02:54:58,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,612 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,613 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,616 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,620 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,622 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,622 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,623 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,623 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-10-15 02:54:58,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,626 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,628 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,635 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,637 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,637 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,653 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,653 [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-10-15 02:54:58,656 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,656 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,658 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,659 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,662 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,667 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,669 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,669 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,685 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,685 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,685 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,685 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,696 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,700 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,700 [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-10-15 02:54:58,702 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,702 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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-10-15 02:54:58,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,722 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,723 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,725 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,728 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,728 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,732 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,733 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,735 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,747 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,747 [main] Logical connection got, tx=null
WARN 2024-10-15 02:54:58,749 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-15 02:54:58,750 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-15 02:54:58,750 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,751 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,751 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,752 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,754 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,755 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,758 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,762 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,763 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,765 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,768 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,768 [main] Logical connection got, tx=null
WARN 2024-10-15 02:54:58,770 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-15 02:54:58,771 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-15 02:54:58,771 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,771 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,772 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,774 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,775 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,778 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,778 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,785 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,789 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,789 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-15 02:54:58,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,795 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,795 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,799 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,804 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-15 02:54:58,811 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,820 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,821 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,822 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,822 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,823 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,824 [main] Physical connection closed
DEBUG 2024-10-15 02:54:58,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,826 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,833 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,834 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,835 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,835 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,836 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,837 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-10-15 02:54:58,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-15 02:54:58,840 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,842 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,844 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-15 02:54:58,844 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,849 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-15 02:54:58,849 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-15 02:54:58,851 [main] Physical connection got
DEBUG 2024-10-15 02:54:58,851 [main] Logical connection got, tx=null
DEBUG 2024-10-15 02:54:58,852 [main] Logical connection closed, tx=null
DEBUG 2024-10-15 02:54:58,852 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.301s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.378s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.565s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.624s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Oct 15 02:54:58 JST 2024
[INFO] Final Memory: 31M/405M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS