Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-12-31 02:54:56,457 [main] Physical connection got
DEBUG 2024-12-31 02:54:56,458 [main] Logical connection got
DEBUG 2024-12-31 02:54:56,458 [main] Logical connection closed
DEBUG 2024-12-31 02:54:56,458 [main] Logical connection got
DEBUG 2024-12-31 02:54:56,469 [main] Logical connection closed
DEBUG 2024-12-31 02:54:56,469 [main] Logical connection got
DEBUG 2024-12-31 02:54:56,469 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-12-31 02:54:56,471 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-31 02:54:56.272 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-31 02:54:56,471 [main] Logical connection got
DEBUG 2024-12-31 02:54:56,472 [main] Logical connection closed
DEBUG 2024-12-31 02:54:56,472 [main] Logical connection got
DEBUG 2024-12-31 02:54:56,475 [main] Logical connection closed
DEBUG 2024-12-31 02:54:56,477 [main] Logical connection got
DEBUG 2024-12-31 02:54:56,477 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:54:56,478 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-12-31 02:54:56.272 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-31 02:54:56,478 [main] Logical connection got
DEBUG 2024-12-31 02:54:56,479 [main] UPDATE EMP SET tstamp = '2024-12-31 02.54.56', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-12-31 02.54.56'
DEBUG 2024-12-31 02:54:56,479 [main] Logical connection closed
DEBUG 2024-12-31 02:54:56,480 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.118 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-12-31 02:54:57,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,022 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:54:58,049 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,053 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,078 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,078 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,125 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,132 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,155 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:54:58,319 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,319 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,388 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,394 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-12-31 02:54:58,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,405 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,411 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,416 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,416 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,428 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,430 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,431 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,443 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,444 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,444 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,444 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,553 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-12-31 02:54:58,559 [main] Physical connection closed
DEBUG 2024-12-31 02:54:58,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,561 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,564 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,567 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,573 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,582 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,584 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,585 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,589 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,589 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,589 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,590 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,628 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,650 [main] Physical connection closed
DEBUG 2024-12-31 02:54:58,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,652 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,657 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,662 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,663 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,674 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,680 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,680 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,681 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,681 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,722 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,728 [main] Physical connection closed
DEBUG 2024-12-31 02:54:58,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,730 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,733 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,741 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,741 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,749 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,751 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,752 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,755 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,755 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,755 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,755 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,790 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,795 [main] Physical connection closed
DEBUG 2024-12-31 02:54:58,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,797 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,800 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,802 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,806 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,806 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,814 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,816 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,816 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,819 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,819 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,819 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,820 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,850 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,855 [main] Physical connection closed
DEBUG 2024-12-31 02:54:58,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,857 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,866 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,879 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,879 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,879 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,880 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,910 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-12-31 02:54:58,914 [main] Physical connection closed
DEBUG 2024-12-31 02:54:58,916 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,916 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,919 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,921 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,925 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,925 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,933 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,934 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,935 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,938 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,938 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,939 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,939 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,968 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,972 [main] Physical connection closed
DEBUG 2024-12-31 02:54:58,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:58,974 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,979 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,983 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:58,983 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,990 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:58,992 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:58,993 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:58,995 [main] Physical connection got
DEBUG 2024-12-31 02:54:58,995 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:58,996 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:58,996 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,028 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,032 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,034 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,036 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,043 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,043 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,051 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,053 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,056 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,056 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,056 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,056 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,085 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,089 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,092 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,094 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,096 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,101 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,110 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,111 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,115 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581299115/0, BranchId=]
DEBUG 2024-12-31 02:54:59,117 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,118 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/0, BranchId=]
DEBUG 2024-12-31 02:54:59,118 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/0, BranchId=]
DEBUG 2024-12-31 02:54:59,118 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/0, BranchId=]
DEBUG 2024-12-31 02:54:59,144 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/0, BranchId=]
DEBUG 2024-12-31 02:54:59,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/0, BranchId=]
DEBUG 2024-12-31 02:54:59,167 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-31 02.54.59', 99, 'hoge', 0)
DEBUG 2024-12-31 02:54:59,172 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/0, BranchId=]
DEBUG 2024-12-31 02:54:59,172 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581299115/0, BranchId=]
DEBUG 2024-12-31 02:54:59,173 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,175 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,178 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,184 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,188 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,195 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,197 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,200 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,200 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,200 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,200 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,226 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,236 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,237 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:54:59,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,245 [main] UPDATE EMP SET tstamp = '2024-12-31 02.54.59', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-31 02:54:59,245 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,246 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581299115/1, BranchId=]
DEBUG 2024-12-31 02:54:59,246 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,247 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,248 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,250 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,252 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,263 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,265 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,265 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,268 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,268 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,269 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,269 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,269 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,298 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,307 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,307 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:54:59,310 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,310 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,310 [main] UPDATE EMP SET tstamp = '2024-12-31 02.54.59', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-12-31 02:54:59,311 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,311 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581299115/2, BranchId=]
DEBUG 2024-12-31 02:54:59,311 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,313 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,315 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,318 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,321 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,322 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,331 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,334 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,334 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,334 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,335 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,335 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,359 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,368 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,368 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:54:59,370 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,370 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,370 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-12-31 02:54:59,371 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,371 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581299115/3, BranchId=]
DEBUG 2024-12-31 02:54:59,371 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,373 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,375 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,377 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,381 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,381 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,394 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,394 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,394 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,394 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,417 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-12-31 02:54:59,419 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,423 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,428 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,428 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,435 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,437 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,437 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,447 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,447 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,447 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,447 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,470 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-12-31 02:54:59,478 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,480 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,482 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,484 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,487 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,488 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,494 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,495 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,496 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,498 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,499 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,499 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,499 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,521 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,528 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,529 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,531 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,540 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,541 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,550 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,551 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,551 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,551 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,571 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,578 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,580 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,583 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,587 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,587 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,594 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,595 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,596 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,598 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,598 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,598 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,598 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,617 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,625 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,626 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,629 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,631 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,634 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,635 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,641 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,642 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,643 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,645 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,645 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,645 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,645 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,665 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,672 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,672 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:54:59,679 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-31 02:54:59,681 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,682 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,682 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,685 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,686 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,690 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,690 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,696 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,697 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,698 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,700 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,700 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,700 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,700 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,719 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,726 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,726 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:54:59,730 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-31 02:54:59,731 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,733 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,735 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,737 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,740 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,740 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,746 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,747 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,748 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,759 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,759 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,760 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,760 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,779 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,786 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,786 [main] select * from emp
DEBUG 2024-12-31 02:54:59,789 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:54:59,790 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,791 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,792 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,794 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,795 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,799 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,799 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,806 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,808 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,809 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,809 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,809 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,829 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,836 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,836 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-31 02:54:59,839 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-12-31 02:54:59,841 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,843 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,845 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,847 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,850 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,850 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,856 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,857 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,858 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,860 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,860 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,860 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,861 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,881 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-12-31 02:54:59,888 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,890 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,892 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,894 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,897 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,905 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,906 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,908 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,908 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,908 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,908 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,928 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,935 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,936 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:54:59,938 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:54:59,939 [main] Physical connection closed
DEBUG 2024-12-31 02:54:59,940 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:54:59,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,945 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,948 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:54:59,949 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,954 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:54:59,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:54:59,956 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:54:59,958 [main] Physical connection got
DEBUG 2024-12-31 02:54:59,959 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,959 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,959 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,990 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:54:59,997 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:54:59,998 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:55:00,003 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:55:00,005 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,006 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,008 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,010 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,013 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,014 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,021 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,024 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,024 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,024 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,024 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,043 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,051 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,051 [main] select * from emp
DEBUG 2024-12-31 02:55:00,052 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:55:00,054 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,055 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,055 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,057 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,059 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,062 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,062 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,068 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,070 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,070 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,072 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,072 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,073 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,073 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,092 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,099 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,099 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-12-31 02:55:00,101 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-12-31 02:55:00,102 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,104 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,106 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,108 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,111 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,111 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,117 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,119 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,119 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,121 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,121 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,122 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,122 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,140 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,147 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,147 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:55:00,149 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-31 02:55:00,149 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,151 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,153 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,155 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,158 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,158 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,164 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,165 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,166 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,168 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,168 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,168 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,169 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,192 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,199 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,199 [main] select count(*) from emp
DEBUG 2024-12-31 02:55:00,201 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,201 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,203 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,204 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,206 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,210 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,210 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,216 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,217 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,218 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,220 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,220 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,220 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,220 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,238 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,246 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,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 WHERE empno = 7788
DEBUG 2024-12-31 02:55:00,247 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-12-31 02:55:00,248 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,249 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,251 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,253 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,256 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,256 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,262 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,263 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,265 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,265 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,266 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,266 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,283 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,290 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,290 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:55:00,291 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-12-31 02:55:00,291 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,292 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,293 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,295 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,296 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,299 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,300 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,305 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,306 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,306 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,308 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,309 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,309 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,309 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,326 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,332 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,332 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:55:00,333 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-12-31 02:55:00,333 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,347 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,348 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,349 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,350 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,351 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,351 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,351 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,368 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,374 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,374 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-12-31 02:55:00,375 [main] Logical connection closed, tx=null
[Ljava.util.Map;@170d9151
DEBUG 2024-12-31 02:55:00,375 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,376 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,377 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,383 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,384 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,389 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,390 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,390 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,392 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,392 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,393 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,393 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,409 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,416 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,416 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-12-31 02:55:00,418 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-12-31 02:55:00,419 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,420 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,422 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,424 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,434 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,435 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,436 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,438 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,438 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,438 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,438 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,455 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-12-31 02:55:00,462 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,462 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-12-31 02:55:00,465 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-31 02:55:00,465 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,467 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,469 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,470 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,473 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,474 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,479 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,480 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,481 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,483 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,483 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,483 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,483 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,500 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,504 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,504 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-31 02:55:00,504 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,504 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,506 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,510 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,513 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,513 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,519 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,520 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,522 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,522 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,522 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,522 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,539 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,542 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,543 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-31 02:55:00,543 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,543 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,548 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,551 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,560 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,563 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,563 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,563 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,563 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,575 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,576 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,576 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-12-31 02:55:00,577 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-12-31 02:55:00,578 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,581 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,585 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,585 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,590 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,591 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,592 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,594 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,594 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,594 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,594 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,605 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,606 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,606 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-12-31 02:55:00,607 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-12-31 02:55:00,607 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,609 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,611 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,612 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,615 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,615 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,621 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,623 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,623 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,624 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,624 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,641 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,647 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,647 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-12-31 02.55.00', 9999, 'test', 50)
DEBUG 2024-12-31 02:55:00,648 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,648 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,648 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-12-31 02:55:00,650 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-12-31 02:55:00,650 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,650 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-12-31 02:55:00,651 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-12-31 02:55:00.647 {50, null, null, 0}
DEBUG 2024-12-31 02:55:00,651 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581299115/4, BranchId=]
DEBUG 2024-12-31 02:55:00,652 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,653 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,653 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,655 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,656 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,659 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,659 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,664 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,665 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,666 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,668 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,668 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,668 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,668 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,685 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,691 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,693 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,695 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,700 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,700 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,705 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,706 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,706 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,708 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,709 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,709 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,709 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,730 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-12-31 02:55:00,738 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,738 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-31 02:55:00,741 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,741 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,742 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,743 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,745 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,754 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,755 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,755 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,757 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,757 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,758 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,758 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,774 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-12-31 02:55:00,783 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,783 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-12-31 02:55:00,784 [main] Logical connection closed, tx=null
[]
DEBUG 2024-12-31 02:55:00,784 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,785 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,786 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,788 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,789 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,792 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,792 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,797 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,798 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,798 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,801 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,801 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,802 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,802 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,818 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-12-31 02:55:00,824 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,824 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-12-31 02:55:00,826 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-12-31 02:55:00,826 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,828 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,831 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,835 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,840 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,841 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,841 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,843 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,843 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,843 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,844 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,859 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-12-31 02:55:00,862 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,863 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,864 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,865 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,867 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,870 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,870 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,874 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,875 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,876 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,880 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,880 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,880 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,881 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,904 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-31 02:55:00,914 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,914 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-31 02:55:00,918 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,918 [main] Physical connection closed
DEBUG 2024-12-31 02:55:00,919 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:00,920 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,931 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,941 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:00,942 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,955 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:00,956 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:00,959 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:00,962 [main] Physical connection got
DEBUG 2024-12-31 02:55:00,963 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:00,963 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:00,964 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,007 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-12-31 02:55:01,028 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,028 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-12-31 02:55:01,029 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,029 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,032 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,035 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,041 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,041 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,049 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,052 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,054 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,063 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,065 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,066 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,066 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,113 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-31 02:55:01,114 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,114 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-12-31 02:55:01,116 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-12-31 02:55:01,117 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,118 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,119 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,120 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,122 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,125 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,125 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,130 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,132 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,134 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,134 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,134 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,135 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,150 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-31 02:55:01,151 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,153 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,155 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,156 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,159 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,159 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,164 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,165 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,165 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,167 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,168 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,168 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,168 [main] Logical connection got, tx=null
WARN 2024-12-31 02:55:01,171 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-12-31 02:55:01,176 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-31 02:55:01,177 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,177 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-12-31 02:55:01,180 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-12-31 02:55:01,180 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,182 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,184 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,185 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,188 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,189 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,193 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,195 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,195 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,197 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,197 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,197 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,198 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,215 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-12-31 02:55:01,221 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,222 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,223 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,225 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,226 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,229 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,229 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,238 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,238 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,238 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,239 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,256 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-12-31 02:55:01,259 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,260 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-31 02:55:01,261 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,261 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,261 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-12-31 02:55:01,262 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,262 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,263 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,264 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,266 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,267 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,270 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,270 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,275 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,276 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,277 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,279 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,279 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,279 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,279 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,297 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-12-31 02:55:01,300 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,300 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:55:01,303 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,303 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,303 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-12-31 02:55:01,304 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,304 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,304 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-12-31 02:55:01,307 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,307 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,307 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-12-31 02:55:01,308 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,308 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,308 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-12-31 02:55:01,309 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,309 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,310 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,311 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,315 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,317 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,318 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,323 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,324 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,324 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,326 [main] Transaction began, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,327 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,327 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,327 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,344 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-12-31 02:55:01,344 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,345 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-31 02:55:01,345 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,345 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,345 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-12-31 02:55:01,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,346 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,346 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-12-31 02:55:01,346 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,347 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1735581299115/5, BranchId=]
DEBUG 2024-12-31 02:55:01,347 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,348 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,350 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,352 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,354 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,355 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,359 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,360 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,361 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,363 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,363 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,364 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,364 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,381 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,384 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,386 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,387 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,389 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,397 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,398 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,399 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,401 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,401 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,401 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,401 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,419 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,423 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,425 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,436 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,436 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,437 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,439 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,439 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,440 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,440 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,446 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-12-31 02:55:01,448 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,449 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,451 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,452 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,455 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,460 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,460 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,461 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,463 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,463 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,463 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,463 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,469 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-12-31 02:55:01,470 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,472 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,474 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,475 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,478 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,478 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,483 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,484 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,484 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,486 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,486 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,486 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,486 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,492 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-12-31 02:55:01,494 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,495 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,496 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,497 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,499 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,501 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,502 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,506 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,507 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,508 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,510 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,510 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,510 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,510 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,516 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-12-31 02:55:01,517 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,519 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,521 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,522 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,525 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,525 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,530 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,531 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,531 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,534 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,534 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,534 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,534 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,550 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,551 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,551 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-12-31 02:55:01,554 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,554 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,555 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,556 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,558 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,559 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,562 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,562 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,567 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,568 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,568 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,570 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,571 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,571 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,571 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,587 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,588 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,590 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,591 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,593 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,596 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,596 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,601 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,602 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,602 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,604 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,604 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,605 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,605 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,621 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-31 02:55:01,622 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,623 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,625 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,627 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,630 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,630 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,634 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,635 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,636 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-12-31 02:55:01,638 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,638 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,638 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,639 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,658 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-12-31 02:55:01,659 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.265 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.011 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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-12-31 02:55:01,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,707 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,710 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,711 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,714 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,714 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,718 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,722 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,725 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,725 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,728 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,731 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,732 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,734 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,736 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,738 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,738 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,743 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,744 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,747 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,749 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,749 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,753 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,754 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,755 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,757 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,758 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,761 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,761 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,766 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,767 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,769 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,772 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,772 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,775 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,776 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-12-31 02:55:01,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,780 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,784 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,789 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,790 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,791 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,792 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,792 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,793 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-12-31 02:55:01,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,797 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,798 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,800 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,801 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,805 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,806 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,807 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,807 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,823 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,824 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-12-31 02:55:01,828 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,829 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,830 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,830 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,832 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,835 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,839 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,840 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,841 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,842 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,856 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,857 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,857 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,857 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,867 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,871 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:01,872 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-12-31 02:55:01,874 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,874 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 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-12-31 02:55:01,894 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,894 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,896 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,898 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,900 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,900 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,905 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,906 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,908 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,920 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,920 [main] Logical connection got, tx=null
WARN 2024-12-31 02:55:01,922 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-31 02:55:01,923 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-31 02:55:01,923 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,924 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,925 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,925 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,927 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,928 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,931 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,931 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,940 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,943 [main] Physical connection got
DEBUG 2024-12-31 02:55:01,943 [main] Logical connection got, tx=null
WARN 2024-12-31 02:55:01,945 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-12-31 02:55:01,946 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-12-31 02:55:01,947 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:01,947 [main] Physical connection closed
DEBUG 2024-12-31 02:55:01,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,949 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,951 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,959 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,967 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,973 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-12-31 02:55:01,975 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,977 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,979 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:01,979 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:01,984 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:01,988 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-12-31 02:55:01,998 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:01,999 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:02,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:02,004 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:02,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:02,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:02,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:02,012 [main] Physical connection got
DEBUG 2024-12-31 02:55:02,013 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:02,014 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:02,014 [main] Physical connection closed
DEBUG 2024-12-31 02:55:02,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:02,016 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:02,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:02,019 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:02,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:02,024 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:02,025 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:02,027 [main] Physical connection got
DEBUG 2024-12-31 02:55:02,028 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:02,029 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:02,029 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-12-31 02:55:02,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-12-31 02:55:02,034 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:02,036 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-12-31 02:55:02,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-12-31 02:55:02,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:02,042 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-12-31 02:55:02,043 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-12-31 02:55:02,045 [main] Physical connection got
DEBUG 2024-12-31 02:55:02,045 [main] Logical connection got, tx=null
DEBUG 2024-12-31 02:55:02,046 [main] Logical connection closed, tx=null
DEBUG 2024-12-31 02:55:02,046 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.329s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.480s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.678s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.541s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Dec 31 02:55:02 JST 2024
[INFO] Final Memory: 27M/411M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS