Skipping 90 KB..
Full LogRunning examples.dao.tiger.Employee2DaoClientTest
DEBUG 2024-10-17 02:54:53,460 [main] Physical connection got
DEBUG 2024-10-17 02:54:53,460 [main] Logical connection got
DEBUG 2024-10-17 02:54:53,461 [main] Logical connection closed
DEBUG 2024-10-17 02:54:53,461 [main] Logical connection got
DEBUG 2024-10-17 02:54:53,472 [main] Logical connection closed
DEBUG 2024-10-17 02:54:53,473 [main] Logical connection got
DEBUG 2024-10-17 02:54:53,473 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename LIKE '%CO%'
DEBUG 2024-10-17 02:54:53,474 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-17 02:54:53.271 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-17 02:54:53,475 [main] Logical connection got
DEBUG 2024-10-17 02:54:53,475 [main] Logical connection closed
DEBUG 2024-10-17 02:54:53,475 [main] Logical connection got
DEBUG 2024-10-17 02:54:53,479 [main] Logical connection closed
DEBUG 2024-10-17 02:54:53,480 [main] Logical connection got
DEBUG 2024-10-17 02:54:53,480 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, EMP.deptno, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-17 02:54:53,481 [main] Logical connection closed
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2024-10-17 02:54:53.271 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-17 02:54:53,481 [main] Logical connection got
DEBUG 2024-10-17 02:54:53,482 [main] UPDATE EMP SET tstamp = '2024-10-17 02.54.53', ename = 'SCOTT', job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null, deptno = 20 WHERE empno = 7788 AND tstamp = '2024-10-17 02.54.53'
DEBUG 2024-10-17 02:54:53,483 [main] Logical connection closed
DEBUG 2024-10-17 02:54:53,483 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.125 sec
Running org.seasar.dao.tiger.impl.ResultSetHandlerFactorySelectorTest
DEBUG 2024-10-17 02:54:54,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:54,978 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:54:55,011 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,014 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,038 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,039 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,085 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,114 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:54:55,273 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,273 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,348 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,353 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationDaoMetaDataImplTest
DEBUG 2024-10-17 02:54:55,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:55,366 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,369 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,372 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,378 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,378 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,390 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,394 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,407 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,407 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,407 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,408 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,519 [main] Logical connection closed, tx=null
[EDAO0019]Exception occurred while initialization insert method of org.seasar.dao.annotation.tiger.impl.Employee11Dao, because org.seasar.dao.SqlFileNotFoundRuntimeException: [EDAO0025]SQL file not found. (Dao=org.seasar.dao.annotation.tiger.impl.Employee11Dao, method=insert, file=org/seasar/dao/annotation/tiger/impl/Employee11Dao_insert.sql)
DEBUG 2024-10-17 02:54:55,525 [main] Physical connection closed
DEBUG 2024-10-17 02:54:55,526 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:55,527 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,530 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,533 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,539 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,539 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,548 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,550 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,551 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,556 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,557 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,557 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,557 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,595 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,618 [main] Physical connection closed
DEBUG 2024-10-17 02:54:55,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:55,620 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,631 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,642 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,644 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,645 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,649 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,649 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,649 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,649 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,690 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,695 [main] Physical connection closed
DEBUG 2024-10-17 02:54:55,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:55,698 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,701 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,703 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,720 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,723 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,723 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,723 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,724 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,757 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,762 [main] Physical connection closed
DEBUG 2024-10-17 02:54:55,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:55,764 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,766 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,773 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,773 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,781 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,783 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,784 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,786 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,786 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,786 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,787 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,818 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,823 [main] Physical connection closed
DEBUG 2024-10-17 02:54:55,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:55,825 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,828 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,830 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,834 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,834 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,844 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,847 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,847 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,847 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,848 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,877 [main] Logical connection closed, tx=null
UPDATE EMP SET tstamp = ?, ename = ?, deptno = ?, job = ?, mgr = ?, hiredate = ?, sal = ?, comm = ? WHERE empno = ? AND tstamp = ?
DELETE FROM EMP WHERE empno = ? AND tstamp = ?
DEBUG 2024-10-17 02:54:55,881 [main] Physical connection closed
DEBUG 2024-10-17 02:54:55,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:55,883 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,886 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,888 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,892 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,892 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,900 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,902 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,902 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,905 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,905 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,905 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,905 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,934 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,939 [main] Physical connection closed
DEBUG 2024-10-17 02:54:55,941 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:55,941 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,944 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,946 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,950 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:55,951 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,958 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:55,960 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:55,960 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:55,963 [main] Physical connection got
DEBUG 2024-10-17 02:54:55,963 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,963 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:55,963 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:55,997 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,001 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,004 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,006 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,012 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,013 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,020 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,022 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,022 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,025 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,025 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,025 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,025 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,053 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,057 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,059 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,060 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,062 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,064 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,068 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,068 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,076 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,077 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,078 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,082 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101296082/0, BranchId=]
DEBUG 2024-10-17 02:54:56,084 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,085 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/0, BranchId=]
DEBUG 2024-10-17 02:54:56,085 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/0, BranchId=]
DEBUG 2024-10-17 02:54:56,085 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/0, BranchId=]
DEBUG 2024-10-17 02:54:56,110 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/0, BranchId=]
DEBUG 2024-10-17 02:54:56,132 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/0, BranchId=]
DEBUG 2024-10-17 02:54:56,134 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-17 02.54.56', 99, 'hoge', 0)
DEBUG 2024-10-17 02:54:56,139 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/0, BranchId=]
DEBUG 2024-10-17 02:54:56,140 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101296082/0, BranchId=]
DEBUG 2024-10-17 02:54:56,140 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,142 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,143 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,145 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,147 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,151 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,151 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,158 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,160 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,161 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,163 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,163 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,163 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,164 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,164 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,188 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,199 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,199 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-17 02:54:56,206 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,207 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,207 [main] UPDATE EMP SET tstamp = '2024-10-17 02.54.56', ename = 'hoge2', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-17 02:54:56,208 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,208 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101296082/1, BranchId=]
DEBUG 2024-10-17 02:54:56,209 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,211 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,213 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,215 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,219 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,228 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,229 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,231 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,231 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,232 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,232 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,232 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,256 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,272 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,272 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-17 02:54:56,274 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,275 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,275 [main] UPDATE EMP SET tstamp = '2024-10-17 02.54.56', ename = 'hoge4', deptno = 20, job = 'ANALYST', mgr = 7566, hiredate = '1982-12-09 00.00.00', sal = 3000.0, comm = null WHERE empno = 7788 AND tstamp = '1995-01-23 01.23.45'
DEBUG 2024-10-17 02:54:56,275 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,276 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101296082/2, BranchId=]
DEBUG 2024-10-17 02:54:56,276 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,277 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,278 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,280 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,282 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,286 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,286 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,293 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,294 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,295 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,297 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,297 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,321 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,330 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,330 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7788
DEBUG 2024-10-17 02:54:56,332 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,332 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,332 [main] DELETE FROM EMP WHERE empno = 7788 AND tstamp = '2005-12-27 04.14.59'
DEBUG 2024-10-17 02:54:56,333 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,333 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101296082/3, BranchId=]
DEBUG 2024-10-17 02:54:56,333 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,335 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,337 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,339 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,342 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,342 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,349 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,351 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,351 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,354 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,355 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,355 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,355 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,379 [main] Logical connection closed, tx=null
public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)
org.seasar.dao.MethodSetupFailureRuntimeException: [EDAO0019]Exception occurred while initialization insertIllegal method of org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao, because org.seasar.dao.IllegalSignatureRuntimeException: [EDAO0006](public abstract void org.seasar.dao.annotation.tiger.impl.IllegalEmployeeAutoDao.insertIllegal(int)) is illegal. The argument should be corresponding to the type of Bean.
DEBUG 2024-10-17 02:54:56,380 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,381 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,384 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,385 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,389 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,389 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,396 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,397 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,398 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,408 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,408 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,408 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,409 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,431 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE deptno asc, empno desc
DEBUG 2024-10-17 02:54:56,439 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,440 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,443 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,445 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,448 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,448 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,455 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,457 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,457 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,460 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,460 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,460 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,460 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,481 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,489 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,490 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,492 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,494 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,498 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,498 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,509 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,511 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,511 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,513 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,513 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,513 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,513 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,534 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,541 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,542 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,543 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,545 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,547 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,551 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,551 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,558 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,560 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,562 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,562 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,562 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,562 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,583 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,590 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,592 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,594 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,596 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,600 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,600 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,606 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,608 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,608 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,610 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,611 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,611 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,611 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,631 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,638 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,638 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-17 02:54:56,645 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-17 02:54:56,647 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,648 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,648 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,651 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,656 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,657 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,663 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,664 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,664 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,666 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,667 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,667 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,667 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,687 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,694 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,695 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-17 02:54:56,698 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-17 02:54:56,700 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,701 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,703 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,705 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,709 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,709 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,715 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,716 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,717 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,719 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,719 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,719 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,719 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,744 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,751 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,751 [main] select * from emp
DEBUG 2024-10-17 02:54:56,754 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-17 02:54:56,755 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,757 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,757 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,759 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,761 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,765 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,765 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,771 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,772 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,772 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,775 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,775 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,775 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,775 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,795 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,803 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,803 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-17 02:54:56,806 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {10, ACCOUNTING, NEW YORK, 0}]
DEBUG 2024-10-17 02:54:56,808 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,809 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,811 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,813 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,817 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,817 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,823 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,824 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,825 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,827 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,827 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,827 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,827 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,848 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP, DEPT department WHERE EMP.deptno = department.deptno(+) AND empno = ?
DEBUG 2024-10-17 02:54:56,855 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,857 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,859 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,861 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,864 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,865 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,870 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,872 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,872 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,874 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,874 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,875 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,875 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,895 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,903 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,903 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-17 02:54:56,905 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-17 02:54:56,907 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,908 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,910 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,912 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,916 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,916 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,922 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,923 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,924 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,926 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,926 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,926 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,926 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,946 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,954 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,954 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-17 02:54:56,960 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-17 02:54:56,961 [main] Physical connection closed
DEBUG 2024-10-17 02:54:56,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:56,963 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,965 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,966 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,970 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:56,970 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,976 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:56,977 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:56,978 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:56,980 [main] Physical connection got
DEBUG 2024-10-17 02:54:56,980 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:56,980 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:56,980 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,000 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,008 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,008 [main] select * from emp
DEBUG 2024-10-17 02:54:57,010 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-17 02:54:57,011 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,012 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,013 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,015 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,017 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,021 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,021 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,028 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,030 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,030 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,033 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,033 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,033 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,033 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,053 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,061 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,061 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno order by empno
DEBUG 2024-10-17 02:54:57,063 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600.0, 300.0, 30, 2000-01-01 00:00:00.0 {null}, 7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250.0, 500.0, 30, 2000-01-01 00:00:00.0 {null}, 7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250.0, 1400.0, 30, 2000-01-01 00:00:00.0 {null}, 7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}, 7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000.0, null, 10, 2000-01-01 00:00:00.0 {null}, 7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500.0, 0.0, 30, 2000-01-01 00:00:00.0 {null}, 7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {null}, 7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000.0, null, 20, 2000-01-01 00:00:00.0 {null}, 7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300.0, null, 10, 2000-01-01 00:00:00.0 {null}]
DEBUG 2024-10-17 02:54:57,064 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,066 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,066 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,068 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,070 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,073 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,079 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,081 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,081 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,083 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,084 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,084 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,084 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,104 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,112 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,112 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-17 02:54:57,114 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-17 02:54:57,114 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,116 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,118 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,120 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,123 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,123 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,129 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,131 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,131 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,133 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,133 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,134 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,134 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,154 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,168 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,168 [main] select count(*) from emp
DEBUG 2024-10-17 02:54:57,170 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,170 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,172 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,174 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,175 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,179 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,179 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,185 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,186 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,187 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,189 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,189 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,189 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,190 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,209 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,217 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,217 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-17 02:54:57,218 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {null}
DEBUG 2024-10-17 02:54:57,219 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,221 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,223 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,224 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,228 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,228 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,234 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,235 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,236 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,238 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,238 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,238 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,238 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,258 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,265 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,265 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-17 02:54:57,266 [main] Logical connection closed, tx=null
{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}
DEBUG 2024-10-17 02:54:57,266 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,267 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,268 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,270 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,272 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,276 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,276 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,282 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,283 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,284 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,286 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,286 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,286 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,286 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,305 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,313 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,313 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-17 02:54:57,314 [main] Logical connection closed, tx=null
[{tstamp=2005-12-27 04:14:59.937, empno=7788, ename=SCOTT, deptno=20, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, dname0=RESEARCH, deptno0=20, loc0=DALLAS, versionno0=0}]
DEBUG 2024-10-17 02:54:57,314 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,316 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,318 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,320 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,323 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,323 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,329 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,330 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,331 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,333 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,333 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,334 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,334 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,353 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,360 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,360 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE empno = 7788
DEBUG 2024-10-17 02:54:57,361 [main] Logical connection closed, tx=null
[Ljava.util.Map;@56cb07ef
DEBUG 2024-10-17 02:54:57,361 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,363 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,365 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,367 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,370 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,370 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,376 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,377 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,378 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,380 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,380 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,380 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,380 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,400 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,406 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,407 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE sal BETWEEN 0 AND 1000 ORDER BY empno
DEBUG 2024-10-17 02:54:57,409 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}, 7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950.0, null, 30, 2000-01-01 00:00:00.0 {30, SALES, CHICAGO, 0}]
DEBUG 2024-10-17 02:54:57,410 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,411 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,413 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,419 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,425 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,426 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,426 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,428 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,429 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,429 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,429 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,448 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN /*enames*/('SCOTT','MARY') AND job IN /*jobs*/('ANALYST', 'FREE')
DEBUG 2024-10-17 02:54:57,455 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,455 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename IN ('SCOTT', 'MARY') AND job IN ('ANALYST', 'FREE')
DEBUG 2024-10-17 02:54:57,459 [main] Logical connection closed, tx=null
[7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-12-27 04:14:59.937 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-10-17 02:54:57,459 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,461 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,463 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,464 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,468 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,468 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,474 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,475 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,476 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,478 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,479 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,479 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,479 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,498 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,502 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,502 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-17 02:54:57,502 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,502 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,504 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,506 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,508 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,511 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,511 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,517 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,519 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,521 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,521 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,521 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,521 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,540 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,543 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,543 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-17 02:54:57,543 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,543 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,544 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,545 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,547 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,549 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,552 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,552 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,557 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,559 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,559 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,562 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,562 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,562 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,562 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,575 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,575 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,575 [main] SELECT EMP2.empno, EMP2.ename, EMP2.deptnum, department2.dname AS dname_0, department2.deptno AS deptno_0, department2.active AS active_0 FROM EMP2 LEFT OUTER JOIN DEPT2 department2 ON EMP2.DEPTNUM = department2.DEPTNO
DEBUG 2024-10-17 02:54:57,577 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {20, RESEARCH}, 7499, ALLEN, 30, {30, SALES}]
DEBUG 2024-10-17 02:54:57,577 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,579 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,580 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,582 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,589 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,590 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,595 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,597 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,597 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,599 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,599 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,599 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,600 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,611 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,612 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,612 [main] SELECT ename, deptnum, empno FROM EMP2
DEBUG 2024-10-17 02:54:57,613 [main] Logical connection closed, tx=null
[7369, SMITH, 20, {null}, 7499, ALLEN, 30, {null}]
DEBUG 2024-10-17 02:54:57,613 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,615 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,617 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,619 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,622 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,627 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,629 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,629 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,631 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,631 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,631 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,632 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,632 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,650 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,657 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,657 [main] INSERT INTO EMP (tstamp, empno, ename, deptno) VALUES ('2024-10-17 02.54.57', 9999, 'test', 50)
DEBUG 2024-10-17 02:54:57,657 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,658 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,658 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 7369
DEBUG 2024-10-17 02:54:57,659 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20, 2000-01-01 00:00:00.0 {20, RESEARCH, DALLAS, 0}
DEBUG 2024-10-17 02:54:57,660 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,660 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 9999
DEBUG 2024-10-17 02:54:57,661 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
9999, test, null, null, null, null, null, 50, 2024-10-17 02:54:57.657 {50, null, null, 0}
DEBUG 2024-10-17 02:54:57,661 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101296082/4, BranchId=]
DEBUG 2024-10-17 02:54:57,661 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,663 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,665 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,667 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,670 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,670 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,675 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,676 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,677 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,679 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,679 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,679 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,679 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,697 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,703 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,705 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,706 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,708 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,711 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,711 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,717 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,718 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,719 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,721 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,721 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,721 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,721 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,738 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/
DEBUG 2024-10-17 02:54:57,747 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,747 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-17 02:54:57,749 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,749 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,751 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,753 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,754 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,757 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,758 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,763 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,764 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,765 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,767 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,767 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,767 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,767 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,785 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.timestamp != null*/ EMP.tstamp = /*dto.timestamp*/null/*END*//*IF dto.empno != null*/ AND EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.mgr != null*/ AND EMP.mgr = /*dto.mgr*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*END*/
DEBUG 2024-10-17 02:54:57,793 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,794 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.empno = 0 AND EMP.deptno = 0 AND EMP.job = 'MANAGER'
DEBUG 2024-10-17 02:54:57,794 [main] Logical connection closed, tx=null
[]
DEBUG 2024-10-17 02:54:57,794 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,796 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,798 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,800 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,803 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,803 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,808 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,809 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,810 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,812 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,813 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,813 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,813 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,830 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/
DEBUG 2024-10-17 02:54:57,835 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,835 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE EMP.mgr = 7902
DEBUG 2024-10-17 02:54:57,837 [main] Logical connection closed, tx=null
[7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800.0, null, 20 {20, RESEARCH, DALLAS, 0}]
DEBUG 2024-10-17 02:54:57,837 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,838 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,839 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,841 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,843 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,846 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,846 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,852 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,853 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,853 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,855 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,855 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,856 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,856 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,873 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, EMP.mgr, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.ename = /*dto.ename*/null/*END*//*IF dto.deptno != null*/ AND EMP.deptno = /*dto.deptno*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*IF dto.hiredate != null*/ AND EMP.hiredate = /*dto.hiredate*/null/*END*//*IF dto.sal != null*/ AND EMP.sal = /*dto.sal*/null/*END*//*IF dto.comm != null*/ AND EMP.comm = /*dto.comm*/null/*END*//*IF dto.manager != null*/ AND EMP.mgr = /*dto.manager*/null/*END*//*END*/ ORDER BY empno
DEBUG 2024-10-17 02:54:57,876 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,877 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,878 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,880 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,882 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,885 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,885 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,890 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,891 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,892 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,894 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,894 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,894 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,894 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,912 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-17 02:54:57,919 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,919 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-17 02:54:57,921 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,921 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,922 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,923 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,925 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,927 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,930 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,930 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,935 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,936 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,937 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,939 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,939 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,939 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,939 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,956 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = /*dto.department.dname*/'RESEARCH'
DEBUG 2024-10-17 02:54:57,971 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,972 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = null
DEBUG 2024-10-17 02:54:57,973 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,973 [main] Physical connection closed
DEBUG 2024-10-17 02:54:57,974 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:57,975 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,977 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,978 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,981 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:57,981 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,987 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:57,988 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:57,988 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:57,991 [main] Physical connection got
DEBUG 2024-10-17 02:54:57,991 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:57,991 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:57,991 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,011 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-17 02:54:58,012 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,012 [main] SELECT EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.hiredate, EMP.sal, EMP.comm, parent.empno AS empno_0, parent.ename AS ename_0, parent.deptno AS deptno_0, parent.job AS job_0, parent.hiredate AS hiredate_0, parent.sal AS sal_0, parent.comm AS comm_0 FROM EMP LEFT OUTER JOIN EMP parent ON EMP.mgr = parent.empno WHERE EMP.empno = 7788
DEBUG 2024-10-17 02:54:58,013 [main] Logical connection closed, tx=null
7788, SCOTT, ANALYST, null, 1982-12-09 00:00:00.0, 3000.0, null, 20 {7566, JONES, MANAGER, null, 1981-04-02 00:00:00.0, 2975.0, null, 20 {null}}
DEBUG 2024-10-17 02:54:58,014 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,016 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,018 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,019 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,022 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,022 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,028 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,029 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,031 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,031 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,031 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,031 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,048 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-17 02:54:58,049 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,051 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,052 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,054 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,057 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,057 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,062 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,063 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,063 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,066 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,066 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,066 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,066 [main] Logical connection got, tx=null
WARN 2024-10-17 02:54:58,069 [main] Table(DepartmentTotalSalary) not found
DEBUG 2024-10-17 02:54:58,075 [main] Logical connection closed, tx=null
SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-10-17 02:54:58,076 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,076 [main] SELECT d.deptno, sum(e.sal) as totalSalary FROM dept d, emp e WHERE d.deptno = e.deptno GROUP BY d.deptno
DEBUG 2024-10-17 02:54:58,078 [main] Logical connection closed, tx=null
[10, 8750, 20, 10875.0, 30, 9400]
DEBUG 2024-10-17 02:54:58,078 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,080 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,082 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,083 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,086 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,086 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,091 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,092 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,092 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,094 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,094 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,095 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,095 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,113 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno/*BEGIN*/ WHERE /*IF empno != null*/ EMP.empno = /*empno*/null/*END*//*END*/
DEBUG 2024-10-17 02:54:58,119 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,121 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,123 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,124 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,127 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,127 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,132 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,133 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,134 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,136 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,136 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,136 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,136 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,154 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname/*BEGIN*/ WHERE /*IF dto.dname != null*/ department.dname = /*dto.dname*/null/*END*//*IF dto.job != null*/ AND EMP.job = /*dto.job*/null/*END*//*END*/ /*IF $dto.orderByString != null*/order by /*$dto.orderByString*/ENAME /*END*/
DEBUG 2024-10-17 02:54:58,158 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,158 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-17 02:54:58,159 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,159 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,159 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno AND EMP.ename = department.dname WHERE department.dname = 'RESEARCH' order by ENAME
DEBUG 2024-10-17 02:54:58,160 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,160 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,162 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,164 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,165 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,168 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,168 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,173 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,174 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,174 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,177 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,177 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,177 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,177 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,195 [main] Logical connection closed, tx=null
SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno /*BEGIN*/ WHERE /*IF dto.ename != null*/ ename = /*dto.ename*/'aaa'/*END*//*IF dto.job != null*/ AND job = /*dto.job*/'bbb'/*END*/ /*END*/
DEBUG 2024-10-17 02:54:58,198 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,198 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-17 02:54:58,201 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,202 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,202 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH'
DEBUG 2024-10-17 02:54:58,203 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,203 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,203 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE job = 'SALESMAN'
DEBUG 2024-10-17 02:54:58,205 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,205 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,205 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'SMITH' AND job = 'CLERK'
DEBUG 2024-10-17 02:54:58,206 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,206 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,206 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE ename = 'a' AND job = 'b'
DEBUG 2024-10-17 02:54:58,207 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,207 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,209 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,211 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,212 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,215 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,215 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,220 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,221 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,221 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,223 [main] Transaction began, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,224 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,224 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,224 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,224 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,242 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
SELECT COUNT(*) FROM emp
DELETE FROM emp WHERE empno=?
DEBUG 2024-10-17 02:54:58,243 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,243 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-17 02:54:58,243 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,244 [main] DELETE FROM emp WHERE empno=7369
DEBUG 2024-10-17 02:54:58,244 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,244 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,245 [main] SELECT COUNT(*) FROM emp
DEBUG 2024-10-17 02:54:58,245 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,245 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1729101296082/5, BranchId=]
DEBUG 2024-10-17 02:54:58,245 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,247 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,249 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,250 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,253 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,254 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,258 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,259 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,260 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,262 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,262 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,262 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,263 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,280 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,284 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,286 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,287 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,289 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,292 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,292 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,297 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,298 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,299 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,301 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,301 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,301 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,301 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,318 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,323 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,325 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,327 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,328 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,331 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,331 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,336 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,337 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,337 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,340 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,340 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,340 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,340 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,347 [main] Logical connection closed, tx=null
INSERT INTO EMP (empno, eNaMe) VALUES (?, ?)
DEBUG 2024-10-17 02:54:58,349 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,351 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,352 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,354 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,357 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,357 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,362 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,363 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,363 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,365 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,365 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,365 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,365 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,372 [main] Logical connection closed, tx=null
UPDATE EMP SET eNaMe = ? WHERE empno = ?
DEBUG 2024-10-17 02:54:58,374 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,375 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,375 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,379 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,389 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,390 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,390 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,391 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,391 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,397 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF dto.empno != null*/ EMP.empno = /*dto.empno*/null/*END*//*IF dto.ename != null*/ AND EMP.eNaMe = /*dto.ename*/null/*END*//*END*/
DEBUG 2024-10-17 02:54:58,399 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,400 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,400 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,402 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,403 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,406 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,406 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,411 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,412 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,413 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,414 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,414 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,415 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,415 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,421 [main] Logical connection closed, tx=null
SELECT EMP.empno, EMP.eNaMe FROM EMP/*BEGIN*/ WHERE /*IF eName != null*/ EMP.eName = /*eName*/null/*END*//*END*/
DEBUG 2024-10-17 02:54:58,423 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,424 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,426 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,428 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,431 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,431 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,437 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,438 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,439 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,442 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,442 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,442 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,442 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,459 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,460 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,460 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno
DEBUG 2024-10-17 02:54:58,463 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,464 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,465 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,467 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,468 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,471 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,472 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,476 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,477 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,478 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,480 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,480 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,481 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,481 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,498 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,499 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,500 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,501 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,502 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,504 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,512 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,513 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,515 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,515 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,516 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,516 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,533 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-17 02:54:58,534 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,536 [main] S2Container will be created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,538 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,539 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,542 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,542 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,547 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,548 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,548 [main] S2Container is created(path=org/seasar/dao/annotation/tiger/impl/AnnotationDaoMetaDataImplTest.dicon)
DEBUG 2024-10-17 02:54:58,550 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,550 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,551 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,551 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,567 [main] Logical connection closed, tx=null
org.seasar.dao.IllegalAnnotationRuntimeException: [EDAO0026]Cannnot Use Query Annotation in this Method.
DEBUG 2024-10-17 02:54:58,568 [main] Physical connection closed
Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.214 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.016 sec
Running org.seasar.dao.annotation.tiger.impl.ArgumentDtoAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMix2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.dao.tiger.impl.FetchResultSetHandlerTest
DEBUG 2024-10-17 02:54:58,620 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,621 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,623 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,624 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,632 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,633 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,636 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,638 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,638 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,643 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,645 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,646 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,647 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,648 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,650 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,653 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,653 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,657 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,658 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,661 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,663 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,663 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,667 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,667 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,668 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,669 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,670 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,672 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,675 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,675 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,680 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,680 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,683 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,686 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,686 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,690 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,690 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.seasar.dao.tiger.impl.FetchMapResultSetHandlerTest
DEBUG 2024-10-17 02:54:58,694 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,694 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,696 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,699 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,699 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,703 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,704 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,706 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,706 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,707 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,707 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.tiger.impl.FetchBeanMetaDataResultSetHandlerTest
DEBUG 2024-10-17 02:54:58,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,711 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,713 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,715 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,715 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,720 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,721 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,722 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,722 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,738 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,739 [main] Logical connection got, tx=null
7369,SMITH
7499,ALLEN
7521,WARD
7566,JONES
7654,MARTIN
7698,BLAKE
7782,CLARK
7788,SCOTT
7839,KING
7844,TURNER
7876,ADAMS
7900,JAMES
7902,FORD
7934,MILLER
DEBUG 2024-10-17 02:54:58,743 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,743 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,744 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,744 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,746 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,749 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,749 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,753 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,754 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,755 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,756 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,772 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,772 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,773 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,773 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,784 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,789 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,789 [main] SELECT EMP.tstamp, EMP.empno, EMP.ename, EMP.deptno, EMP.job, EMP.mgr, EMP.hiredate, EMP.sal, EMP.comm, department.dname AS dname_0, department.deptno AS deptno_0, department.loc AS loc_0, department.versionno AS versionno_0 FROM EMP LEFT OUTER JOIN DEPT department ON EMP.deptno = department.deptno WHERE department.dname = 'RESEARCH'
DEBUG 2024-10-17 02:54:58,791 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,791 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.seasar.dao.annotation.tiger.impl.DaoAnnotationReaderImplMixTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.annotation.tiger.impl.AnnotationReaderFactoryImplTigerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplMixTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.dao.unit.S2DaoAssertTest
DEBUG 2024-10-17 02:54:58,810 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,810 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,812 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,814 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,816 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,816 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,821 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,822 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,824 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,836 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,836 [main] Logical connection got, tx=null
WARN 2024-10-17 02:54:58,838 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-17 02:54:58,839 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-17 02:54:58,839 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,840 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,841 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,843 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,844 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,847 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,847 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,851 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,852 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,855 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,858 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,858 [main] Logical connection got, tx=null
WARN 2024-10-17 02:54:58,860 [main] Table(S2DaoAssertTest$Hoge) not found
WARN 2024-10-17 02:54:58,860 [main] Table(S2DaoAssertTest$Foo) not found
DEBUG 2024-10-17 02:54:58,861 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,861 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,862 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,864 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,866 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,869 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,869 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,873 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,874 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,877 [main] S2Container is created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,883 [main] S2Container will be created(path=dao.dicon)
DEBUG 2024-10-17 02:54:58,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,886 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,888 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,889 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,894 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,896 [main] S2Container is created(path=dao.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running org.seasar.dao.tiger.impl.FetchDtoMetaDataResultSetHandlerTest
DEBUG 2024-10-17 02:54:58,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,906 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,908 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,908 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,913 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,914 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,915 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,915 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,917 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,917 [main] Physical connection closed
DEBUG 2024-10-17 02:54:58,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,918 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,920 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,922 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,923 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,927 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,928 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,930 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,930 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,931 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,931 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.dao.tiger.impl.FetchObjectResultSetHandlerTest
DEBUG 2024-10-17 02:54:58,934 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2024-10-17 02:54:58,935 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,936 [main] S2Container will be created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,939 [main] S2Container is created(path=jta.dicon)
DEBUG 2024-10-17 02:54:58,939 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,944 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2024-10-17 02:54:58,945 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2024-10-17 02:54:58,946 [main] Physical connection got
DEBUG 2024-10-17 02:54:58,946 [main] Logical connection got, tx=null
DEBUG 2024-10-17 02:54:58,947 [main] Logical connection closed, tx=null
DEBUG 2024-10-17 02:54:58,947 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.seasar.dao.annotation.tiger.impl.BeanAnnotationReaderImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Results :
Tests run: 197, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] S2Dao Tiger Project ................................... SUCCESS [0.308s]
[INFO] S2Dao Tiger ........................................... SUCCESS [5.550s]
[INFO] S2Dao Tiger Examples .................................. SUCCESS [1.597s]
[INFO] S2Dao-Tiger tests for Seasar2.4.x ..................... SUCCESS [5.469s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Oct 17 02:54:58 JST 2024
[INFO] Final Memory: 30M/406M
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS