Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-11-05 02:54:54,378 [main] Physical connection got
DEBUG 2024-11-05 02:54:54,378 [main] Logical connection got
DEBUG 2024-11-05 02:54:54,379 [main] Logical connection closed
DEBUG 2024-11-05 02:54:54,379 [main] Logical connection got
DEBUG 2024-11-05 02:54:54,391 [main] Logical connection closed
DEBUG 2024-11-05 02:54:54,392 [main] Logical connection got
DEBUG 2024-11-05 02:54:54,392 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-11-05 02:54:54,394 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-05 02:54:54.181 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-05 02:54:54,394 [main] Logical connection got
DEBUG 2024-11-05 02:54:54,394 [main] Logical connection closed
DEBUG 2024-11-05 02:54:54,395 [main] Logical connection got
DEBUG 2024-11-05 02:54:54,398 [main] Logical connection closed
DEBUG 2024-11-05 02:54:54,400 [main] Logical connection got
DEBUG 2024-11-05 02:54:54,400 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-05 02:54:54,401 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-11-05 02:54:54.181 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-05 02:54:54,401 [main] Logical connection got
DEBUG 2024-11-05 02:54:54,401 [main] UPDATE EMP SET tstamp = '2024-11-05 02.54.54', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-11-05 02.54.54'
DEBUG 2024-11-05 02:54:54,402 [main] Logical connection closed
DEBUG 2024-11-05 02:54:54,402 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Building S2Dao-Tiger tests for Seasar2.4.x
[INFO] task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/test/java added.
[INFO] [resources:resources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/src/main/resources
[INFO] artifact org.seasar.container:s2-extension: checking for updates from central
[WARNING] repository metadata for: 'artifact org.seasar.container:s2-extension' could not be retrieved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 12 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 52 source files to /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /var/lib/jenkins/jobs/s2dao-tiger-1.0.x-snapshot/workspace/s2dao-tiger-1.0.x/s2-dao-tiger-s24-test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-11-05 02:54:55,911 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:55,969 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-05 02:54:55,994 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:55,998 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,023 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,069 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,075 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,097 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-05 02:54:56,256 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,257 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,330 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,337 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-11-05 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-11-05 02:54:56,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,351 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,360 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,360 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,371 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,374 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,375 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,388 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,389 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,389 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,389 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,498 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-11-05 02:54:56,503 [main] Physical connection closed
DEBUG 2024-11-05 02:54:56,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:56,505 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,516 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,517 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,526 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,529 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,533 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,533 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,534 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,534 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,571 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,593 [main] Physical connection closed
DEBUG 2024-11-05 02:54:56,595 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:56,596 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,598 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,601 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,606 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,606 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,616 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,619 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,623 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,623 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,623 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,623 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,665 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,670 [main] Physical connection closed
DEBUG 2024-11-05 02:54:56,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:56,673 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,675 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,678 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,683 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,683 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,692 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,694 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,695 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,698 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,698 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,698 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,698 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,733 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,738 [main] Physical connection closed
DEBUG 2024-11-05 02:54:56,739 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:56,740 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,742 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,744 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,748 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,748 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,756 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,758 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,759 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,761 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,761 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,761 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,761 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,792 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,797 [main] Physical connection closed
DEBUG 2024-11-05 02:54:56,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:56,799 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,801 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,803 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,807 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,808 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,815 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,817 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,820 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,820 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,820 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,820 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,851 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-11-05 02:54:56,855 [main] Physical connection closed
DEBUG 2024-11-05 02:54:56,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:56,857 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,865 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,872 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,875 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,877 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,877 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,878 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,878 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,907 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,912 [main] Physical connection closed
DEBUG 2024-11-05 02:54:56,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:56,914 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,918 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,923 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,932 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,933 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,935 [main] Physical connection got
DEBUG 2024-11-05 02:54:56,935 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,935 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,935 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:56,971 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:56,976 [main] Physical connection closed
DEBUG 2024-11-05 02:54:56,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:56,979 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,981 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,987 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:56,987 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:56,996 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:56,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:56,999 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,000 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,000 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,000 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,028 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,033 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,034 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,039 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,044 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,053 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,053 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,058 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730742897058/0, BranchId=]
DEBUG 2024-11-05 02:54:57,059 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,060 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/0, BranchId=]
DEBUG 2024-11-05 02:54:57,060 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/0, BranchId=]
DEBUG 2024-11-05 02:54:57,061 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/0, BranchId=]
DEBUG 2024-11-05 02:54:57,087 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/0, BranchId=]
DEBUG 2024-11-05 02:54:57,110 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/0, BranchId=]
DEBUG 2024-11-05 02:54:57,112 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-05 02.54.57', 99, 'hoge', 0)
DEBUG 2024-11-05 02:54:57,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/0, BranchId=]
DEBUG 2024-11-05 02:54:57,118 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730742897058/0, BranchId=]
DEBUG 2024-11-05 02:54:57,119 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,125 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,129 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,129 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,141 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,141 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,141 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,142 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,142 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,167 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,176 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,176 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-05 02:54:57,184 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,184 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,185 [main] UPDATE EMP SET tstamp = '2024-11-05 02.54.57', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-05 02:54:57,185 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,186 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730742897058/1, BranchId=]
DEBUG 2024-11-05 02:54:57,186 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,188 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,190 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,192 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,204 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,205 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,206 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,208 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,208 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,241 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,250 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 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 EMP.empno = 7788
DEBUG 2024-11-05 02:54:57,252 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,252 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,253 [main] UPDATE EMP SET tstamp = '2024-11-05 02.54.57', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-11-05 02:54:57,253 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,253 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730742897058/2, BranchId=]
DEBUG 2024-11-05 02:54:57,254 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,255 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,256 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,258 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,264 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,265 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,272 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,273 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,274 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,276 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,277 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,277 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,300 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,309 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,309 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-11-05 02:54:57,311 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,311 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,311 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-11-05 02:54:57,312 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,312 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730742897058/3, BranchId=]
DEBUG 2024-11-05 02:54:57,312 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,314 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,317 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,319 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,330 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,332 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,336 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,336 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,336 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,336 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,360 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-11-05 02:54:57,362 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,364 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,364 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,367 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,369 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,373 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,373 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,381 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,382 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,383 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,394 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,394 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,394 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,394 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,419 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-11-05 02:54:57,427 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,430 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,432 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,434 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,438 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,439 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,448 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,451 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,451 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,451 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,451 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,475 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,483 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,485 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,487 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,489 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,493 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,493 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,500 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,502 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,502 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,504 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,505 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,505 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,505 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,528 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,535 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,538 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,540 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,542 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,553 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,554 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,555 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,557 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,557 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,557 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,557 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,581 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,589 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,593 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,595 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,599 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,599 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,607 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,610 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,610 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,610 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,610 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,633 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,640 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,640 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-05 02:54:57,648 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-05 02:54:57,649 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,650 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,651 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,653 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,655 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,666 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,668 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,668 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,670 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,671 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,671 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,671 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,694 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,701 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,701 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-05 02:54:57,706 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-05 02:54:57,707 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,709 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,717 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,717 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,723 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,724 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,725 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,727 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,727 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,727 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,727 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,754 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,761 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,762 [main] select * from emp
DEBUG 2024-11-05 02:54:57,765 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-05 02:54:57,766 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,767 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,767 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,770 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,772 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,775 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,776 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,782 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,786 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,786 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,786 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,786 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,808 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,816 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,816 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-05 02:54:57,820 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-11-05 02:54:57,821 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,823 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,825 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,830 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,831 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,837 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,838 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,838 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,840 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,841 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,841 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,841 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,864 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-11-05 02:54:57,871 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,873 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,875 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,877 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,881 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,881 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,887 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,888 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,889 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,891 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,891 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,891 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,891 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,913 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,921 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,921 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-05 02:54:57,924 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-05 02:54:57,925 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,926 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,926 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,929 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,930 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,934 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,934 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,940 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,942 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,945 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,945 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,945 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,945 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,967 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:57,975 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:57,975 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-05 02:54:57,979 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-05 02:54:57,980 [main] Physical connection closed
DEBUG 2024-11-05 02:54:57,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:57,982 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,984 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,986 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,989 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:57,990 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,995 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:57,997 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:57,997 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:57,999 [main] Physical connection got
DEBUG 2024-11-05 02:54:57,999 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,000 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,000 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,020 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,028 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,028 [main] select * from emp
DEBUG 2024-11-05 02:54:58,030 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-05 02:54:58,031 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,033 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,035 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,037 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,047 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,048 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,048 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,050 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,051 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,051 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,051 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,072 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,079 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,079 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-11-05 02:54:58,081 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-11-05 02:54:58,082 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,084 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,086 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,088 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,091 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,091 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,097 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,098 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,099 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,101 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,101 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,101 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,102 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,123 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,130 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,130 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-05 02:54:58,132 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-05 02:54:58,133 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,134 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,134 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,136 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,138 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,141 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,142 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,147 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,149 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,149 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,152 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,152 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,152 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,152 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,178 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,185 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,186 [main] select count(*) from emp
DEBUG 2024-11-05 02:54:58,187 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,187 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,189 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,191 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,193 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,196 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,196 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,202 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,203 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,204 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,206 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,206 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,207 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,207 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,227 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,235 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,235 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-05 02:54:58,236 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-11-05 02:54:58,236 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,238 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,240 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,242 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,245 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,245 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,251 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,253 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,256 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,256 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,256 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,256 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,277 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,284 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,284 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-05 02:54:58,285 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-11-05 02:54:58,286 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,287 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,287 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,289 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,291 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,295 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,295 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,302 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,303 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,305 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,305 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,305 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,310 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,330 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,337 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,337 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-05 02:54:58,338 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-11-05 02:54:58,338 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,340 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,342 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,344 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,347 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,347 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,353 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,355 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,355 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,357 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,357 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,358 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,358 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,377 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,384 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,384 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-11-05 02:54:58,384 [main] Logical connection closed, tx=null
[Ljava.util.Map;@2415a94f
DEBUG 2024-11-05 02:54:58,385 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,386 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,388 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,393 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,393 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,399 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,400 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,401 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,403 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,403 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,403 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,403 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,422 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,429 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,429 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-11-05 02:54:58,431 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-11-05 02:54:58,431 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,432 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,433 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,435 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,437 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,440 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,440 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,446 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,448 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,450 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,450 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,450 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,450 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,469 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-11-05 02:54:58,476 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,476 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-11-05 02:54:58,480 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-05 02:54:58,481 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,482 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,482 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,484 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,486 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,489 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,490 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,495 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,496 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,497 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,499 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,499 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,499 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,500 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,518 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,522 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,522 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-05 02:54:58,522 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,522 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,524 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,526 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,528 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,531 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,531 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,537 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,538 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,539 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,541 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,541 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,541 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,541 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,561 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,564 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,564 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-05 02:54:58,564 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,565 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,566 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,566 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,568 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,573 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,574 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,579 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,581 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,581 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,584 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,584 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,584 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,584 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,597 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,598 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,598 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-11-05 02:54:58,600 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-11-05 02:54:58,600 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,602 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,604 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,606 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,609 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,609 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,615 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,616 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,616 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,618 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,619 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,619 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,619 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,631 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,632 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,632 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-11-05 02:54:58,633 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-11-05 02:54:58,633 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,635 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,637 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,638 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,642 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,642 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,648 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,649 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,649 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,651 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,652 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,652 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,652 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,652 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,673 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,680 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,681 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-11-05 02.54.58', 9999, 'test', 50)
DEBUG 2024-11-05 02:54:58,681 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,681 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,681 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-11-05 02:54:58,683 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-11-05 02:54:58,684 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,684 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-11-05 02:54:58,685 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-11-05 02:54:58.68 {50, null, null, 0}
DEBUG 2024-11-05 02:54:58,685 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730742897058/4, BranchId=]
DEBUG 2024-11-05 02:54:58,685 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,687 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,689 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,700 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,702 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,704 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,704 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,704 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,704 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,724 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,730 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,732 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,735 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,739 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,744 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,746 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,746 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,748 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,748 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,749 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,749 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,768 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-11-05 02:54:58,778 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,778 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-05 02:54:58,780 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,780 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,782 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,784 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,786 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,789 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,789 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,795 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,796 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,796 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,799 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,799 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,799 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,799 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,819 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-11-05 02:54:58,829 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,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 EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-11-05 02:54:58,829 [main] Logical connection closed, tx=null
[]
DEBUG 2024-11-05 02:54:58,830 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,831 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,835 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,838 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,838 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,844 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,846 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,846 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,849 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,849 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,849 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,849 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,868 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-11-05 02:54:58,874 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,874 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-11-05 02:54:58,876 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-11-05 02:54:58,876 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,892 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,894 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,894 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,895 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,895 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,912 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-11-05 02:54:58,916 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,917 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,917 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,924 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,924 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,930 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,931 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,932 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,934 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,934 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,934 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,934 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,952 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-05 02:54:58,959 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,960 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-05 02:54:58,962 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,962 [main] Physical connection closed
DEBUG 2024-11-05 02:54:58,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:58,964 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:58,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,977 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:58,978 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:58,979 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:58,981 [main] Physical connection got
DEBUG 2024-11-05 02:54:58,981 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,981 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:58,981 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:58,999 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-11-05 02:54:59,014 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,015 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-11-05 02:54:59,015 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,015 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,017 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,019 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,021 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,024 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,024 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,029 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,031 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,031 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,034 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,034 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,034 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,035 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,054 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-05 02:54:59,055 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,055 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-11-05 02:54:59,057 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-11-05 02:54:59,057 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,059 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,061 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,062 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,065 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,066 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,071 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,072 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,073 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,075 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,075 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,075 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,075 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,092 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-05 02:54:59,093 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,094 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,095 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,097 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,108 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,109 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,111 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,111 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,112 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,112 [main] Logical connection got, tx=null
WARN 2024-11-05 02:54:59,115 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-11-05 02:54:59,120 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-05 02:54:59,121 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,121 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-11-05 02:54:59,124 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-11-05 02:54:59,124 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,125 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,126 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,127 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,129 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,132 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,132 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,138 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,139 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,139 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,141 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,141 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,141 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,142 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,160 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-11-05 02:54:59,166 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,167 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,169 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,171 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,174 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,174 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,179 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,180 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,181 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,183 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,183 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,183 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,183 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,201 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-11-05 02:54:59,205 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,205 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-05 02:54:59,206 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,207 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,207 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-11-05 02:54:59,207 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,208 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,209 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,213 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,216 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,216 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,221 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,222 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,223 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,225 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,225 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,226 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,226 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,243 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-11-05 02:54:59,246 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,246 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-05 02:54:59,250 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,250 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,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 ename = 'SMITH'
DEBUG 2024-11-05 02:54:59,251 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,251 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,251 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-11-05 02:54:59,253 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,253 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,253 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-11-05 02:54:59,254 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,254 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,254 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-11-05 02:54:59,255 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,255 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,256 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,257 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,259 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,260 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,263 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,263 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,268 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,269 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,270 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,271 [main] Transaction began, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,272 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,272 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,273 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,273 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,290 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-11-05 02:54:59,291 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,291 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-05 02:54:59,291 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,292 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,292 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-11-05 02:54:59,292 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,292 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,292 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-11-05 02:54:59,293 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,293 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1730742897058/5, BranchId=]
DEBUG 2024-11-05 02:54:59,293 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,294 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,295 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,296 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,298 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,301 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,301 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,306 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,307 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,308 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,310 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,310 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,310 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,311 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,328 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,331 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,332 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,333 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,335 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,336 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,339 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,339 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,344 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,345 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,346 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,348 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,348 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,348 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,349 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,366 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,370 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,372 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,374 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,375 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,379 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,383 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,384 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,385 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,388 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,388 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,388 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,388 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,394 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-11-05 02:54:59,396 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,398 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,409 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,410 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,411 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,413 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,413 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,413 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,413 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,419 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-11-05 02:54:59,421 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,422 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,424 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,429 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,429 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,433 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,434 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,435 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,437 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,437 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,437 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,437 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,443 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-11-05 02:54:59,445 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,446 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,446 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,448 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,450 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,453 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,453 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,457 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,458 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,459 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,461 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,461 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,461 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,461 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,467 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-11-05 02:54:59,469 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,470 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,470 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,472 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,477 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,481 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,482 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,483 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,485 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,485 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,485 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,485 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,502 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,503 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,503 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-11-05 02:54:59,506 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,506 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,508 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,510 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,511 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,514 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,514 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,519 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,520 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,523 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,523 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,523 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,523 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,541 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,541 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,543 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,546 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,549 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,550 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,554 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,555 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,556 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,558 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,558 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,558 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,558 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,575 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-05 02:54:59,576 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,577 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,578 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,581 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,584 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,584 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,589 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,590 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-11-05 02:54:59,593 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,593 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,593 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,593 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,610 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-11-05 02:54:59,611 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.274 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplPublicFieldMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMix2Test
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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-11-05 02:54:59,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,660 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,662 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,664 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,667 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,667 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,672 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,673 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,676 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,678 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,678 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,683 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,685 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,687 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,694 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,694 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,699 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,700 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,703 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,706 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,706 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,710 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,711 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,712 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,714 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,719 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,724 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,725 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,728 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,730 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,730 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,734 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,735 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-11-05 02:54:59,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,739 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,741 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,744 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,744 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,757 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,757 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,758 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,758 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-11-05 02:54:59,762 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,762 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,764 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,767 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,767 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,772 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,773 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,774 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,774 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,793 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,793 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-11-05 02:54:59,796 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,797 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,798 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,808 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,810 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,810 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,827 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,828 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,828 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,828 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,840 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,844 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,844 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-11-05 02:54:59,847 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,847 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-11-05 02:54:59,866 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,866 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,868 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,870 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,873 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,873 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,879 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,882 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,893 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,893 [main] Logical connection got, tx=null
WARN 2024-11-05 02:54:59,896 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-05 02:54:59,899 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-05 02:54:59,899 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,900 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,901 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,901 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,903 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,905 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,907 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,916 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,919 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,919 [main] Logical connection got, tx=null
WARN 2024-11-05 02:54:59,921 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-11-05 02:54:59,922 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-11-05 02:54:59,922 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,923 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,924 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,926 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,939 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,943 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,944 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-11-05 02:54:59,946 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,947 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,950 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,959 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-11-05 02:54:59,966 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,966 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,968 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,971 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,971 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,979 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,979 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,980 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,980 [main] Physical connection closed
DEBUG 2024-11-05 02:54:59,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,982 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,983 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,986 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:54:59,986 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,991 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:54:59,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:54:59,993 [main] Physical connection got
DEBUG 2024-11-05 02:54:59,993 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:54:59,994 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:54:59,995 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-11-05 02:54:59,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-11-05 02:54:59,998 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-11-05 02:55:00,000 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-11-05 02:55:00,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-11-05 02:55:00,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-11-05 02:55:00,008 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-11-05 02:55:00,009 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-11-05 02:55:00,010 [main] Physical connection got
DEBUG 2024-11-05 02:55:00,010 [main] Logical connection got, tx=null
DEBUG 2024-11-05 02:55:00,011 [main] Logical connection closed, tx=null
DEBUG 2024-11-05 02:55:00,011 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.312s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.415s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.599s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.641s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Nov 05 02:55:00 JST 2024
[INFO] Final Memory: 31M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS